main.lua 278 B

12345678910
  1. -- Bellow are 2 examples per framework (love/lovr)
  2. -- "minimal" is the minimal ui2d implementation and "demo" is a demonstration of all widgets in the library
  3. if lovr then
  4. require "lovr_demo"
  5. -- require "lovr_minimal"
  6. else
  7. require "love_demo"
  8. -- require "love_minimal"
  9. end