Add two more packages

- libthreejs: wrapper for Threejs library
- ShaderPlayground: openGL shader playground
This commit is contained in:
lxsang
2021-06-19 23:26:05 +02:00
parent 12f4c6d1b9
commit 916fd7b418
23 changed files with 1015 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# 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)

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,15 @@
{
"pkgname": "libthreejs",
"name":"libthreejs",
"description":"libthreejs",
"info":{
"author": "",
"email": ""
},
"version":"0.0.129-r",
"category":"Library",
"iconclass":"fa fa-cog",
"mimes":["none"],
"dependencies":[],
"locale": {}
}