Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciampo/shape-tracing
https://github.com/ciampo/shape-tracing
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ciampo/shape-tracing
- Owner: ciampo
- License: mit
- Created: 2018-08-29T09:17:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T21:39:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T11:05:51.831Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://ciampo.github.io/shape-tracing/
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shape tracing
[View the sketch](https://ciampo.github.io/shape-tracing/)
Code experiment on 2d graphics based on the intro of the Apple video "Designed in California".
## TODO
- add more shapes
- consider adding subtle drop shadow to the shapes. Shadows gets more transparent and further away as the shape is drawn.
- cleanup code (reorganize into: app / renderer / shape factory / utils)
- clarify easing (at the moment it's using third party/internal lib/inline fn)
- ways to speed up code (e.g. do not draw shapes that are finished, re-utilize shapes array...)