An open API service indexing awesome lists of open source software.

https://github.com/tbaptista/simcx

Simulator for Complex Systems
https://github.com/tbaptista/simcx

agent-based-modeling ai artificial-intelligence complex-systems educacion framework python simulation

Last synced: 10 days ago
JSON representation

Simulator for Complex Systems

Awesome Lists containing this project

README

          

SimCX -- Simulator for Complex Systems
======================================

.. image:: http://readthedocs.org/projects/simcx/badge/?version=latest
:target: http://simcx.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

Simulator for Complex Systems. Developed for the course in Complex Systems from
the Department of Informatics Engineering of the University of Coimbra. This
software is still in beta stage. Tutorials and documentation are available, but
are still in development (check link above).

Note that due to its main purpose (education), most of the code is written with
a focus on readability, rather than performance.

| Copyright (c) 2015-2023 Tiago Baptista - baptista@dei.uc.pt
| Licensed under the Apache License, Version 2.0 (see LICENSE.txt)

Dependencies
------------
- Python 3 (http://www.python.org) (should also work on Python 2.7)
- pyglet (http://www.pyglet.org)
- matplotlib (http://www.matplotlib.org)
- numpy (http://www.numpy.org)
- pyafai (https://github.com/tbaptista/pyafai)
- numexpr (https://github.com/pydata/numexpr) (optional)
- ffmpeg (https://ffmpeg.org) (optional if using movie recording functionality)

Main Authors
------------
| Tiago Baptista
| Ernesto Costa