Archived: Moved to https://github.com/jrdurandt/jord
"Jörð (Old Norse: Jǫrð, lit.'earth'), also named Fjorgyn or Hlodyn, is the personification of earth and a goddess in Norse mythology. She is the mother of the thunder god Thor and a partner of Odin." - Wikipedia
Graphics Rendering Sandbox in Odin using SDL3
!NOTE: Only tested on Pop!_OS 22.04
Clone each of the repos and from inside them, run this:
mkdir build
cd build
cmake .. -B .
make
sudo make install
Ensure you set LD_LIBRARY_PATH: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
- Basic 3D rendering with gltd model
- Basic 2D sprites
- Fonts, text and UI (microui)
- 3D lighting
