An open API service indexing awesome lists of open source software.

https://github.com/alexferl/odin-raylib-hot-reload-game-template


https://github.com/alexferl/odin-raylib-hot-reload-game-template

entity-component-system odin odin-lang odin-programming-language raylib raylib-odin

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# odin-raylib-hot-reload-game-template

This is an [Odin](https://odin-lang.org) + [raylib](https://www.raylib.com/) 3D isometric game template with hot reloading.
It also uses a simple entity component system ([ECS](https://en.wikipedia.org/wiki/Entity_component_system)) architectural pattern.

## Usage
Setup the development environment first:
```shell
make
```

Build and start the game:
```shell
make dev
```

## Credits
Based on [karl-zylinski/odin-raylib-hot-reload-game-template](https://github.com/karl-zylinski/odin-raylib-hot-reload-game-template).

Model from [raylib examples](https://github.com/raysan5/raylib/tree/master/examples/models/resources/models/gltf).