- -- Bellow are 2 examples per framework (love/lovr)
- -- "minimal" is the minimal ui2d implementation and "demo" is a demonstration of all widgets in the library
- if lovr then
- require "lovr_demo"
- -- require "lovr_minimal"
- else
- require "love_demo"
- -- require "love_minimal"
- end
|