Downloads
On this page you can find some games or other software that I created or cooperated on.
Games
I always loved to play games and started creating them somewhere arround year 1998 in Delphi 3 and QBasic.
- Javascript scrolling shooter game written in 7 hours
- Nightmare 3D pseudo 3D shooting game
- Day in Hoghwarts short 3D game about one students's day in Hoghwarts
Software
I allways liked to try out some interesting algorithms, so here you can find some of them.
-
Simple video codec
Some years ago I wanted to try to create my own video codec, so I created one in C# - it uses kind of lossless interframe and intraframe delta compressions, lossy spliting into color channels and removing some of the colors accuracy and at the end the data are compressed using basic C# deflate stream.
Will try to find the code and put it here soon :)
-
3D CPU renderer
Very simple 3D software renderer I created for PGRF (computer graphics) subject on UHK (without using any DirectX or OpenGL, all computations are done by CPU).
Originally we programmed that in classes in Java, but I didnt like the speed of 1fps for drawing one cube, so with Jakub Fintora we rewrote the libs code into C++ and then I continued my optimizations to level, when it can draw several thousands of triangles per second with usable fps.
It can fill triangles only with selected color, so all the shading is faked. You can go to the renderer page here
-
Prime numbers
I created this program in Delphi many years ago, I wanted to create some fast program for writing out prime numbers and save them into file. Download here