Skip to content

Releases: jtebert/kilosim

Kilosim 0.4.1

30 Mar 18:42
cf74489
Compare
Choose a tag to compare
Kilosim 0.4.1 Pre-release
Pre-release

This introduces small changes to simplify compiling:

  • Examples are now included in the default make command; there is no need to run a separate make examples.
  • Documentation is now compiled with make docs instead of make kilosim_docs.

Kilosim 0.4

09 Mar 20:53
Compare
Choose a tag to compare
Kilosim 0.4 Pre-release
Pre-release

This update to Kilosim involves breaking changes in the way that you compile and run your code.

This release updates the build system to use CMake, which should make it easier to compile and use with different operating systems. For instructions on how to use the new CMake system, see the README.

This release does not change the underlying behavior of the simulator when executed.

To use this new release with existing code, minor changes may be necessary to your code for CMake to find all of your files. For an example of the code structure and a CMake file for compiling code that uses Kilosim, see the Kilosim Demo repository.

Kilosim 0.3

13 Sep 01:50
6625be5
Compare
Choose a tag to compare
Kilosim 0.3 Pre-release
Pre-release

This is the first public pre-release of Kilosim, a performance-optimized Kilobot simulator.

v0.2

28 Feb 22:55
f87842a
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
Cleaned up API, serialized speed improvements, and temporary removal …