OSG.JS
   HOME
*





OSG.JS
OSG.JS 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. OSG.JS was developed and is maintained by Cédric Pinson, and accessible on GitHub. Selected uses and works * Sketchfab * Cl3ver * Globe Tweeter * Nouvelle Vague See also * WebGL *List of WebGL frameworks Frameworks are available to create WebGL content quickly and easily without building from the ground up. Note: The following list mixes WebGL libraries with game engines as well as cloud services without any distinctions. See also * WebGL * ... References {{Reflist External links GitHub repository WebGL ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

OpenSceneGraph
OpenSceneGraph is an open-source 3D graphics application programming interface (library or framework), used by application developers in fields such as visual simulation, computer games, virtual reality, scientific visualization and modeling. The toolkit is written in standard C++ using OpenGL, and runs on a variety of operating systems including Microsoft Windows, macOS, Linux, IRIX, Solaris and FreeBSD. Since version 3.0.0, OpenSceneGraph also supports application development for mobile platforms, namely iOS and Android. As of 2021, the project is being succeeded by VulkanSceneGraph project, a Vulkan-based library. OpenSceneGraph is in maintenance phase since 2019. History The OpenSceneGraph project was initiated by Don Burns in 1998. Robert Osfield joined the project during 1999, working on porting finished components for Microsoft Windows. The project went open source in September 1999 and the officiaproject websitewas created. Towards the end of the year Osfiel ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Sketchfab
Sketchfab is a 3D modeling platform website to publish, share, discover, buy and sell 3D, VR and AR content. It provides a viewer based on the WebGL and WebXR technologies that allows users to display 3D models on the web, to be viewed on any mobile browser, desktop browser or Virtual Reality headset. The company behind it is today based in Paris and New York City. Sketchfab took part in the Spring 2013 TechStars New York City startup accelerator program, raised $2 million in December 2013 and $7 million in June 2015. On July 21, 2021, Epic Games acquired Sketchfab. Service Viewer The main product of Sketchfab is a 3D, Virtual reality (VR) and Augmented reality (AR) model viewer. It enables users to move freely around or inside the 3D scene using mouse, touch manipulation, VR or AR. In addition to static 3D models, the viewer is able to play and control 3D animations. Viewers can enable the VR mode to see the model in Virtual Reality headsets or the AR mode to inse ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


WebGL
WebGL (Short for Web Graphics Library) is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins. WebGL is fully integrated with other web standards, allowing GPU-accelerated usage of physics and image processing and effects as part of the web page canvas. WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background. WebGL programs consist of control code written in JavaScript and shader code that is written in OpenGL ES Shading Language (GLSL ES), a language similar to C or C++, and is executed on a computer's graphics processing unit (GPU). WebGL is designed and maintained by the non-profit Khronos Group. On February 9, 2022 Khronos Group announced WebGL 2.0 support for all major browsers. Design WebGL 1.0 is based on OpenGL ES 2.0 and provides an API for 3D graphics. It uses the HTML5 canvas element and is accessed using Document Object Model (DOM ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

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 accelerator owned by . Service Cl3ver is a real time 3D engine that allow to publish 3D content on a website. 3D models created with a 3D modeling software are imported in an editor where the scene is created with lighting and cameras. Through an API it is possible to gives animation to the scene and finally embed it via Iframe. The viewer enable the scene to be available online. Technology The Cl3ver 3D viewer use the WebGL JavaScript API to display 3D scenes and is built using the open-source OSG.JS JavaScript library. This allows the display of interactive 3D scenes on webpages without the need of third-party plugins if the browser supports WebGL. On browsers that don't support the WebGL technology, the Cl3ver viewer uses a 2D fallback di ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


List Of WebGL Frameworks
Frameworks are available to create WebGL content quickly and easily without building from the ground up. Note: The following list mixes WebGL libraries with game engines as well as cloud services without any distinctions. See also * WebGL * List of game engines Game engines are tools available for game designers to code and plan out a video game quickly and easily without building one from the ground up. Whether they are 2D or 3D based, they offer tools to aid in asset creation and placement. Engines ... References {{Reflist 3D graphics APIs Cross-platform software Graphics libraries Web development * ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




JavaScript
JavaScript (), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of Website, websites use JavaScript on the Client (computing), client side for Web page, webpage behavior, often incorporating third-party Library (computing), libraries. All major Web browser, web browsers have a dedicated JavaScript engine to execute the Source code, code on User (computing), users' devices. JavaScript is a High-level programming language, high-level, often Just-in-time compilation, just-in-time compiled language that conforms to the ECMAScript standard. It has dynamic typing, Prototype-based programming, prototype-based object-oriented programming, object-orientation, and first-class functions. It is Programming paradigm, multi-paradigm, supporting Event-driven programming, event-driven, functional programming, functional, and imperative programming, imperative programming paradigm, programmin ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]