Forcell is a particle life simulation with new features and Multi-threaded computing on CPU.
Version: 1.10.0 (16.07.2024)
- Particles connections
- Chemical reactions
- Multi-threaded computing on CPU
- Supporting Ubuntu and Windows
- Fullscreen mode
- Create random rules with two clicks
- Export/Import rules as files
- Style customizing
forcell-video1-compressed.mp4
(Only for x64 processors) You can download pre-compiled binaries in releases.
For Windows:
- MinGW-w64
- CMake
- GNU Make
For Ubuntu, these packages:
- gcc
- cmake
- make
- Download zip-archive with source code.
- Extract the archive.
- (Only for windows) Open
run.bat
in Notepad and edit compiler and make paths if needed. - Open folder with
CMakeLists.txt
in terminal. - Enter these commands:
# Ubuntu
bash ./run.sh
# Windows
./run.bat
- Wait for compilation to complete.
- The Forcell's window should open.
- Then you can open
Forcell.exe
(Forcell
for Ubuntu) to run it again.
- OpenGL 3.3 compatible GPU
There are these libraries used in this project:
If you find any bug, please create an Issue about it.