o
odinpkg.dev
packages / library / shaders-playground

shaders-playground

1040a87library

No description provided.

No license · updated 4 months ago

Shaders playground

A simple project I'm using to experiment with shaders using Odin and Sokol, following the Learn OpenGL Book.

Setup

./bin/setup-sokol.sh
./bin/build.sh
./target/game

TODO

  • revisit allocations made with make(...) - can i avoid these heap allocations somehow?
  • exercises of this lesson