whycoding126 / webglstudio.js

A full 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGLStudio

WebGLStudio.js

WebGLStudio.js is an open source full 3D graphics suite inside the browser. You can edit the scene, the materials, code behaviours, design effects, shaders, and share it, all inside the browser using standard technologies.

Some of the important features:

  • Full 3D graphics engine (LiteScene.js) that support multiple lights, shadowmaps, realtime reflections, custom materials, postFX, skinning, animation and many more.
  • System based in components so very easy to extend (controlling the rendering pipeline or hooking for interaction events).
  • Easy to use WYSIWYG editor, with all the features in one place (coding, graph compositing, timeline).
  • Graph editor to create interesting behaviours or post-production effects.
  • Virtual File System to store all the resources on the web LiteFileSystem.js just by dragging them (with quotas, users and shared folders).
  • Easy to export and share, just by sending one link.

For more information visit http://webglstudio.org

Interface

Installing

To install you need to copy the editor files in your server and install LiteFileSystem.js (the library in charge of handling remote files) in the folder fileserver/ inside editor folder. For more info check LiteFileSystem.js documentation.

Feedback

You can write any feedback to javi.agenjo@gmail.com

About

A full 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.

License:MIT License


Languages

Language:JavaScript 96.0%Language:CSS 3.6%Language:HTML 0.2%Language:PHP 0.2%Language:Shell 0.0%