Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdslabs/rubeus
A cross platform 2D game engine written in C++ for beginners
https://github.com/sdslabs/rubeus
cpp cpp17 cross-platform engine game game-development opengl sdslabs
Last synced: 3 days ago
JSON representation
A cross platform 2D game engine written in C++ for beginners
- Host: GitHub
- URL: https://github.com/sdslabs/rubeus
- Owner: sdslabs
- License: mit
- Created: 2018-05-22T04:00:10.000Z (over 6 years ago)
- Default Branch: v3
- Last Pushed: 2023-07-22T14:29:21.000Z (over 1 year ago)
- Last Synced: 2024-04-09T22:03:25.303Z (7 months ago)
- Topics: cpp, cpp17, cross-platform, engine, game, game-development, opengl, sdslabs
- Language: C++
- Homepage: https://blog.sdslabs.co/Rubeus-Docs
- Size: 40.7 MB
- Stars: 181
- Watchers: 37
- Forks: 14
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
![Build Status](https://ci.appveyor.com/api/projects/status/9o0hca3aoeeyj5un/branch/master?retina=true&svg=true)
[![Discord](https://discordapp.com/api/guilds/758961084337618944/embed.png)](https://discord.gg/dXkVEgTPu9)
Created by SDSLabs with :heart:## Maintenance Notice
Rubeus Engine is not being maintained. Reach out to us at our Discord server linked above for any questions you may have.
## Contents
* [What is Rubeus?](#what)
* [Why is Rubeus?](#why)
* [How do I use Rubeus?](#setup)
* [How can I contribute?](#how)
* [Remarks](#remarks)
* [License](#license)A cross-platform 2D game engine written in C++17 using OpenGL 3.3. The main objective of making this engine is to provide a simple and fast API to help people realize their game ideas efficiently.
Rubeus uses [broCLI](https://github.com/sdslabs/broCLI), a Go based CLI tool that helps create the project structure for using Rubeus.
Read the [Getting Started guide](https://github.com/sdslabs/Rubeus/wiki) and prefer to use the [API documentation](https://blog.sdslabs.co/Rubeus/) for technical reference on Rubeus code structure.
The ping-pong demo game that Rubeus comes with
A custom shader that emulates a light effect over 2D spritesRubeus v1.0 and v2.0 are available for use. For using Rubeus for your project, follow the [Getting Started guide](https://github.com/sdslabs/Rubeus/wiki). We also invite you to contribute to this engine along with us. Head [here](CONTRIBUTING.md) to read the contributing guidelines. You can also talk to all the fellow contributors at SDSLabs' chat hookup.
As previously said, we do not expect to have any monetary gains off making this project open-source, nor from any of the games that we might be developing on Rubeus.
Currently Rubeus supports:
* Colour and image textured 2D sprites
* Collision detection and resolution of boxes, circles and planes.
* Cueing music and sound effects with a single line of code.
* Taking user inputs through mouse and keyboard.
* Easy first look interface for a beginnerMore advanced features are scheduled for the next release.
Rubeus is currently available for use on Windows, Linux ~and Mac build is getting ready~.
#### For making a game:
Follow the [Getting Started guide](https://github.com/sdslabs/Rubeus/wiki).#### For participating in Rubeus:
Setup instructions for Rubeus are explained [here](SETUP.md). Also make sure to read the [contribution guidelines](CONTRIBUTING.md). A good start would be trying to build Rubeus on your personal systems. Join our Discord server: https://discord.gg/Cva2VFQ.## Remarks
* Credits to the owners of helper code:
* Guerrilla Renderer, the main rendering engine, highly inspired by the [Sparky Engine](https://github.com/TheCherno/Sparky)
* Awerere Physics collision system, the physics update engine using a homebrewed maths library i.e. Rubeus Maths Library (RML)
* Symphony Audio Engine, audio effects and cueing engine using SFML as the backend.
* Easy to use workflow, efforts are being made to release as little information to the user as possible without compromising flexibility.
* v1.0 and v2.0 are available for use.## License
This project is under the MIT license