Viewing the Simulation Code

Simulations written in breve use the suffix ".tz" and are regular text files. You can open up the file in your favorite editor to see how it works:

% pico ./demos/Swarm/ArrowSwarm.tz 

If this is your first time running breve, it is recommended that you take the time to explore the demos and their code. By exploring the demos, you'll see how a number of breve's features are used and gain a basic understanding of how simulations are written.