mufeedvh / tupperplot

Tupper's self-referential formula plotting itself on a framebuffer with Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

Tupper's self-referential formula plotting itself on a framebuffer with Rust.


Languages

Language:Rust 100.0%