This is a game engine written in Odin.
My goals for this project are for it to be:
- Simple
- Fast
- Cross-platform
- and Extendable
Make sure you have Odin installed.
Clone the repo:
git clone https://github.com/IEatNickles/rune-engine
Run the build.bat file.
Run the build.sh file.
I think you can just run build.sh.
Go into the rune-engine directory:
cd ./path/to/rune/rune-engine/
Build the rune_engine subdirectory as a shared library:
odin build rune_engine/ -build-mode:shared
or a static library:
odin build rune_engine/ -build-mode:static
DO NOT BUILD AS AN EXECUTABLE!!!
Here is a Trello board for what I am working on (if I remember to keep it up-to-date).