williamdeathsong / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Create the Embed Demo #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Create a demo that show how to embed the OgreKit in the gui 
framework(wxWidgets).

 - Read the blend file by menu.
 - Support multi-platform (windows/linux/osx).

Original issue reported on code.google.com by harkon...@gmail.com on 23 Sep 2010 at 5:47

GoogleCodeExporter commented 8 years ago
Added the first version to r675.
 - Currently, windows only support.
 - You should build with OGREKIT_OIS_WIN32_NATIVE & OGERKIT_COMPILE_WXWIDGETS & SAMPLES_MEBEDDEMO options.
 - Drag&drop support to open the blend file.
 - Command line options: -f<blend_file> (no space)
 - Log the blend file loading time.

Original comment by harkon...@gmail.com on 26 Sep 2010 at 12:09

GoogleCodeExporter commented 8 years ago
Did you mean OGREKIT_COMPILE_WXWIDGETS and SAMPLES_EMBEDDEMO (spelling) ?

Original comment by erwin.coumans on 27 Sep 2010 at 8:52

GoogleCodeExporter commented 8 years ago
Sorry for my mistyping. SAMPLES_EMBEDDEMO is right.

Original comment by harkon...@gmail.com on 28 Sep 2010 at 12:54

GoogleCodeExporter commented 8 years ago
Now, support Linux by Xavier. Thanks, Xavier.
It will take time to support OSX.

Original comment by harkon...@gmail.com on 1 Oct 2010 at 5:30