Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emomaxd/qbitapptemplate

QbitAppTemplate provides a robust starting point for developing OpenGL applications with the Qbit game engine.
https://github.com/emomaxd/qbitapptemplate

app game game-engine graphics project starter startup template

Last synced: 4 days ago
JSON representation

QbitAppTemplate provides a robust starting point for developing OpenGL applications with the Qbit game engine.

Awesome Lists containing this project

README

        

# QbitAppTemplate

QbitAppTemplate provides a starting point for developing applications using [QbitLite](https://github.com/emomaxd/QbitLite), a lightweight version of the [Qbit](https://github.com/emomaxd/Qbit) engine optimized for fast startup and performance.

## Features

- **QbitLite Integration**: Built on top of [QbitLite](https://github.com/emomaxd/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.

## Getting Started

To get started with QbitAppTemplate, press "Use this template" button on the top-right.

## Cloning the repo

```bash
git clone --recursive https://github.com/emomaxd/QbitAppTemplate.git
```

## Building the repo

### Linux
```bash
cd Scripts
./Setup.sh
./Build.sh
./Run.sh
```

### Windows
```bash
cd Scripts
./Setup.bat
./Build.bat
./Run.bat
```