Expand description
§Crate Items Overview
This section provides quick links to the main items in Gloss.
§Modules
gloss_renderer
- The core renderer and viewergloss_img
- Image-related functionality.easy_wgpu
- Abstractions for wgpu.gloss_hecs
- A wrapper around hecs forECS-related functionality.gloss_utils
- Utility functions and helpers.
§Examples
Below are the examples you can explore in the examples/
folder of the
repository:
- Camera Control: cam_control.py
- Depth Map: depth_map.py
- Empty Scene: empty.py
- Show Mesh as Point Cloud: show_mesh_as_point_cloud.py
These examples demonstrate various features of Gloss and can be run directly.
Re-exports§
pub use easy_wgpu;
pub use gloss_img;
pub use gloss_renderer;
pub use gloss_utils;