Page 1 of 1

Integrate MH with a web application

PostPosted: Sun Jan 27, 2013 3:59 pm
by kavisha
Hi
Im planning to an web application which allows user to generate a 3D human model.
I have few questions
1. Is there any APIs that i can use for a web application ? If possible what are the languages that supports it?
2. Will i be able to generate the model in real time according to the measurement parameters given by user

Thanks in advance :)

Re: Integrate MH with a web application

PostPosted: Sun Jan 27, 2013 4:54 pm
by joepal
MH is a python application, so all functionality will likely have to go through python.

At the moment there is no command line interface.

The initial attempts at scripting and an API is only available in the development branch. However, this too presupposes a running GUI. If you want to run MH without a GUI you'll have plenty of programming to do.

Re: Integrate MH with a web application

PostPosted: Fri Feb 01, 2013 1:11 pm
by dark poulpo
hi, do u make a paid web application or free?

u must use webgl and javascript (only for the last browser chrome, fox and safari, ie and opera sucks). whether you are using the libraries to handle 3D, or you have to do your own engine.
I find myself creating the motor to handle files in dae ... but I can not share yet because he is still too young and is still undergoing many changes.

for the gui, u can use http://speckyboy.com/2010/05/17/15-java ... libraries/ or Ext js.