Search found 3 matches
- Thu Sep 22, 2011 5:17 am
- Forum: General
- Topic: Google NaCL - food for thought
- Replies: 16
- Views: 9812
Re: Google NaCL - food for thought
...it's not really near production-ready either. Today, it's already production-ready and it seems quite amazing. It would be really nice to "publish" a Löve game into a browser with (almost) the same code we produce to desktop. The engine demo page could run demos directly from the brows...
- Mon Jun 23, 2008 12:15 pm
- Forum: Support and Development
- Topic: basic debug
- Replies: 2
- Views: 10857
Re: basic debug
Thanks. It was helpful.
- Mon Jun 23, 2008 9:49 am
- Forum: Support and Development
- Topic: basic debug
- Replies: 2
- Views: 10857
basic debug
Hello all, I'm testing LOVE for my project, but I faced a very basic restriction: I cannot use the most basic lua debugging tool ( print (x) ). I think LOVE handles the standard output, so I cannot debug my code and no log file generated. If someone how how could I debug my lua code in LOVE, please ...