Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aocenas/pseudo3dcanvaswidget
JavaScript code that generates 3D images on ordinary 2D canvas
https://github.com/aocenas/pseudo3dcanvaswidget
Last synced: 10 days ago
JSON representation
JavaScript code that generates 3D images on ordinary 2D canvas
- Host: GitHub
- URL: https://github.com/aocenas/pseudo3dcanvaswidget
- Owner: aocenas
- Created: 2011-09-01T13:27:48.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-06T19:25:37.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T16:02:04.043Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Simple JavaScript project to get some experience with JavaScript,
do not expect anything useful from this as it is stil work in progres(and probably not even later).Esentialy, this code just creates points according to some grid (in this case three dimensional array).
Position and dimensions of those points are then calculated to simulate 3D view.#TODO:
Add animations