eXponenta / ogl-extend

Minimal WebGL framework (fork)

Home Page:https://oframe.github.io/ogl/examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

https://oframe.github.io/ogl/examples


Languages

Language:TypeScript 100.0%Language:JavaScript 0.0%