Soul Engine is a real-time visualization engine built on the back of CUDA and Vulkan. With a focus on lightweight parallelism that can be leveraged for expensive techniques, Soul Engine provides a platform for path tracing, finite element physics, and general simulation.
For more information, visit our Wiki
Soul Engine is undergoing a large user-facing refactor and is not stable. Incomplete public features will be removed in preparation for the first use of Semantic Versioning.
In the meantime expect to see the following features make their way in as we approach stability:
- Subsystem modularity
- Testing framework
- Continuous integration
- Simplified manual installation
- Automated C++/Python dependency installation
- Dynamic and static plugins
- Directory tree cleanup
Once Soul Engine hits 1.0, codebase stability will become a priority. Thank you for your patience.
-
Install the required manual dependencies
- Python 3.8
- Poetry
- Install within the global pip environement -
pip install poetry
- Install for your user -
curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- Install within the global pip environement -
-
Clone
Soul Engine
git clone https://github.com/Synodic-Software/Soul-Engine.git
-
Install the dependencies and setup the tooling
poetry install
-
Build the engine
poetry build
-
Run the
Soul Engine
command line programsoul info
For a detailed installation process visit our Wiki's Getting Started