StudentProject - Screen Saver


First year, first graphical project.

Goal: With only pixels, using the C language and CSFML, draw annimated forms on the screen.


We could not use image. Only pixels… But what is a .bmp file ?

A header, with the width and height. And a list of each pixel with its R G B. No compression.

So why not just draw each pixel ?

dvd-bounce


Repositories:


Showcase:

circle-bounce

bubble-collision

langton-ant

game-of-life

duplicated-square