defold / defold

Defold is a completely free to use game engine for development of desktop, mobile and web games.
https://www.defold.com
Other
4.4k stars 308 forks source link

More debug drawing messages (draw_box, draw_sphere...) (DEF-2067) #3722

Open britzl opened 5 years ago

britzl commented 5 years ago

It would be nice to have more debug drawing primitives (not just draw_line) such as {{draw_box}} and {{draw_sphere}}.

Forums: (LINK REMOVED)

britzl commented 3 years ago

This is a candidate for an extension. Or if it really is something only available in debug builds then it could actually exist in the engine and be removed in release builds.

redoak commented 8 months ago

This library add functions to draw a few common shapes with draw_line: https://github.com/rgrams/debug-draw

selimanac commented 7 months ago