Page 1 of 1

Moonscript Project Template

Posted: Fri Jan 13, 2017 3:05 pm
by buckle2000
For people that use moonscript and/or are lazy.

https://github.com/buckle2000/love2d_mo ... t_template

Current features:
  • Sublime Text project
  • Windows Distribution
  • Testing

Re: Moonscript Project Template

Posted: Fri Jan 13, 2017 9:18 pm
by s-ol
buckle2000 wrote:For people that use moonscript and/or are lazy.

https://github.com/buckle2000/love2d_mo ... t_template

Current features:
  • Sublime Text project
  • Windows Distribution
  • Testing
Here's my simplistic approach using a Makefile
https://github.com/s-ol/moonplate

The project is fully functional for testing using any IDE because "love ." Still works with the main.lua provided even without compiling (it just loads marginally slower). Compilation is only really needed for releases.

Re: Moonscript Project Template

Posted: Mon Jan 30, 2017 3:34 pm
by buckle2000
Good for linux users.