o
odin.langpkg.dev
packages / library / hermes

hermes

2ec0e4blibrary

Silly proof-of-concept metaprogramming language Odin

No license · updated 2 weeks ago

hermes

Hermes is proof-of-concept capability metaprogramming Odin with SDL3

hermes_image

Requirements:

  1. Odin
  2. SDL3-devel (development files): For linux. SDL3.dll/lib (put it in root project): For windows

Build:

git clone https://github.com/Hkmori15/hermes.git
z hermes # or cd hermes
odin run build.odin -file

Run:

./hermes # or hermes.exe if you on microslop

TODO:

  • Check if project correct builds on windows and run