Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 1.81 KB

File metadata and controls

75 lines (51 loc) · 1.81 KB

tupperplot 📐


a showcase reel of tuppers formula, pacmans, and the euler's identity being plotted repeatedly

Tupper's self-referential formula plotting itself on a framebuffer... and Pacman and the Euler's identity too!

What's this formula?


tupper's self-referential formula

Tupper's self-referential formula is a formula that visually represents itself when graphed at a specific location in the (x, y) plane.[src]

Resources

Installation

Compile:

$ git clone https://github.com/mufeedvh/tupperplot.git
$ cd tupperplot/
$ cargo run --release

Linux Dependencies:

$ sudo apt install libxkbcommon-dev libwayland-cursor0 libwayland-dev

Usage

Generate Tupper's self-referential formula itself:

$ tupperplot tuppers

Generate Pacman Plot:

$ tupperplot pacman

Generate Euler's Identity Plot:

$ tupperplot euler

Implementation Details