Difference between revisions of "Cupid"

(Created page with "{{#set:Name=Cupid}} {{#set:LOVE Version=Any}} {{#set:Description= A debugging shim providing a console, crash logging, and project reloading.}} Put the cupid.lua file in your p...")
 
Line 2: Line 2:
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}
 
{{#set:Description= A debugging shim providing a console, crash logging, and project reloading.}}
 
{{#set:Description= A debugging shim providing a console, crash logging, and project reloading.}}
 +
 +
 +
== Cupid is a debugging shim for Love2d. ==
  
  
Line 11: Line 14:
  
 
Out of the box you will get the following features:
 
Out of the box you will get the following features:
 
+
<ul>
- A developer console ( press ~ )
+
<li>A developer console ( press ~ )</li>
- A crash debugging window will catch lua errors
+
<li>A crash debugging window will catch lua errors</li>
- Your source directory will be monitored for changes, and game reloaded then changes are found.  (Set enable_watcher to false to disable this).
+
<li>Your source directory will be monitored for changes, and game reloaded then changes are found.  (Set enable_watcher to false to disable this).</li>
 
+
</ul>
  
  

Revision as of 00:20, 5 August 2013



Cupid is a debugging shim for Love2d.

Put the cupid.lua file in your proeject director and add a require line to conf.lua:

require("cupid.lua");

Out of the box you will get the following features:

  • A developer console ( press ~ )
  • A crash debugging window will catch lua errors
  • Your source directory will be monitored for changes, and game reloaded then changes are found. (Set enable_watcher to false to disable this).


Download from bitbucket.