https://github.com/philzook58/parabola
https://github.com/philzook58/parabola
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philzook58/parabola
- Owner: philzook58
- Created: 2015-05-19T14:32:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T00:25:41.000Z (almost 10 years ago)
- Last Synced: 2025-01-08T15:35:35.602Z (10 months ago)
- Language: Python
- Size: 160 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TTPP - The TTPP Parabola Project
This is some parabola generation software. It makes svg files for a laser cut parabola. I used Ponoko which seemed really expensive
You'll need to install python, numpy, scipy and matplotlib (which if you don't have already, what are you doing? You're missing out on the greatest things in life and will die angry and empty.)
and also the package svgwrite (which is kind of meh. svg itself is so simple):
`pip install svgwrite`
The most important parameters are in the file. L is length of triangle. N is number of triangles.
To see the parabola run the command
`python plot_parabola.py`

To generate the svg files run
`python generate_triangles.py`
The rest is possibly useful trash that I generated as intermediary steps.
Bailing out, you're on your own. Good luck.