Before I buy this...

Archives Forums/Blitz3D SDK Programming/Before I buy this...

Jaquio1319(Posted 2007) [#1]
Does .Net 2.0 multi threading work with the SDK since you can use C#?! It was a shame that Blitz3D didn't support it, same with DarkBASIC Pro, since loading files and other stuff would "stop" game processing. You couldn't do real time loading. It would also make creating custom scripting languages a lot easier, as scripts could be read and run in real time.


Kanati(Posted 2007) [#2]
I would have to venture a guess that multi threading would work just fine for anything outside of actual rendering.


dynaman(Posted 2007) [#3]
> Does .Net 2.0 multi threading work with the SDK since you can use C#?!

I use a backgroundhelper control with the SDK with no problems.