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.
Oliver Marsh
I've been working on a new game with an artist. The assets he's making are in photoshop in srgb i…
»
Mārtiņš Možeiko
"BitmapMemory" is a pointer. It points to pixels of bitmap. "&BitmapMemory" is address of poi…
»
SIMPalaxy
Thank you for your hard work on RemedyBG! I await the new releases. :D
»
C_Worm
Hey and Thanks for the answer! I have a follow up question: How is uint8 * Row = (uint8 *)Bit…
»
x13pixels
SIMPalaxy, This feature is certainly something that can be built and, as you've mentioned, it ha…
»
David Butler
Hi C_Worm! Welcome to the Handmade Network forums. So, you may need to brush up on how pointer…
»
C_Worm
Hey i'm really confused about the "Pixel-loop" casey is implementing and how it works, would anyo…
»
SIMPalaxy
Is this possible? If so I don't know how. And if not I would appreciate it being added as a featu…
»
Simon Anciaux
You can use key maps to do that. See the modal customization layer example in the wiki. The ide…
»
McMassiveNZ
Hey Allen/Forum, I want to implement some keyboard shortcuts that are a combination of multiple …
»
Simon Anciaux
When a link ends with a closing parenthesis, the parenthesis is removed. For example: https://doc…
»
Simon Anciaux
Spacep.s. the first link is broken I fixed it.
»
Space
I came across the above YouTube, it is not c-style but c++. I kind of wanted to keep it close …
»
Space
mrmixerAt the moment, Casey hasn't add support for legacy controllers. You can probably use Direc…
»
Space
mmozeikoOr you can install software that will emulate Xinput API for your legacy controller: http…
»
ratchetfreak
reminds me of D's struct. They can be memcopied around as well but also have a "postblit" opera…
»
AlexKindel
AlexKindelOn the other hand, functions that do return something that contains one or more Integer…
»
Lucian Radu Teodorescu
I'm still working on the type system. But I find multiple ways of procrastinating. One of them is…
»
Sara
Thank you for clearing that up. Keep up the good work.
»
x13pixels
That's a great idea. Thanks Martin. -- George
»
nakst
Hi, I am planning something like this. I will release more information nearer the time (if I deci…
»
Miles
The major things to watch out for, in my opinion, are that 1. interactions between RAII types (li…
»
Todd
ratchetfreakThe only cost you'll need to worry about will be people complaining about your code. …
»
spx
Seems like you did everything right but I indeed did something different. The "LLVM for Windows" …
»
Mārtiņš Možeiko
Or you can install software that will emulate Xinput API for your legacy controller: https://www.…
»
Mārtiņš Možeiko
__clrcall is for C++/CLI. It is completely irrelevant for native C and C++ code. They messed up s…
»
Simon Anciaux
At the moment, Casey hasn't add support for legacy controllers. You can probably use DirectInput …
»
Simon Anciaux
On WinMain I believe it's WINAPI or APIENTRY, not CALLBACK, but they all are defined as __stdcall…
»
ratchetfreak
You can use whatever subset of C++ you feel comfortable with. The only cost you'll need to worry…
»
Todd
Casey seems to basically write C but compile with C++. I want to do that same to access a few C++…
»