https://github.com/gsri30/tangramapplication
A simple WebGL based tangram application
https://github.com/gsri30/tangramapplication
Last synced: 8 months ago
JSON representation
A simple WebGL based tangram application
- Host: GitHub
- URL: https://github.com/gsri30/tangramapplication
- Owner: GSri30
- Created: 2022-02-21T11:04:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T11:16:59.000Z (over 4 years ago)
- Last Synced: 2025-01-06T22:52:56.992Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tangram-application.netlify.app/
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tangram Application
## Run Commands
To run the application, run the following commands:
`npm install --global http-server`
`npm start`
## Future Scope
- To also randomize the left surface each time when a user enters mode 0, to some valid arrangement of fixed primitives.
- To add drag bars to directly specify the destination coordinates, rather than having clicks for each pixel change.
- To optimize speed of final shape in mode 3, instead of creating a downloadable url at each pixel change, dedicate a key, which upon pressing, will generate a downloadable file.