Click here to Skip to main content

Technical Blogs


1. DirectX and WinRT continued
My latest developments at writing a clean WinRT component exposing a clean yet complete DirectX D3D (and maybe D2D as well) API to C#.
(The Code Project Open License (CPOL))
Multimedia » DirectX » DirectDraw
Super Lloyd Updated: 22 Jan 2013
Rating: 5.00/5 (1 vote)
2. DirectX made simple
CodeProject With Windows 8, WinRT, C++/Cx I think the time to write an elegant C# / XAML app using some DirectX rendering in C++ has finally come! Thanks WinRT! :-) Here I just plan to describe my attempt at learning DirectX and C++ and integrate it nicely in a C# XAML app. My first exercise was
(The Code Project Open License (CPOL))
Multimedia » DirectX » DirectDraw
Super Lloyd Updated: 6 Jan 2013
Rating: (0 votes for this Article)
3. Silverlight Menu
My take on this control.
(The Code Project Open License (CPOL))
Web Development » Silverlight » General
Super Lloyd Updated: 26 Nov 2012
Rating: 4.00/5 (1 vote)
4. OData with async
Using OData with async.
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » Libraries » General
Super Lloyd Updated: 10 Sep 2012
Rating: 4.00/5 (1 vote)
5. Discovering D and Visual Studio (continued…)
CodeProjectThanks for the feedback from the previous article, I know now that: DFL should work with the BCL in D2, but it just doesn’t at the moment, due to some repository snafu… Visual D had building problem due to… tool chain issues! This page about Visual D known issues explain what’s go
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » Libraries » General
Super Lloyd Updated: 31 May 2011
Rating: 5.00/5 (2 votes)
6. Introducing DirectX to WPF
CodeProjectI started to learn DirectX. I wanted, of course, to use it in a WPF environment. I don’t hope to write a game (yet?) but I thought it would be a good API for high performance data visualization. Or simply capturing and tweaking web cam output.I discovered SharpDX by Alexandre Mutel,
(The Code Project Open License (CPOL))
Multimedia » DirectX » DirectDraw
Super Lloyd Updated: 31 May 2011
Rating: 4.00/5 (2 votes)
7. D for .NET programmer
CodeProjectRecently it appeared to me that, with D, I could finally write solve a long standing problem, that is write a good advanced installer.What appealed to me where the following features:Statically linked. Produce an exe with no dependency! (Save for win32 that is, fair enough!)Elegant syntax
(The Code Project Open License (CPOL))<