Crate ballin

Crate ballin 

Source
Expand description

Ballin - A physics simulation in the terminal.

This library provides a terminal-based physics simulation that displays thousands of balls using Unicode Braille characters.

Re-exports§

pub use app::App;
pub use app::MAX_BALLS;
pub use error::AppError;
pub use error::AppResult;

Modules§

app
Application state and lifecycle management.
error
Error types for the terminal balls application.
event
Event handling module.
physics
Physics simulation module.
render
Rendering module for ball visualization.
save
Save and load functionality for level configurations.
shapes
Shape system for terminal-based polygonal colliders.
timing
Frame timing and FPS management.
ui
User interface components.