Tutorials
Learning-oriented guides that take you through a series of steps to complete a project. Tutorials are designed for newcomers who want to learn by doing.
Note
New to Babylon? Start with Installation then move to Quickstart.
Getting Started
These tutorials will help you:
Set up your development environment
Run your first simulation
Understand the basic concepts
What You’ll Learn
- Installation
Set up Python, Poetry, and all dependencies. Verify your environment is working correctly.
- First Simulation
Create a minimal world state, run the simulation engine, and observe the results. Learn the core loop: state → engine → new state.
Next Steps
After completing these tutorials:
Read Architecture: The Embedded Trinity to understand the system design
Try GUI Development Plan to build visualization features
Explore Imperial Rent for the theoretical foundations
See Also
How-To Guides - Task-oriented guides for specific goals
Concepts - Deep explanations of why things work
Reference - Quick lookup for APIs and configuration