Registry / other / kiss3d

kiss3d

JSON →
library0.44.0rscratesunverified

Keep it simple, stupid, 2D and 3D graphics engine for Rust.

# Cargo.toml [dependencies] kiss3d = "0.44.0"
INSTALL
IMPORT
SIG · KISS3D
K
kiss3d
otherrustv0.44.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Window
use kiss3d::window::Window;

Opens a window and runs the render loop.

use kiss3d::window::Window; fn main() { let mut window = Window::new("Kiss3D"); while window.render() { // Update scene } }
Debug
Known issues
gotchaRequires OpenGL support; may not work in headless environments.
fix
Ensure your system has OpenGL drivers installed and a display is available.
affects: >=0.44.0
Upgrade
Version history
0.44.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kiss3d — cargo add kiss3d · libregistry