Posts tagged .net
2d physics engines libraries for .net
0So far I have found three different 2d physics engines for .NET:
- Farseer Physics Engine http://www.codeplex.com/FarseerPhysics (http://www.farseergames.com/)
- Physics2D http://code.google.com/p/physics2d/
- Box2dx http://code.google.com/p/box2dx/ famous Box2d ported to .NET
Currently I play with Farseer, but Box2d also looks very interesting, I think that as soon as I finish ceres level editor I’ll try Box2dx. So far I couldn’t find enough time, I thought I’ll be able to upload it by the end of April, but it seems now it will be end of May …
ASP.NET Developer Server and Vista
0When I tried to debug ASP.NET or Silverlight apps under Vista, IE failed to load page, it couldn’t find it. What I found out on web http://accidentaltechnologist.com/asp-net/aspnet-development-server-problems-under-vista/ that was problem with ipv6 in Vista and lack of it in IE, the best solution I have found so far is commenting out the line containing ::1 in windows/system32/drivers/etc/hosts file. I’m not sure if it is best solution but I don’t know any other…
I’m trying to finish ceres game, but I don’t have too much time for that, Jeff Weber helped me a lot giving some advices, but I still need to invent some levels.