Qjoepass is a modern rewrite of joepass using c++, Qt, Qt3D.
Poject is at an early stage of developpement.
These instructions will get you a copy of the project up and running on your local machine.
You need qt >= 5.14 and Qt3D; See this link for more info
Download source archive and untar or clone with git :
$ git clone https://github.com/skankerror/Qjoepass.git
Enter the directory and compile
$ cd Qjoepass
$ qmake Qjoepass.pro
$ make
Launch the app
$ ./Qjoepass
Have fun (or not) This is alpha version. You're warned.
Feel free to contribute (or not)
- Patrice Colet - Initial work - patricecolet
- Michaël Creusy - Initial work - skankerror
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details
- Thanks Wolfgang Westerboer for joepass project.