rebit Posted August 16, 2015 Share Posted August 16, 2015 The Javi, main developer of www.webglstudio.org published on last week the fisrt public release on GITHUB of the awesome WebGLStudio. logo: Take a look, its very priomissing realtime Scene compositing tool in realtime. Is Built on top of LiteScene.js and LiteGL.js 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.--------------------------------------------------- I think this software needs a fixed Category on "Frameworks" of this forum. Im inviting all the webgl developers to increase the features of this project !http://www.webglstudio.org/ Demo here: ( watch all the videos on website ) http://www.webglstudio.org/demo I found older link about this Editor here ( load the sample projects to see the particle effects): http://tamats.com/apps/webglstudio3/?scene=data/scenes/Lee.json Contacts of the author: Mail: [email protected] Twitter: https://twitter.com/tamat Personal Blog: http://www.tamats.com/blog/ ----------------------------------------------------------------------------------------------------------------------------------------- Im installing the platform in my own server in: http://www.magadan.com.br/studio/ ( My installation is not ready yet is WIP ). How to install ? Requeriments: - You will need a LINUX BOX with a LAMP Server ( apache + mysql + php )- Create a blank mysql database for example "fileserver"- Download the source code from github- Unzip the source on your 'htdocs'- Download LiteFileSystem (github) from the Javi repo too, https://github.com/jagenjo/litefilesystem.js ( install the dart requeriment on linux )- Make the appropriate file permissions of your folders '/files'- Follow readme files to finish installation. ( sorry my english is not my native language ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.