o
odinpkg.dev
packages / app / Thunderstorm

Thunderstorm

0cef241app

A 2D cross-platform game engine written in Odin

No license · updated 1 year ago

Thunderstorm

The project aims to be used to develop 2D games with minimal layers of abstraction, providing an out-of-the-box developer experience. We also prioritize performance, ensuring that your games can run almost anywhere.

Third Party Technology

We use OpenGL as our graphics API, and also SDL for window handling, context creation, and some utilities.

Build Instructions

First of all you need to install the Odin programming language. Once you have done it you only need to execute the following commands:

git clone https://github.com/ivansouzamf/Thunderstorm.git
cd Thunderstorm

If you are on linux:

./build.sh debug

If you are on windows:

.\build.bat debug

Documentation

TODO: create documentation

Contributing

TODO: create a contribution guide