Skip to content
Twarit Waikar edited this page Aug 14, 2018 · 21 revisions

Rubeus: Wiki

Created by SDSLabs with ❤️

Rubeus is a 2D game engine aimed at developing custom game concepts, that anyone can use and mould into suiting their own needs. Rubeus is mainly directed at rendering 2D pixel graphic and 2D animations.

Getting Started

Rubeus' wiki section aims at serving as a programmer's guide to using Rubeus.

Each entry has sample code for the user to help the users understand the Rubeus API. However, each entry also has a contributor's guide which aims at explaining the workflow of the engine to people who would like to contribute code to Rubeus. However, it is recommended to the contributors to read both the user and the contributor guides.

Development Process

The development on Rubeus is inspired by a lot of popular, well-documented game engines like Unreal Engine, Sparky Engine, repository structure inspired by Godot Engine along with countless articles/blogs on gamedev.net and gamesutra.com.

Feel free to fork this repo and add any custom feature. However, if you feel Rubeus could use your feature as an enhancement then we won't stop you from opening a PR 😄 .

You can also reach out to us on chat.sdslabs.co.

Current Status

The Rubeus engine is currently under active development, which means there are lots of minimally implemented features with a lot of placeholder content. Follow the contributing guidelines to partake in the development process.