Skip to main content
4 events
when toggle format what by license comment
Jun 18, 2018 at 4:25 comment added 3Dave It’s been seven years. I’ve learned a lot. c++ is pretty awesome, C# is also awesome, I really like python and: CPU perf still matters.
Jul 11, 2011 at 15:45 comment added 3Dave @gbjbaanb Not necessarily. This implementation is GPU-bound, but moving to a scripting language could very easily change that. C# is compiled and has a very nice optimizer. Compiled, strongly-typed languages are your friends! Less strict scripting languages tend to cause increased development time for any reasonably complex project.
Jul 11, 2011 at 13:23 comment added gbjbaanb c++ has an object model? But it sounds like you should have gone with a script language to write your controllers in - if C# is better than C++ because of dev speed, then python (or lua, etc) is similarly better than C#.
Jun 16, 2011 at 14:19 history answered 3Dave CC BY-SA 3.0