New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ogl

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ogl - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

src/extras/Polyline.js

2

package.json
{
"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';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc