QbitAppTemplate provides a starting point for developing applications using QbitLite, a lightweight version of the Qbit engine optimized for fast startup and performance.
- QbitLite Integration: Built on top of QbitLite, offering core engine functionalities.
- Template Structure: Provides a structured template for organizing your QbitLite-based applications.
- Example Usage: Includes example code and configurations to kickstart your development.
- Cross-Platform: Supports both Linux and Windows.
To get started with QbitAppTemplate, press "Use this template" button on the top-right.
git clone --recursive https://github.com/emomaxd/QbitAppTemplate.gitcd Scripts
./Setup.sh
./Build.sh
./Run.shcd Scripts
./Setup.bat
./Build.bat
./Run.bat