Horde3D http://horde3d.org/forums/ |
|
Horde3D support multithreading and 64bit? http://horde3d.org/forums/viewtopic.php?f=1&t=1575 |
Page 1 of 1 |
Author: | kkc0923 [ 06.09.2011, 18:18 ] |
Post subject: | Horde3D support multithreading and 64bit? |
Hi, I consider to use Horde3D for my program to show graphic data. For my app, I need that 64bit support and multithreading. For example, is it possible that another thread modify Horde3D's vertices data? I need to calculate my experimental data (point cloud) and these data are constantly changing, and I want to show my experimental data as realtime. I tested Ogre engine, but ogre dosen't support multithreading. Ogre only support multithreading for background resource loading. Horde3D support both 64bit and multithreading(thread-safe)? |
Author: | Orm [ 06.09.2011, 20:14 ] |
Post subject: | Re: Horde3D support multithreading and 64bit? |
OpenGL and multi-threading are pretty much mutually exclusive at this point in time. If you are looking for an api to view data, you might want to look into a 2D renderer like Skia, Fog, or AGG. You can find Skia and Fog on google code. AGG has its own website. |
Author: | kkc0923 [ 07.09.2011, 03:17 ] |
Post subject: | Re: Horde3D support multithreading and 64bit? |
Orm wrote: OpenGL and multi-threading are pretty much mutually exclusive at this point in time. If you are looking for an api to view data, you might want to look into a 2D renderer like Skia, Fog, or AGG. You can find Skia and Fog on google code. AGG has its own website. Thanks for reply. is there library for 3d graphics? I need to render 3d point cloud and surface mesh. |
Author: | Irdis [ 07.09.2011, 09:25 ] |
Post subject: | Re: Horde3D support multithreading and 64bit? |
Horde doesn't provide any support for threading, but you may use platform API, boost, SFML, or any other library for threading. You might be able to modify horde's geometry in the second thread and then upload the results in the main thread. We have done practically the same for video playback and PBO updating. |
Author: | kkc0923 [ 07.09.2011, 15:15 ] |
Post subject: | Re: Horde3D support multithreading and 64bit? |
Good. I will challange to use Horde3D I was using Ogre3D but it's ManualObject systems too complex to my app. |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |