mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 14:14:27 +02:00
Add two more packages
- libthreejs: wrapper for Threejs library - ShaderPlayground: openGL shader playground
This commit is contained in:
12
libthreejs/build/debug/README.md
Normal file
12
libthreejs/build/debug/README.md
Normal 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)
|
6
libthreejs/build/debug/main.js
Normal file
6
libthreejs/build/debug/main.js
Normal file
File diff suppressed because one or more lines are too long
15
libthreejs/build/debug/package.json
Normal file
15
libthreejs/build/debug/package.json
Normal 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": {}
|
||||
}
|
BIN
libthreejs/build/release/libthreejs.zip
Normal file
BIN
libthreejs/build/release/libthreejs.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user