Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 962 Bytes

File metadata and controls

22 lines (16 loc) · 962 Bytes

limeka editor

screenshot

  • this is a port of a port(Waqar144/lite-odin) of rxi/lite
  • It uses umka instead 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

Build instructions

  • install Odin

  • odin build .

  • To enable umprof, build it with UMPROF flag

    odin build . -define:UMPROF=true

NOTE:

  1. the executable and data/ must be in the same dir
  2. SDL2.dll must be in same dir as the executable