Showing posts with label My projects. Show all posts
Showing posts with label My projects. Show all posts

Monday, September 29, 2014

Working with BMP file C++ convert image in to an array

I described insides of the BMP file Here.

I needed a program which converts bmp image in a 2 dimensional array of 0 and 1. So i could display the image on the LCD display from Nokia 5110.

Here I have the source code, written in C++, now i will explain how it works.

int main(int argc, char *argv[])

Friday, September 26, 2014

PC games I've made with SDL and C++

Long time ago i decided to teach myself how to make computer games. So here i will show what games i created.
All games written on c++ with SDL library, some of them have source code, too bad I don't have source code for all of them.

Horizontal shooter


The first semi-game i have ever made, i wanted everything in it, so it was never finished, moreover when it was working CPU usage was 100% and RAM was fille with garbage.

Thursday, August 14, 2014

LED hearth

A long time ago i have spotted LED hearth circuit on radio-hobby.org. It was so simple, but effect was really interesting, so i decided to make it. On the Valentine's day i made my PCB and placed everything inside a clock enclosure. And used adhesive tape to keep it in place. It was my first project.