Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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