Skip to content

shermansiu/Parabola-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generates a PNG image of a parabola with antialiasing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages