* Change the base architecture of the framework. Visuals are now a separate class. Warning: API changed. * Update basic_example and random_particles examples to conform with new API. * Waring: Not all examples have been updated to conform with new API.
1.0.0beta.10
* Versioning scheme changed to Semantic Versioning 2.0.0. * Licensed under Apache License 2.0
1.0b9
* Add movie recording capabilities. * Enable the toggle between real-time and computational time simulation. * Fixes for the new API of the step method. * New simulator class to draw the trajectory difference for two initial seeds.
1.0b8
* Add a Simulator class to enable the use of pyafai worlds in SimCX. * Added a delta parameter to the Simulator.step method. Warning: API Change.
1.0b7
* Allow to pass keyword arguments from the Display initialization to the pyglet.Window initialization.
1.0b6
* Fix the step of simulations using the 'S' key. Broken in previous update.