antosdk-apps/libthreejs/README.md
lxsang 916fd7b418 Add two more packages
- libthreejs: wrapper for Threejs library
- ShaderPlayground: openGL shader playground
2021-06-19 23:26:05 +02:00

12 lines
419 B
Markdown

# libthreejs
AntOS package wrapper for the famous Three.js library R129.
## About Three.js
The aim of the project is to create an easy to use, lightweight,
cross-browser, general purpose 3D library. The current builds only
include a WebGL renderer but WebGPU (experimental), SVG and CSS3D
renderers are also available in the examples.
Github: [https://github.com/mrdoob/three.js](https://github.com/mrdoob/three.js)