Crate vviz

Crate vviz 

Source
Expand description

Rapid prototyping GUI, and visual printf-style debugging for computer vision development.

Modules§

app
The app entry point.
common
Common structures shared between super::manager::Manager and super::gui::GuiLoop.
entities
2d and 3d entities to be added to a super::common::Widget.
gui
The GUI loop implementation details.
manager
User API for UI interaction.
math
Math helper functions.
utilities
Utilities. Collection of functions which don’t fit in other modules.