POLYDRAW EGG Viewer

Interactive polynomial graph visualization tool

Quick Start Guide

How to Use:

  1. 1 Run your POLYDRAW C++ program to generate an EGG file
  2. 2 Click "Upload EGG File" or paste the output directly
  3. 3 Use zoom controls to adjust the view
  4. 4 Download the rendered graph as PNG if needed

Keyboard Shortcuts:

+ Zoom In
- Zoom Out
R Reset Zoom

Example EGG Format:

P2 101 81 2 (egg)
# Compression: 45.23%
# x^2 - 2x + 1 [-5;5]
(50)1(50)
{20}0{20}1{20}0{20}
...

Legend: (n) = white pixels, {n} = gray pixels, [n] = black pixels