Java Quest Soft Player
Всем привет.
Я из китая ,Я не понимаю русский, понимать английский, так что английски.
Quest Soft player for Java.
You can download it from here
https://github.com/baijiacms/JavaQuestPlayer/releases
You need to install Oracle jdk8 first.
It is developed in Java language, of which 20% is implemented in c++.
The application is still in the beta stage. At present,can run on the windows x64 version.
Features:
1. Run QSP games.
2. Development tool: it supports compiling qsrc source code in memory and playing games. Compiling and testing QSP games is faster.
3. Browser Mode: the built-in browser running mode can directly use the translation function of chrome and other browsers.
4. Export QSP to TXT file. The encrypted QSP file needs to know the password to export.
5. Export qsrc source code file list to QSP file.
6. Game list,Save Game Online.
If you are interested in this application, join me.
Thank you
Hi maxmax,
Thanks for your effort! Haven’t tried it yet, but it seems like you’re using an old version of the libqsp. Where did you get it from?
Hi Byte,
It Based on Quest Player by seedhartha V 2.3.1. It uses libqsp 5.7.0.
I like QSP very much.Thank you for your QSP, it brings me a lot of happiness.It’s really good.
I use this for my own QSP game now,so I’m developing games while improving this engine.
It makes debugging of my QSP code and HTML code easier.So i share it.
My final goal is to make it Multiplayer play qsp game online.It is different from quest navigator. Web assembly is not used,It is on the server side.
Thanks for your kind words!
I’ll try to restore Java bindings so you can update the library (it would be a way better to use the latest 5.8.0).
Byte:
Thanks for your kind words!
I’ll try to restore Java bindings so you can update the library (it would be a way better to use the latest 5.8.0).
:lol: That’ll be great! I’m looking forward it.Thank you very much.
I will be continue to upgrade JavaQuestPlayer, support it for a long time.
Java/Android bindings for QSP 5.9 are available in the main QSP repository: https://github.com/QSPFoundation/qsp/tree/master/qsp/bindings/java
You have to extend QSPLib class (see QSPLib.java) & implement callbacks that are necessary.
In order to build the engine with Java support just specify “-DBUILD_JAVA=1” as an extra option to the cmake command:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_JAVA=1
cmake --build build
Please feel free to ask questions!




