Search found 2 matches
- Sun Oct 25, 2015 10:29 am
- Forum: Project Announcements
- Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
- Replies: 422
- Views: 187172
Re: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Thank you for your insight.
- Thu Oct 22, 2015 9:51 pm
- Forum: Project Announcements
- Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
- Replies: 422
- Views: 187172
Re: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Hi, I am interested in the design of the L11.BulletSharpTest project - specifically how threading is used. This project creates a new thread for each physics timestep but then updates the Irrlicht objects from within this thread (ie outside the main thread that Irrlicht is being processed in). I am ...