mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
916fd7b418
- libthreejs: wrapper for Threejs library - ShaderPlayground: openGL shader playground
12 lines
419 B
Markdown
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) |