Hacker News new | past | comments | ask | show | jobs | submit login
OGL: A small, effective WebGL library (github.com/oframe)
3 points by authvan 9 days ago | hide | past | favorite | 1 comment





OGL is a small, effective WebGL library aimed at developers who like minimal layers of abstraction, and are interested in creating their own shaders.

Written in es6 modules with zero dependencies, the API shares many similarities with ThreeJS, however it is tightly coupled with WebGL and comes with much fewer features.

In its design, the library does the minimum abstraction necessary, so devs should still feel comfortable using it in conjunction with native WebGL commands.

Keeping the level of abstraction low helps to make the library easier to understand, extend, and also makes it more practical as a WebGL learning resource.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: