Monday, August 10, 2009

Profiplech.sk

A quick profile web I made for a small slovakian company. This was my first webpage after a very long time. Looks dull but I'm not into changing it anymore :).

You can see the web for yourselves on www.profiplech.sk.

And if you're too lazy to click, this is how it looks:

Thursday, July 2, 2009

Landscape generator

Some pictures from older OpenGL project - Landscape generator.
Terrain and texture generators use perlin noise function in this one.

Made completely in C/C++ (+OpenGL) in VS2008.





Edit: Here are complete (I hope) source files.

Sunday, June 21, 2009

MHM

One older design and xhtml template I made for a company in Prague MHM. I lost my original work after such time, but the design is more or less the same.
Design screenshot:


Or you can see the full version on their website.

Thursday, May 21, 2009

FIT Invaders

My last actionscript work, a very simple invaders-like game I made as a project for my multimedia classes.

The game is only half-finished, missing shop system, bosses and some additional details (which I'm planning to finish during summer), but is playable anyway.





Enjoy!

Play Here!

Edit: Source files can be found Here!

Saturday, April 25, 2009

Al-Profi logo

Just a three simple amateur logos I made for a small slovakian company called Al-profi. Made with reference to their older logo in a shape of a roof (They sell things you can use on your roof ... well, stuff like that :))



At the end they wanted no.3.

Saturday, April 18, 2009

Taxi Trend

A very quick and simple web I made for local taxi company (Taxi Trend). It was made few years back and they are not using it anymore (I don't know why), instead they have something much more ugly there (from my point of view :)).

Here's the backup on my web: http://www.paused21.net/off/work/trend/code/html/ (not everything is working on the web now, though)

And some screenshot:

Wednesday, March 25, 2009

Space Proscpector !!

My new project for multimedia classes. I have to do SOME computer game in SOME programming language and with SOME sounds, music and animation. That is all they say. So I decided for a small adictive flash-game with a working title "Space Prospector". (I'll change it later for something more flashy ... like Aliens vs. Prospectors VI: Terror from the Grand Nebulae).

Okay back to my game. It will be really cool, I promise .. you can se the first pieces of coolness already shining from a quick sketch I made today. Here it comes:



And there will be rockets, meteors, asteroids, red dwarfs, black holes, lasers, shielded aliens, gold, space pirates !!, black holes, FTL drives, and much more ... coming soon !

Monday, March 23, 2009

Convolution, Sobel and Median filters

My little project for Image Processing clases.

We had to create our own convolution filter with a sharpening 3x3 matrix [0, -1, 0, -1, 5, -1, 0, -1, 0].
Then a Sobel filter using the convolution with two 3x3 edge detection matrices: [-1, 0, 1, -2, 0, 2, -1, 0, 1] and [1, 2, 1, 0, 0, 0, -1, -2, -1]
And finally a Median blurring filter.

It was quite easy and here is a little example of how it worked:

1. Original (Natalie Portman mmm :)):



2. Convolution sharpening filter:



3. Sobel edge detector filter:



4. Median blurring filter with median matrix 7x7

Thursday, March 19, 2009

Mach-Zehnder interferometer no.2

So, I've finished project for my Optics clases - Mach-Zehnder Interferometer as I've mentioned earliear.

The programming is kind of crappy as I was really in a hurry (3 days of work :)), and actually it has some kind of memory leak I guess, but it was good enough for presentation at school :).

This is how it looks on resized picture. Better click that link :)



You can play with it here: (Slovak only - clickable even if you don't speak it though)

Play with Mach and Zehnders here

To access some interactivity you need to check the "Vložiť objekt" (Insert object) checkbox.

Oh and I can't forget: Made in Flex + AS3 combo as usual.
Next I'm planing to do a game ... (and a good one now :)).

Edit: Source files can be found Here!

Wednesday, March 11, 2009

Mach-Zehnder interferometer

Preview for my application to demonstrate functions of Mach-Zehnder interferometer for my Optics classes.
I'm going to animate it in Flash as usually :).


P.S.: Click for original resolution

Minesweeper

Minesweeper beta version done. Made in FlashDevelop using Flex and ActionScript 3.
I wanted to make more versions with different sizes of game table, but for now it's only 7x7 with 6 mines. I might add that later, it's not written bad so it shouldn't be that hard.



Controls:
Left click - reveal piece
CTRL + Left click - flag piece

Edit: Source files can be found Here!