Search found 3 matches

by Magei00
January 5th, 2018, 1:29 pm
Forum: Everything
Topic: My first game
Replies: 3
Views: 2045

My first game

Hey fellow programmers. I finished my first game following Chilis toturial and I'm happy with the result, so i wanted to share it with you people :) It's a Co-op breakout game, so it is advisable to find a partner for this challenge. (It is really hard to win playing alone, if you do I salute you!) ...
by Magei00
October 1st, 2017, 12:17 pm
Forum: Everything
Topic: Massive framerate loss when drawing.
Replies: 4
Views: 1811

Re: Massive framerate loss when drawing.

Thank you! I was running in debug mode and that caused the low framerate. Changing to release fixed it :) I'm not quite following the solution with procedurally generated objects. Even if the putPixel calls were done in a smarter way wouldn't I still be required to call them the same ammount of time...
by Magei00
September 30th, 2017, 6:25 pm
Forum: Everything
Topic: Massive framerate loss when drawing.
Replies: 4
Views: 1811

Massive framerate loss when drawing.

Hi there. I have been following the beginner series ( also some of the intermediate) to learn some c++, and a few days ago i finally decided to create my own project. It's a simple arkanoid clone, using the basic concepts from lesson 1-8 + arrays and classes/objects. My problem is now, that when i d...