Skip to content

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

License

Notifications You must be signed in to change notification settings

xianfeng95/webglstudio.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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, animation.
  • 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 (LiteFileServer.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

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

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • CSS 5.6%
  • Other 0.1%