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.
»
Simon Anciaux —
You don't use both the ADD and REM macro for the same field. It's one or the other. When you add a…
»
longtran2904 —
That's my point! Because REM expands to nothing, the removed field is still there! // Later struc…
»
ratchetfreak —
No REM(FIELD_ADDED, FIELD_REMOVED, int, score, 0) inside the struct definition expands to nothing …
»
longtran2904 —
Isn't using the REM macro in the struct definition (e.g player_mission struct) mean the field stil…
»
MrSovr —
Hello everyone, I am fairly new here. I have been working with raylib for some time, not a profess…
»
Max —
Thanks for the response! These resources seem to be what I am looking for. I am traveling for the…
»
Dawoodoz —
You can create an abstract function for getting a reference to a variable by name (read and write …
»
graeme —
The core insight in the way Go does interfaces is that you pass around pairs of pointers like inst…
»
Max —
Thanks for the link. I gave it a glance and it looks really cool. I will give it a full read thr…
»
Simon Anciaux —
You can have a look at this blog post:
»
Max —
Hey, I have a question about how designing a game editor would for an engine would work. Let's sa…
»
Dawoodoz —
You can have structs of function pointers replacing the virtual calls. Ideal for the strategy patt…
»
escalioth —
I'm writing a ray tracer based on Peter Shirley's "Ray tracing in one weekend" book. The code in t…
»
TechGuard —
Much appreciated, thank you!
»
x13pixels —
Here you go: End User License Agreement (EULA) The Software ("RemedyBG", "remedybg.exe") is Copyri…
»
TechGuard —
Is this not available before I buy it?
»
Binarium —
The license is included in the zip download (LICENSE.txt).
»
TechGuard —
Hi, I was wondering where I can find the license agreement for RemedyBG. I would like to use this …
»
manylegged —
I also agree that natvis support (even partially) would be great, I already have a bunch of custom…
»
XP1 —
I am creating the subtitles. Do you want to create a GitHub repo and let me commit to it? From the…
»
da447m —
I got the pdf and started to read the sockets section, it reads very down to earth non-bullshit so…
»
Mārtiņš Možeiko —
Afaik nobody is creating subtitles for these streams, so there are no srt files.
»
XP1 —
Do you have the subtitles (SRT) files as well?
»
Emiliano Senega —
Natvis would indeed cover this. I just figured it's a complex thing to support and was thinking of…
»
Dbug —
Natvis is kind of cumbersome to use (I've written a few for our internal custom types, like visual…
»
Dawoodoz —
As long as you understand the libraries you are using on a mathematical level regarding what is pr…
»
x13pixels —
This sounds like dependent breakpoint points. I believe Visual Studio 2022 has implemented this fe…
»
x13pixels —
Lot of folks have asked for natvis support which would cover this, I believe. Another solution pro…
»
x13pixels —
No immediate plans. Definitely looks like an interesting feature. Thanks for pointing it out.
»