Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emomaxd/qbitlite
QbitLite is a lightweight version of the Qbit engine, optimized for rapid application development without the editor component.
https://github.com/emomaxd/qbitlite
Last synced: 7 days ago
JSON representation
QbitLite is a lightweight version of the Qbit engine, optimized for rapid application development without the editor component.
- Host: GitHub
- URL: https://github.com/emomaxd/qbitlite
- Owner: emomaxd
- Created: 2024-07-10T15:28:54.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-21T20:37:09.000Z (13 days ago)
- Last Synced: 2024-12-21T21:26:36.582Z (13 days ago)
- Language: C++
- Homepage:
- Size: 4.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QbitLite
QbitLite is a lightweight version of the [Qbit](https://github.com/emomaxd/Qbit), optimized for rapid application development without the editor component.
## Features
- Fast startup time for Qbit applications.
- Core engine functionalities tailored for performance.
- Simplified API for quick integration and development.
- Suitable for projects where a full editor is not required.## Getting Started
To get started with QbitLite, check [QbitAppTemplate](https://github.com/emomaxd/QbitAppTemplate)
## Cloning and building the standalone library
```bash
git clone --recursive https://github.com/emomaxd/QbitLite.git
cd Scripts
./Setup.sh or ./Setup.bat
./CreateSolution.sh or ./CreateSolution.bat
cd ..
cmake --build . -- -j8
```libEngine.a file will be inside Engine/ directory.