Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 945 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 945 Bytes

Parabola-Generator

Generates a PNG image of a parabola with antialiased curves.

Antialiased Parabola

This project was started and completed in January 2013.

Installation

Prerequisites

This program runs on the Python 3 terminal. You'll need pypng for this to work.

To install pypng, put the following piece of code in the terminal and run with administrative privileges:

pip3 install pypng

Download

Right-click here and select Save Link As... to download.

Run

To run this on Windows, do py -3 C:\path\to\file\parabolaGen_antiAliased.py

and on Mac, do python3 \path\to\file\parabolaGen_antiAliased.py

Version history

parabolaGen_antiAliased.py is the newest version. The other .py files are early versions of this program.