tela.js 1.1.6 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
- package/src/Camera/Camera.js +1 -1
- package/src/Geometry/Mesh.js +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Experimental graphic library from scratch(software-only), with reference implementation of computer graphics algorithms.
|
|
4
4
|
|
|
5
|
+

|
|
6
|
+
|
|
5
7
|
## Purpose
|
|
6
8
|
|
|
7
9
|
The purpose of this graphic engine is to be able to generate images in a computational way, with minimal dependencies, such that the readable graphical algorithms shine instead of opaque graphical APIs. The engine should also be capable to create videos and interactive demos or games.
|
package/package.json
CHANGED
package/src/Camera/Camera.js
CHANGED
package/src/Geometry/Mesh.js
CHANGED