o
odin.langpkg.dev
packages / app / rune-engine

rune-engine

14535f9app

A low-level game engine written in Odin

MIT · updated 3 weeks ago

Rune Engine

This is a game engine written in Odin.

Goals

My goals for this project are for it to be:

  • Simple
  • Fast
  • Cross-platform
  • and Extendable

Building

Make sure you have Odin installed.
Clone the repo:

git clone https://github.com/IEatNickles/rune-engine

Windows

Run the build.bat file.

Linux

Run the build.sh file.

Mac

I think you can just run build.sh.

Manually with the odin compiler

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!!!

Roadmap

Here is a Trello board for what I am working on (if I remember to keep it up-to-date).