- this is a port of a port(Waqar144/lite-odin) of rxi/lite
- It uses
umkainstead of Lua - most of the odin code is exact copy from
lite-odin - i did this to mostly learn umka
- the umka code is very much an copy of lua code as seen in original codebase. Because of this it fails to use lots of improvements that are possible due to umka e.g. enums, etc.
- some parts of original lua code make use of try/catch behaviour which is not possible in umka by design and so not implemented
-
install Odin
-
odin build . -
To enable
umprof, build it withUMPROFflagodin build . -define:UMPROF=true
NOTE:
- the executable and
data/must be in the same dirSDL2.dllmust be in same dir as the executable
