Skip to content

doggodoge/Chaos-Equations

 
 

Chaos-Equations

Simple mathematical art – Cross-platform port of https://github.com/HackerPoet/Chaos-Equations

Video: https://youtu.be/fDSIRXmnVvk

Build Instructions

Provided is the Unix way of building the project. This hasn't been tested on macOS. Tested to work on a Raspberry Pi.

Required dependencies on debian or ubuntu:

sudo apt install build-essential cmake libsfml-dev

In the projects directory, do the following.

mkdir Release
cd Release/
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make

The build artifact will show up in the Release/ folder and can be executed right away.

About

Simple mathematical art

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
MIT
CMakeRC_LICENSE
Apache-2.0
FONT_LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 56.2%
  • C++ 43.8%