2015-12-31

Happy New Year

I created a new Liero3D Mod to celebrate the new year.
The mod contains weapons such as roman candles, rockets, mortars and repeaters. The video below shows them in action.
To create this mod, several changes needed to be made to the weapon and projectile system, and also gave me some ideas on how to better implement the modding system to be as flexible as possible.

2015-05-25

Word Generator

The Word Generator is an application to generate random words or names. It can be fully configured to use certain letters, vowel/consonant patterns, syllable count and much more. This allows setting it up to generate words and names that have the "nature" of a certain language/culture. All settings can be saved to profiles to allow maintaining multiple sets of configurations.

The generator can also "learn" the patterns and letter usage in existing words to configure itself. Doing so will allow generating more words/names that are similar to the input.

Download:
Word Generator

2015-01-03

Tessellation

I added tessellation capabilities to the game engine, the video below shows a comparison between regular bump mapping and tessellation+displacement mapping.
I am still working on creating an effective dynamic LOD solution, which will allow dynamic adjustment of an object's detail based on the distance from the camera.