Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emomaxd/qbitapptemplate
- Owner: emomaxd
- Created: 2024-07-09T21:05:39.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-21T21:30:22.000Z (10 days ago)
- Last Synced: 2024-12-21T22:26:00.722Z (10 days ago)
- Topics: app, game, game-engine, graphics, project, starter, startup, template
- Language: GLSL
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```