Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Free open source WebGL editors? [closed]

At first, I do apologize for my bad English.

Our development team is working on a project, written in GWT that provides users the collaborative environment. Users can work on different projects, including animation making, image editing, 3D structure modelling and so on. So we have to provide them proper editors. I just want to know, are there any free/paid open source editors, so that we can embed in our project?

It would be much better if the following specifications, are met:

· Better to be html5 compatible to benefit from latest technologies

· Can be webgl

· Should be open source

· Better to be java and gwt / or we should be able to wrap and use it

· Be reliable

· Support standard file formats

like image 463
Farina Avatar asked Aug 17 '11 13:08

Farina


People also ask

Is WebGL open source?

An open source JavaScript library/API for creating games and interactive 3D applications using WebGL, developed by Ambiera. An open-source WebVR client for collaborative 3d world building and exploration.

What is WebGL rendering?

WebGL (Web Graphics Library) is a JavaScript API for rendering high-performance interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins. WebGL does so by introducing an API that closely conforms to OpenGL ES 2.0 that can be used in HTML <canvas> elements.


3 Answers

Well, this may not be quite what you're looking for, but maybe it's close: 3DTin

It's a simple CAD that looks like Minecraft. According to here, it's written in Javascript, mostly jQuery.

I don't expect you're going to get anything with the sophistication of Maya or Photoshop that's web-based. That said, the guys behind 3DTin seem to be into open source, so maybe you can extend it for what you need.

like image 57
Steve Blackwell Avatar answered Oct 15 '22 09:10

Steve Blackwell


Goo Create is a free browser-based 3D editor (WebGL/HTML5) that enables you to:

  • Run Goo Create in your browser, drop existing 3D models and textures right in.
  • Create interactive 3D games and apps without coding (you can also code in JavaScript if you like).
  • Publish and share easily on the web, or use CocoonJS by Ludei to create a native iOS/Android app.
  • Best of all - it's free for public projects!

http://www.gootechnologies.com/products/create/

like image 31
Tom Söderlund Avatar answered Oct 15 '22 07:10

Tom Söderlund


http://Clara.io is a free WebGL-based 3D modelling, animation and rendering tool that runs in your browser.

It can be used for:

  • Creating characters, items and levels for game engines (like Unity3D, Three.JS, Babylon).
  • Rendering photorealistic images.
  • Data conversions between OBJ, 3DS, FBX, Collada, ThreeJS, BabylonJS and many others.
  • Publish your scenes and animations for embeding in webpages similar to how you can embed YouTube videos.

It differs from 3Dtin in that it is feature fulled, it is similar to 3DS Max, Softimage, Maya in terms of features. It differs from Goo Create in that it focused on creating 3D content, rather than games.

like image 2
bhouston Avatar answered Oct 15 '22 07:10

bhouston