Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emptyflash/curves
Bezier curve generator
https://github.com/emptyflash/curves
Last synced: 2 days ago
JSON representation
Bezier curve generator
- Host: GitHub
- URL: https://github.com/emptyflash/curves
- Owner: emptyflash
- Created: 2012-11-09T01:23:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T20:09:35.000Z (over 11 years ago)
- Last Synced: 2023-04-01T08:35:01.929Z (over 1 year ago)
- Language: Java
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Curves
======Bezier curve generator
This Java program uses multithreading to generate and draw points on a Bezier curve, given input of 2 or more mouse clicks.