Archives (old content)

DirectX February 2005 release

Microsoft have announced the latest update to the DirectX SDK.
You can download the it from here.

New job - .NET developer at SAP

I just got a new job working as a .NET developer at SAP Labs Israel.

Seems like an interesting job and I cant wait to start…

It has been a while...

It has been a while since I last bloged and I regret that….

So whats new?

Sharp3D.Math performance improvements

After doing some performance tests (suggested by Wout de Zeeuw) it became clear to me that using public fields instead of properties can boost the libraries performance by 10%-20% (!!!).

Sharp3D.Math v1.1.3 Released

The new release contains several bug fixes.

Download the new release and check out the changes at the project’s homepage.

Test Driven Development (TDD) first impressions...

Well,

I have been using TDD for Sharp3D’s development process for few days now and it already helped me find several bugs.

Started working on Sharp3D.Math 2.0

I started working on Sharp3D.Math v2.0 using using Visual Studio 2005 (.NET 2.0).
I am using TDD (Test Driven Development) to develop the next version to avoid bugs and make the library more efficient and usable…

Sharp3D.Math v1.1.2.2 released!

Few minor bug fixes on this release…

Check it out on the Sharp3D.Math Project Page.

Matrix4 benchmark results - take two

Here’s an update on my Matrix4 Benchmark Results.

The last test compared the generic class compiled with the new C# 2.0 compiler against the non-generic class (from the Sharp3D.Math library) compiled for .NET 1.1.