Jugar v0.1.1 - Physics Toy Sandbox
Minor release adding the Physics Toy Sandbox demo and completing crates.io publication.
What's New
Physics Toy Sandbox Demo
A kid-friendly Rube Goldberg machine builder showcasing:
- 🎮 Real-time physics simulation
- 📦 Drag-and-drop objects (balls, boxes, ramps, springs)
- 🔧 YAML-based contraption remixing
- 🤖 AI model support via
.aprfiles - 💯 100% Rust/WASM - zero JavaScript computation
Live Demo: https://interactive.paiml.com/physics-sandbox/
New Crates Published
jugar-yaml- ELI5 YAML-first declarative game creation for kids (ages 5-12)jugar-apr- Aprender Package Resource model formatjugar-probar- Rust-native testing framework for WASM gamesjugar-probar-derive- Type-safe ECS selectors (Poka-Yoke)
All Published Crates (14 total)
[dependencies]
jugar = "0.1" # Entry point
jugar-core = "0.1" # ECS, Game Loop
jugar-physics = "0.1" # Physics (Trueno)
jugar-ai = "0.1" # AI (Aprender)
jugar-render = "0.1" # Rendering
jugar-ui = "0.1" # Responsive UI
jugar-input = "0.1" # Unified input
jugar-audio = "0.1" # Spatial audio
jugar-procgen = "0.1" # Procedural generation
jugar-web = "0.1" # WASM browser integration
jugar-yaml = "0.1" # YAML game creation
jugar-apr = "0.1" # AI model format
jugar-probar = "0.1" # Testing frameworkAssets
physics_sandbox_demo.mp4- 32-second demo videophysics_sandbox_screenshot.png- Screenshot during gameplay