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.
Ray
About rEmbedded tool, actually, development is stopped at this moment, sorry. About playing vid…
»
Ray
I haven't tried it but I think you can try with Firebase C++ SDK: https://firebase.google.com/doc…
»
Chris Crew
I have had this problem since Feb and have been unable to find any fix for this. At the moment I …
»
Ben Visness
Thanks for bringing those issues up. I haven't gone through and made the reply page responsive ye…
»
Simon Anciaux
Thanks for the modifications. Avatars still are too big in my opinion (I didn't feel like they a…
»
Martin Dorazil
Original article. In this blog post I'm going to dig deeper into the compiler architecture an int…
»
spx
The behavior you describe is the expected effect when for some reason the idbg_custom.so shared l…
»
Jesse
I have a hunch as to why. In Zig, the 'try' keyword is short hand for what amounts to the follow…
»
»
Allen Webster
In the upcoming beta version of 4coder both DPI awareness and sub-pixel anti-aliasing will be sup…
»
»
»
x13pixels
Jesse, Looks like the issue is that Zig is outputting line information for the 'main' function i…
»
Ben Visness
Ok, the site is wider, the default avatar should be back, and avatars should be smaller again in …
»
ratchetfreak
[email protected] Could you give me examples of some of the avatars that have gone missing? &l…
»
Ben Visness
I'm definitely going to make the site wider. I find this width very comfortable for reading the f…
»
Simon Anciaux
- Could we have more than 700 pixels for displaying pages (1024px - all the margin - the big avat…
»
Ray
Hello BalrogGun, rlgl is an abstraction layer for various OpenGL versions (1.1, 2.1, 3.3 and ES2…
»
BalrogGun
i still can't understand... how opengl 1.1 is used in rlgl? if i wanna to learn modern opengl 3.3…
»
Ben Visness
Apologies about that. It should be fixed now.
»
Martin Dorazil
Any progress with this? It's the only reason why I still prefer emacs.
»
ratchetfreak
As per title, there is no difference between posts I have already read and posts I haven't yet re…
»
Martin Dorazil
Switch statement is now completed like this.
»
C_Worm
Allright, thanks!! :)
»
x13pixels
Ah, thank you very much for tracking that down! RemedyBG does not currently support /debug:fastli…
»
Mārtiņš Možeiko
stb has vorbis decoder than decodes vorbis format from ogg container. For video you'll need diffe…
»
Ryan Fleury
It has been awhile, but I just uploaded a new devlog. In it I discuss a few things briefly: The n…
»
Mārtiņš Možeiko
If you have function defined elsewhere (in DX.cpp file) then you need to link them together. Incl…
»
C_Worm
No because then i get unresolved external linker errors. However, it works in the IDE. includin…
»
Mārtiņš Možeiko
If you want to include game.h into win32main.cpp then you write #include "game.h" somewhere insid…
»