Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.