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
I updated the "Getting started" post with those information. I intended to do it sooner but I comp…
»
llins
I am trying to write a simple game loop for MacOS. The event polling solution I found on libraries…
»
Simon Anciaux
I got an error on Windows 7 because of the function which requires Windows 10 at minimum.
»
yyam
Solved. (thanks to the very helpful people on the discord server) In case anyone finds this thread…
»
yyam
Hey there, I just downloaded 4coder (v4.0.29) and I'm trying to mess around with some custom key b…
»
Italo
Thanks for the responses, I guess it makes sense. Also, when I was writing this post I realized th…
»
Chen
Took some time during thanksgiving to make a toy Mandelbrot explorer. Simple color mapping looks p…
»
Mārtiņš Možeiko
Another interesting point - cache is not arbitrary loaded with bytes from anywhere. It is split in…
»
Miles
Another quick comment regarding how much data a game really has, here is a link to an old video wh…
»
Miles
Well, the L2 cache size is not 1-8MB - it's only 256kb per core for recent Intel CPUs and 512kb fo…
»
heyyod
This is actually an interesting method and it seems less time consuming. I'll probably do this. T…
»
Italo
Let me preface this by saying that I understand that OOP practices are not cache-friendly since th…
»
Anders
I'm following along right now! It's great and my own personal development as a programmer has sped…
»
ratchetfreak
The way graphics apis have evolved since the 90's also tells a lot. It used to be a lot of separat…
»
Guntha
Hello, Mike Acton joined Unity at the end of last year, and Unity has recently provided users to c…
»
Asaf Gartner
This is a common line of argument when discussing a popular approach vs. a less-popular approach. …
»
Finalspace
Hi, i recently had a conversion with a group of developers and we got into the topic of data-orien…
»
Jason
I think this really stood out for me. I read an article that said it is often best to only use li…
»
Asaf Gartner
I'd say that libraries are largely for doing things that are outside your domain of expertise. How…
»
Trevor Nagel
Thank you for trying out the demo and taking the time to report these issues, I really appreciate …
»
ratchetfreak
If a library solves your problem, go ahead and use it. Libraries tend to be more robust than your …
»
Mikael Johansson
All large, sane projects uses some kind of abstraction, even if that abstraction is just a C-compi…
»
Jason
I've been working with a library for my recent project and have ran into a few issues. I believe t…
»
kepler425b
Thanks.
»
Simon Anciaux
There aren't default bindings for opening, closing panels and reloading the themes. If you have ac…
»
kepler425b
In the documentation I couldn't find a keybind to open and close a panel. Also is there a shortcut…
»
nakst
And if I want to turn it into this code: Then I have a fairly basic use case for a macro system.…
»
Simon Anciaux
I just tried it but unfortunately it doesn't recognize my keyboard layout and I can't use the usua…
»
Casey Muratori
One feature I've kind of been dreaming about in 4coder was if it was always recording, you could …
»
Casey Muratori
In Emacs, keyboard macros allowed you to switch between views, and this was in fact crucial for im…
»