A simulator of cells world. It is a remake of the ProtoPuddle project (you can watch a video about the project here) with an unique base of source code.
ProtoPuddle++ uses external projects enumerated below:
- https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.3
- https://github.com/effolkronium/random
- https://github.com/nlohmann/json
Use cmake for building. At now, Windows and Linux had been tested.
At first, you have to install a development environment:
$ sudo pacman -S gcc
$ sudo pacman -S make
$ sudo pacman -S gdb
$ sudo pacman -S git
$ sudo pacman -S cmake
Next, download an archive with wxWidgets 3.1.3 source code:
- unpack the archive (tar xvjf *.tar,bz2)
- cd {directory with a source code}
- ./configure && make && sudo make install
Also you can try to install wxWidgets from a repository.
And final, build the project:
$ cd {some directory}
$ git clone https://github.com/m110h/protopuddlepp.git
$ cd protopuddlepp
$ mkdir build
$ cd build
$ cmake ..
$ make
Binary releases for Windows 64 bit are available. Use this link.