Twitter updates
- @repi Sounds great, I guess that should also help to make the games more stable on PC. Wonder what perf difference you see, if any? 1 day ago
- @aras_p Happy birthday! The link you attached seems to be broken though. 2 days ago
Development
Graphics
Calendar
May 2012 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: porting
Switching to Linux: A Windows developer’s view
A few weeks ago, I switched my development environment from Windows to Linux, on a project which was developed so far on Windows only. In this post, I want to describe the issues that brought me to this switch, a … Continue reading
Google diff, match and patch ported to C#
The title says it all, I’ve ported the Google diff-match-patch library to C#. It’s a nice diff library, and supports Java, JavaScript, Python, C++ (with Qt) and C# with exactly the same API. Porting wise, everything went fine due to … Continue reading