o
odin.langpkg.dev
packages / library / jord

jord

06fdb08library archived

Graphics Rendering Sandbox in Odin using SDL3

MIT · updated 10 months ago

Jord

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

Requires:

Installing SDL3 on Linux:

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

Demo

capture

Assets:

TODO:

  • Basic 3D rendering with gltd model
  • Basic 2D sprites
  • Fonts, text and UI (microui)
  • 3D lighting