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…
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…
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…
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…
This is a common line of argument when discussing a popular approach vs. a less-popular approach. …
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…
I'd say that libraries are largely for doing things that are outside your domain of expertise. How…
Thank you for trying out the demo and taking the time to report these issues, I really appreciate …
If a library solves your problem, go ahead and use it. Libraries tend to be more robust than your …
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…
There aren't default bindings for opening, closing panels and reloading the themes. If you have ac…
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.…
I just tried it but unfortunately it doesn't recognize my keyboard layout and I can't use the usua…
One feature I've kind of been dreaming about in 4coder was if it was always recording, you could …
In Emacs, keyboard macros allowed you to switch between views, and this was in fact crucial for im…