PDA

View Full Version : Some LFSLib.NET examples


sdether
14th July 2007, 18:28
Since the Tester App that's available from the LFSLib.NET site (http://lfs.fullmotionracing.com/) is a horrible piece of junk that you really shouldn't model WinForms apps after, I've decided to start publishing simple samples from code I'm writing anyhow for testing.

So far I have the following
Console OutSim & OutGauge (http://www.claassen.net/geek/blog/2007/06/simple-outsim-outgauge-samples.html)
Console Basic Race Tracking (http://www.claassen.net/geek/blog/2007/07/simple-race-tracking-class-for.html)
WinForms OutGauge (http://www.claassen.net/geek/blog/2007/07/outgauge-monitor-windows-app-example.html)As I write new ones, they'll show up here (http://www.claassen.net/geek/blog/labels/LFSLib.NET.html) as well (i.e. tagged w/ LFSLib.NET). Hope these help.

BurnOut69
14th July 2007, 21:18
Thats a great idea sd! Even though I find more fun to write my own library, I'm sure loads of people will make good use of those examples.

Keep up the great work!