Forked from HackerPoet/Chaos-Equations - port to Linux using CMake
  • CMake 56.2%
  • C++ 43.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-09 18:46:53 +00:00
.gitignore Change minimum CMake version 2020-07-14 13:50:27 +01:00
CMakeLists.txt Change minimum CMake version 2020-07-14 13:50:27 +01:00
CMakeRC.cmake Make project cross platform 2019-11-14 00:13:59 +00:00
CMakeRC_LICENSE Add CMakeRC License 2019-11-14 10:40:27 +00:00
FONT_LICENSE.txt Commit all code. 2019-03-01 22:05:39 -08:00
LICENSE Initial commit 2019-03-01 21:37:30 -08:00
Main.cpp Clear framebuffers at startup 2019-11-22 20:58:19 +01:00
README.md add message explaining what project we forked from 2025-12-09 18:46:53 +00:00
roboto.ttf Make project cross platform 2019-11-14 00:13:59 +00:00

Forked from https://github.com/HackerPoet/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.