暫無描述

selfsame 7ad8038c8a first pass at a scenegraph 4 年之前
lib db3a94b540 initial work on a scenegraph 4 年之前
README.md 18ecef53f3 working repl setup, fennel requires 4 年之前
core.fnl 7ad8038c8a first pass at a scenegraph 4 年之前
main.lua 18ecef53f3 working repl setup, fennel requires 4 年之前
shader.lua db3a94b540 initial work on a scenegraph 4 年之前
xform.lua 7ad8038c8a first pass at a scenegraph 4 年之前

README.md

LOVR fennel template

  • an nREPL is running on port 3722, it has it's own locals context, if you have the LOVR callbacks call global fns you can redefine them with the repl
  • For filewatching, use with https://github.com/mcclure/lodr. Start with lovr ../lodr ., changes to .fnl files trigger a reload as well.

TODO dev env wishlist

  • fix repl loop delay
  • fix compile error breaking repl
  • persistant locals in repl
  • require .fnl and reload on save
  • repl in windows (need working windows luasocket for 5.1 lua)
  • hot swap dependency tree on change (use https://github.com/rxi/lume#lumehotswapmodname)