Difference between revisions of "vudu"
Line 1: | Line 1: | ||
{{#set:Name=cron}} | {{#set:Name=cron}} | ||
{{#set:LOVE Version=0.10.0+}} | {{#set:LOVE Version=0.10.0+}} | ||
− | {{#set:Description= | + | {{#set:Description=Extensive in-engine debug interface with a console, variable browser, and more}} |
{{#set:Keyword=Debug}} | {{#set:Keyword=Debug}} | ||
[https://github.com/deltadaedalus/vudu Visual Unified Debug Utility] is an in-engine debug utility that allows you to... | [https://github.com/deltadaedalus/vudu Visual Unified Debug Utility] is an in-engine debug utility that allows you to... |
Revision as of 01:40, 20 September 2018
Visual Unified Debug Utility is an in-engine debug utility that allows you to...
- Browse and edit variables
- Fast forward, slow down, or freeze
- 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()