Twitter updates
- @max_mcguire Robust derivation for how to factor in near/far depth right into the matrix for better precision here: http://t.co/WLZ8YQsP 8 hours ago
- Wondering if I should get the #MassEffect3 Collector's edition, even though I don't like the Collectors in the ME universe at all ... 1 day ago
- @ChristinaCoffin Uah, right. I've spent several weeks on the few glyphs for the title on http://t.co/iomuW8h2. 1 day ago
Development
Graphics
Calendar
February 2012 M T W T F S S « Dec 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
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