Difference between revisions of "vudu"

m (i18n & reformatted.)
m (Other Language)
 
Line 21: Line 21:
 
{{#set:Keyword=Debug}}
 
{{#set:Keyword=Debug}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
== Other Language ==
+
== Other Languages ==
 
{{i18n|vudu}}
 
{{i18n|vudu}}

Latest revision as of 04:29, 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 Languages