game.debug vocabulary
Factor documentation > Factor handbook > Vocabulary index


Summary
Simple shape rendering for visual debugging.

Meta-data
Tags:games
Authors:Erik Charlebois


Words

Ordinary words
WordStack effect
debug-axes( pt mat -- )
debug-box( pt half-widths color -- )
debug-circle( points color -- )
debug-cylinder( pt half-height radius color -- )
debug-line( from to color -- )
debug-point( pt color -- )
draw-debug-lines( lines: float-array mvp-matrix -- )
draw-debug-points( points: float-array mvp-matrix -- )
draw-text( string color: rgba pt dim -- )


Files
resource:extra/game/debug/debug.factor
resource:extra/game/debug/debug-docs.factor
resource:extra/game/debug/tests/tests.factor


Children from resource:extra
VocabularySummary
game.debug.testsgame.debug.tests vocabulary


Children
VocabularySummary
game.debug.privategame.debug.private vocabulary