Comparing version 0.0.23 to 0.0.24
{ | ||
"name": "ogl", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "WebGL Framework", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
<p align="center"> | ||
<img src="https://github.com/oframe/ogl/raw/master/examples/assets/ogl.png" alt="O-GL" width="510" /> | ||
<img src="https://github.com/oframe/ogl/raw/master/examples/assets/ogl.png" alt="OGL" width="510" /> | ||
</p> | ||
<h1 align="center">O-GL</h1> | ||
<h1 align="center">OGL</h1> | ||
@@ -24,3 +24,3 @@ <p align="center"> | ||
O-GL is a small, effective WebGL framework aimed at developers who like minimal layers of abstraction, and are comfortable creating their own shaders. | ||
OGL is a small, effective WebGL framework aimed at developers who like minimal layers of abstraction, and are comfortable creating their own shaders. | ||
@@ -212,2 +212,3 @@ With zero dependencies, the API shares many similarities with ThreeJS, however it is tightly coupled with WebGL and comes with much fewer features. | ||
- [x] Raycast.js | ||
- [ ] Curve.js | ||
- [x] Post.js | ||
@@ -217,5 +218,6 @@ - [x] Skin.js | ||
- [x] Text.js | ||
- [ ] Curve.js | ||
- [x] NormalProgram.js | ||
- [x] Flowmap.js | ||
- [x] NormalProgram.js | ||
- [x] GPGPU.js | ||
- [x] Polyline.js | ||
@@ -246,3 +248,3 @@ ## Examples wishlist | ||
- [ ] LODs (Level Of Detail) | ||
- [ ] Thick Lines | ||
- [x] Polylines | ||
- [ ] Load GLTF (Graphics Language Transmission Format) | ||
@@ -249,0 +251,0 @@ |
@@ -5,3 +5,3 @@ // attribute params | ||
// size - int default 1 | ||
// instanced - boolean default null. Pass divisor amount | ||
// instanced - default null. Pass divisor amount | ||
// type - gl enum default gl.UNSIGNED_SHORT for 'index', gl.FLOAT for others | ||
@@ -8,0 +8,0 @@ // normalize - boolean default false |
@@ -16,1 +16,2 @@ // Extras | ||
export {GPGPU} from './extras/GPGPU.js'; | ||
export {Polyline} from './extras/Polyline.js'; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
290
257486
44
7536
1