Difference between revisions of "vudu"

m (i18n & reformatted.)
Line 1: Line 1:
{{#set:Name=cron}}
+
Visual Unified Debug Utility (vudu) is an in-engine debug utility that allows you to...
{{#set:LOVE Version=0.10.0+}}
+
 
{{#set:Description=Extensive in-engine debug interface with a console, variable browser, and more}}
+
* Browse and edit variables
{{#set:Keyword=Debug}}
+
* Fast forward, slow down, or freez
[https://github.com/deltadaedalus/vudu Visual Unified Debug Utility] is an in-engine debug utility that allows you to...
+
* Execute commands
<ul>
+
* View console output in-game
<li>Browse and edit variables</li>
+
* Create development hotkeys
<li>Fast forward, slow down, or freeze</li>
+
* View physics wireframe, joints, and collisions
<li>Execute commands</li>
+
* Draw debug graphics
<li>View console output in-game</li>
 
<li>Create development hotkeys</li>
 
<li>View physics wireframe, joints, and collisions</li>
 
<li>Draw debug graphics</li>
 
</ul>
 
  
 
All wrapped up in a neat, clean, easy-to-use UI, that can be added to your project with a single line of code:
 
All wrapped up in a neat, clean, easy-to-use UI, that can be added to your project with a single line of code:
Line 21: Line 16:
 
[https://github.com/deltadaedalus/vudu vudu is maintained by DeltaDaedalus, you can get it here]
 
[https://github.com/deltadaedalus/vudu vudu is maintained by DeltaDaedalus, you can get it here]
  
 +
{{#set:Name=cron}}
 +
{{#set:LOVE Version=0.10.0+}}
 +
{{#set:Description=Extensive in-engine debug interface with a console, variable browser, and more}}
 +
{{#set:Keyword=Debug}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
== Other Language ==
 +
{{i18n|vudu}}

Revision as of 04:28, 17 December 2019

Visual Unified Debug Utility (vudu) is an in-engine debug utility that allows you to...

  • Browse and edit variables
  • Fast forward, slow down, or freez
  • Execute commands
  • View console output in-game
  • Create development hotkeys
  • View physics wireframe, joints, and collisions
  • Draw debug graphics

All wrapped up in a neat, clean, easy-to-use UI, that can be added to your project with a single line of code:

vudu:initialize()

vudu is maintained by DeltaDaedalus, you can get it here

Other Language