Mariusz Bartosik's website

Graphics programming, demoscene and book reviews

"Rise and Shine" by Elude

Riverwash 2017 PC Demo Compo

The main theme of the 9th edition of Riverwash party was the Wild West. At the beginning of September, about 150 cowboys and cowgirls travelled on their horses to Katowice in Poland. Some brought valuable goods with them. Let’s see if they left some gold nuggets there.

Zeven by Ninjadev

Solskogen 2017 Newschool Demo Compo

Have you ever been to a party organised in a forest and where most participants sleep in tents? That’s the experience offered by Solskogen party! Its recent edition took place between 14th and 16th July in Flateby, not too far away from Oslo. Let’s review newskool demos from the biggest demoscene party in Norway.

OpenGL Initialization in Windows

OpenGL 4.x Initialization in Windows without a Framework

If you want to open an OpenGL window, most of tutorials and books will tell you to use GLFW, FreeGLUT or SDL framework. Just call glfwInit(), glfwCreateWindow() and you are done. However, if you need to write a size-limited executable or simply don’t want to create another dependency, you have to take care of this by yourself. This is how to do it “the hard way”.

Getting Things Programmed

Getting Things Programmed. Droga do efektywności

Aby być skutecznym programistą, sama wiedza techniczna przestaje dziś wystarczać. Istotne stają się “soft skills”, czyli m.in. umiejętności organizowania swojej pracy. Michał Bartyzel w swojej kolejnej książce stawia sobie za cel przekazanie czytelnikowi sprawdzonych metod, dzięki którym wszystko przebiegnie sprawnie, w możliwie krótkim czasie i bez zbędnego stresu. Krótko mówiąc: efektywnie.

How to choose an open source licence

How to Choose an Open Source Licence

If you decided to share your project’s source code, you still have to deliberately state what do you allow, and which rights you want to keep. While it is possible to write your own detailed licence, there’s probably no need to do it. The most common models have already been created. Let’s review some popular licence types.