o
odinpkg.dev
packages / library / odin-sdl3-basic-setup

odin-sdl3-basic-setup

d4a99a1library

No description provided.

No license · updated 1 year ago

Odin Lang + SDL3

Demo Screenshot

This is a basic demo, using the hardware accelerated SDL3 2D rendering API, for the Odin programming language

See: https://odin-lang.org and https://wiki.libsdl.org/SDL3/FrontPage

Requirements

For Windows OS, you will need to do a bit of research to install these dependencies

brew install odin
brew install sdl3

You may need to change the SH file permissions so they can be executed on your machine:

chmod +x ./run.sh
chmod +x ./run_debug.sh

To run the demo from a CLI:

./run.sh

To run the demo in debug mode (slower) from a CLI:

./run_debug.sh