Skip to content

eXponenta/ogl-extend

 
 

Repository files navigation

Extended version of Minimal WebGL library.

This is version has a some differences of original version!

See the Examples!

Examples

Show me what you got! - Explore a comprehensive list of examples, with comments in the source code.

Usage

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).

Vesions

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.

About

Minimal WebGL framework (fork)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%