This project is still work in progress and subject to change :)
This project is using worker_thread for multi threading with Nodejs
This allows to run Conway's game of life with huge maps smoothly.
##Usage
Check prerequisites first
Run npm install
Set up your simulation within the index.js (temporary)
Run npm start
Be patient :) (It can take a while depending the power of your CPU
You are going to need ffmpeg installed on your computer to run this program (ffmpeg is the command line tool which generates videos from images)
The best way on Macos is to install it using brew:
brew install ffmpeg
Clear explanations coming soon.
Clear explanations coming soon.
- A better readme
- Tests
- API (Using express)
- Multifiles storage
- Keep history of videos
- Some colours! :)
MIT