Hey!
Is there something similar to this on Linux? How to avoid all default libraries on Linux?
…
Really appreciate this post as I was hoping to dip into Odin on MacOS myself. Might even push me …
Craig —
Actually there was a way to change it to /DEBUG:FULL so RemedyBG is working for me now, and this …
Craig —
RemedyBG Version 0.3.1.3
CL.exe version 19.28.29334 for x64
I'm not sure about the options becau…
What version of RemedyBG are you using?
What version of CL.exe are you using?
What options are yo…
Here is our first update!
We have been working on some demos for AOgmaNeo. The two currently of …
Craig —
Hi.
PC - Windows 10.
I can't debug an exe created with the OurMachinery software (https://ourmac…
Hui —
mrmixerI know nothing about network programming, but this seems like too broad of a question and …
You can read the the #16 development update, with the progress from the second half of May to the…
Another bug fix release to RemedyBG is available for download. Of note are fixes made to support …
Odin is a great programming language. It lives up to at least this part of its mission statement.…
nandi —
You're right, thank you!
I missunterstood that the wd must be handmade. sorry
Guntha —
I just want to make sure there's no misunderstanding:
If your app crashes while closing, there's …
mmozeiko
In my personal experience I have not seen OS fail to clean up resources from something …
Thanks for your answers.
That clears things up and affirms that I had the right idea about resour…
Is there a way to change the origin to the lower-left corner?
Thanks.
The readme seems to be up to date for day 610.
It sounds like you are getting the message box "W…
nandi —
thank you, i finally was able to build 610..
now I cannot start the game because no assets whe…
If you are talking about source code from latest day (620) then Casey is in middle of a lot of ch…
Jens —
A lot of time lately has gone to experimentation with the GUI (and a lot is still to do). Trying …
nandi —
Hey,
If I try to build the game with "x64 native tools command prompt for vs2019" I get servera…
Any modern OS will do the resource cleanup for you, otherwise it could not function normally. Thi…
Wouldn't try it with Vulkan because practice often differs a lot from theory
Official OpenGL driv…
Guntha —
Yes, the OS should be able to clean up everything on closing, I don't know how much it has access…
Hello everyone,
I have a question about resource cleanup using Vulkan.
I was working through a…
Here it is explained: https://hero.handmade.network/for...e-discussion/t/294-windows_cursor
It is…
I don't have the loading cursor width day 40 code when running outside of Visual Studio. It seems…
Lightweight method
Only send the data that needs to be displayed, then interpret it locally. Good…
Hi,
Did Casey ever found out how to tell windows the application has done loading and should not…