Framework for general purpose simulations
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
GSF is a framework for the implementation of simulation tools which offers the possibility of using and extending the same components to generate a wide variety of simulation projects. Its use makes it possible to dispense with the knowledge of several simulation processes, save programming time and maintain a standard structure in the developed solutions.
To get a local copy up and running follow these simple steps.
- Python >= 3.9
Download and install by pip:
pip install general-simulation-framework
You can run the examples in Colaboratory.
For more information, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/your_feature
) - Commit your Changes (
git commit -m 'Add a feature'
) - Push to the Branch (
git push origin feature/your_feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
RolandoAndrade - GitHub
Project Link: General Simulation Framework