OSG.JS : OpenSceneGraph JavaScript WebGL framework

Spread the love

OSGJS is a WebGL framework based on OpenSceneGraph concepts. It allows an individual to use an “OpenSceneGraph-like” toolbox to interact with WebGL via JavaScript, and provides facilities for exporting various assets to the osgjs format. The API is kept as similar to OpenSceneGraph as possible, providing a familiar environment to veterans of the library and introducing newcomers to a popular and heavily-scrutinzed set of interfaces

Demo: http://osgjs.org/

Download Links

https://github.com/cedricpinson/osgjs

Scroll to Top