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.gloss_geometry- Geometry-related functionality.wgpu_burn_global_device- A global wgpu device for use with burn.gloss_burn_multibackend- A backend for Burn that can dynamically change between backends.wgpu_burn_interop- A small library interop via cubecl between wgpu and burn.
§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_burn_multibackend;pub use gloss_geometry;pub use gloss_img;pub use gloss_renderer;pub use gloss_utils;pub use wgpu_burn_global_device;pub use wgpu_burn_interop;