We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
Chip has Allwinner SoC. Which has Mali GPU. That means no source, no docs and binary drivers...
»
Mór
Casey saying C++ is poopsauce is what attracted me here. I like people who notice when bad practic…
»
Tom
As an alternative to using Raspberry PI as a base there's also , pretty cheap. I'd like to see sm…
»
ratchetfreak
that's why I said the calling code could send back any size between the and the size inclusive.…
»
Tom
I'm not 100% convinced that aligned allocation is a primary concern for most developers using mall…
»
Tom
To expand on this thought, you could offer an API like dear imgui and just return a list of trian…
»
Mārtiņš Možeiko
With 3G modem & SIM card. There a ton of options. For example:
»
N Setobol
RaspBerry PI? You can prob use a light weight linux like Arch with X and somehow create a program …
»
TM
malloc would be fine if it was just a convenience function in a random lib, but as a crt function …
»
ratchetfreak
malloc seems to be designed without free or realloc in mind. it only returns the pointer to the st…
»
David Butler
I would really like phones to be faster than they are now... I hate the animations that they have …
»
Benjamin Arnaud
@miotatsu: Quite impressed by the progress so far. Great stuff ! If you are stuck with linking iss…
»
Mārtiņš Možeiko
Are you sure about it? I tried resizing window in all the possible ways (left, right, top, bottom,…
»
Thomas Kingsvik
They're not guaranteed to be 0 when you are resizing a window. They seem to frequently be not 0 wh…
»
Ferran
Hello, sorry if this has been brought up before. It's been some years since I was in school, and e…
»
William Bundy
Well, Ludum Dare's October Challenge is coming up (or, usually; Mike is still working on the new s…
»
Jeroen van Rijn
If vibrant colors and contrast are going to play a big role in the game, there's a few more things…
»
Michael Cameron
Generally when calibrating monitors you have to make a choice about what things are most importan…
»
Jeroen van Rijn
Intriguing idea, Connor. I wonder if Miblo will want to enter his Mibloids game into the competiti…
»
hotspur
For posterity, I would like to update on our situation as it seems to have settled. We bought a Co…
»
nephewtom
Thanks Jeroen, that works!
»
Casey Muratori
Yes, I always do a subtraction by habit, since I don't really know to what extent various RECTs ar…
»
Connor
Hello Community! I would to get people's opinions on a small handmade game competition for newbies…
»
Mārtiņš Možeiko
Yes, you can do that. GetClientRect always returns 0 in left and top members. It's documented in M…
»
svk151
Question about this function from way back in the early episodes (episode 4 or 5). As of the lates…
»
Ginger Bill
Thank you for that paper. Even though they have a small sample size, it does seem that (im)mutabil…
»
Jack Mott
A relevant research paper:
»
Connor
I second Allen's features. My most wanted feature would be the ability to put anything I want on m…
»
Michael Cameron
I think there's enough open-source smartphone projects that are always struggling to open source a…
»
Michael Cameron
Suppose I write a deep learning library, and one of the things I want to do is visualize the netw…
»