Posted by: Morten Nobel-Jørgensen | August 21, 2010

java-image-scaling 0.8.5 released

I have released a new version of my image scaling library for Java. The new version contains two minor bugfixes:

  • Fix minor rounding error ( Issue 16 )
  • Change DimensionConstrain constructor from private to protected ( Issue 19 )

The binaries and source is available on the projects website: http://code.google.com/p/java-image-scaling/

Read More…

Posted by: Morten Nobel-Jørgensen | July 7, 2010

C# versus JavaScript in Unity

If you are about to start programming in Unity game engine (unity3d.com), you have to decide if you want to use C# or JavaScript. In this blog I’ll highlight some of the important differences.

Read More…

Posted by: Morten Nobel-Jørgensen | June 29, 2010

Programming puzzles

The world is of full of problems that can be solved using programming. However some problems are more fun and challenging than others. If you are looking for some really interesting programming challenges I strongly recommend you to take a look at ProjectEuler.net.

Read More…

Posted by: Morten Nobel-Jørgensen | June 3, 2010

The best and the worst of UDK

Unreal Development Kit (UDK) is a powerful toolset for creating 3D games for the Unreal Engine. In this blog I’ll describe my 3 months of experience with the engine. Read More…

Posted by: Morten Nobel-Jørgensen | April 25, 2010

Why not have OpenMP in Java?

Java was originally created as a simplification of C++ to boost productivity. Java nicely shielded the programmers from a lot of complexity such as pointers and platform architecture. Read More…

Older Posts »

Categories