daniel-lewis-ab / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
11 stars 2 forks source link

WebGL currently broken, bad imports, needs code cleanup #3

Open daniel-lewis-ab opened 1 month ago

daniel-lewis-ab commented 1 month ago

image

daniel-lewis-ab commented 1 month ago

Fixed alot of this. Currently facing 106 references to "global" in litegl.js

daniel-lewis-ab commented 1 month ago

litegl.js down to 82 references to global, gltextures.js has been first-pass linted down to L1995.

daniel-lewis-ab commented 1 month ago

litegl.js needs es6 cleanup and better exports to even function the way it is, and gltextures.js is also getting daily work