3,919 reputation
1829
bio website
location Germany
age 19
visits member for 1 year
seen 19 hours ago
stats profile views 202

C++ Programmer, Game-Designer and Pixel-Artist.

Twitter: @BeastGameDev


May
23
awarded  Nice Question
May
22
revised Bright colors versus duller colors
added 65 characters in body
May
22
answered Bright colors versus duller colors
May
22
comment Hexagon collision detection for fast moving objects?
Looks like a rather interesting approach, however, I don't grasp it 100% yet, what happens when the object is really small and is moving between the two lines? i.imgur.com/hRolvAF.png
May
22
comment Hexagon collision detection for fast moving objects?
@SteveH I am looking for the most flexible solution, so the length/width ratio is a kinda big deal.
May
22
comment Crowdfunding an indie game. What should I offer back?
@JoshPetrie If the Kickstarter fails, there is no long-term business you can do. Also cost per copy is 0, so the more copies the better, and with preorder's from Kickstarter you have a lot more >paid< copies from the beginning.
May
22
answered Crowdfunding an indie game. What should I offer back?
May
22
comment Crowdfunding an indie game. What should I offer back?
I highly doubt that this is a good idea, the majority of people will only care about the game, so by not providing the game as possible option you will lose a lot backers and at the same time a large part of the fan base. (people are much more likely to be fan of something they invested time or money into). Also it's one of the most profitable rewards for the developer: a digital download doesn't even cost the developer a cent.
May
21
comment How do I make a scrolling background a la “Temple Run”?
Temple Run is 3D.
May
20
awarded  Enlightened
May
20
awarded  Nice Answer
May
20
revised Hexagon collision detection for fast moving objects?
edited tags
May
20
comment Hexagon collision detection for fast moving objects?
Problem with this is that if the sizes of the objects are a lot different, the smaller object can move inside the path of the large object without triggering a collision.
May
20
asked Hexagon collision detection for fast moving objects?
May
1
comment Awesome universal Mod Manager but where to get Mods?
You can copy the cookies from the browser.
Apr
30
comment Awesome universal Mod Manager but where to get Mods?
Why have a central repository in the first place? Many mod sites allow to download files directly. You could write downloading code for the different sites and maybe make a browser plugin that helps feeding the data to your mod manager.
Apr
7
comment Rendering a black and white image in OpenGL 1.1
You don't want OpenGL 1.1.
Mar
31
answered How to handle different keyboard layouts?
Mar
30
comment Setting up openGL on Linux
If you load the functions via glXGetProcAddressARB the header shouldn't matter at all. What kind of context you get depends on what context you request not what header you include. Maybe you could also use the glcorearb.h header instead. (According to the OpenGL Website it is the GL 4 replacment for gl3.h)
Mar
30
revised Setting up openGL on Linux
added 27 characters in body