Extended version of Minimal WebGL library.
This is version has a some differences of original version!
Show me what you got! - Explore a comprehensive list of examples, with comments in the source code.
If installed amongst your project files, importing can be done from one single entry point.
import { ... } from './path/to/dist/index.js';
Else if using a bundler or import maps with node modules, then import directly from the installed node module.
import { ... } from 'ogl-extend';
By default, the ES source modules are loaded (dist/index.js
).
Ogl Extend not match version from original, its starts from 0.0.93 version of ogl and begun write own features to it.
This means that starts from 0.0.93 is breaking changes.