HOME

TheInfoList



OR:

OSG.JS is a
WebGL WebGL (short for Web Graphics Library) is a JavaScript Application programming interface, API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-in (computing), plug-ins. WebGL is fully integra ...
framework based on OpenSceneGraph concepts. It allows an individual to use an “OpenSceneGraph-like” toolbox to interact with WebGL via
JavaScript JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior. Web browsers have ...
, 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. OSG.JS was developed and is maintained by Cédric Pinson, and accessible on GitHub.


Selected uses and works

*
Sketchfab Sketchfab is a 3D asset website used to publish, share, discover, buy and sell 3D model, 3D, Virtual reality, VR and Augmented reality, AR content. It provides a viewer based on the WebGL and WebXR technologies that allows users to display 3D m ...
*
Cl3ver Cl3ver is a SaaS to edit and display 3D content online. The company is based in Barcelona and uses the WebGL technology to display 3D models on any webpage on desktop and mobile devices. In July 2012 Cl3ver enters in Wayra the startup accelera ...
* Globe Tweeter * Nouvelle Vague


See also

*
WebGL WebGL (short for Web Graphics Library) is a JavaScript Application programming interface, API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-in (computing), plug-ins. WebGL is fully integra ...
*
List of WebGL frameworks Software framework, Frameworks are available to create WebGL content quickly and easily without building from the ground up. Note: The following list mixes WebGL Library (computing), libraries with game engines as well as Platform as a service, cl ...


References

{{Reflist


External links


GitHub repository
WebGL