So there is always some code underneath, even if it is the UEFI/BIOS. But you can do this today on…
@Kelimion: Just tested with the latest VLC and you don't seem to get chipmunks. The pitch seems t…
Shazan —
Is it possible to code a game where it doesn't need an OS. It loads directly to the game like old …
First, my complain is not about why I have to mark the functions getting called explicitly to be o…
Don't judge compilers without having their insides. I only have limited experience with compiler c…
So we have to turn the optimization on from the command line by using /O2 switch, then we have to …
Hmm yes that is always annoying. I will try to setup a few ways to manually or automatically get…
Right, hosting a competition sounds great, just not for the time being! Everyone is welcome to ho…
Just wanna post saying, im in when / if this happens
Pretty much anyone can create a game jam on Itch.io and it's a platform to sell/give away your gam…
Hi, I was running the example (example1.cpp) to see what tokens where generated. I stepped in the …
For MotionBox I built a bunch of tools to generate screenshots every once in a while. This is con…
Would it be possible to have linked pictures on project pages instead of uploads ? For MotionBox I…
My current understanding of aligned allocation:0x---Some Address: start of actually allocated mem…
Tom —
I like a month long comp too.I fear that using money as votes could get hairy, but many artists hav…
Tom —
Hmmm, I take back the "i'm not convinced", and I'd rather say that I just don't get it. I can't qu…
Tom —
Didn't know that, :/ laaaame. I mean, I guess its still workable, but definitely out of the handm…
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…
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…
With 3G modem & SIM card. There a ton of options. For example:
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 …
malloc seems to be designed without free or realloc in mind. it only returns the pointer to the st…
I would really like phones to be faster than they are now... I hate the animations that they have …
@miotatsu: Quite impressed by the progress so far. Great stuff ! If you are stuck with linking iss…