I have 2115 bookmarks in my Firefox.. god I love bookmarking. I don't even follow people on social medias, I just bookmark them. I even sort the bookmarks.
I have tried getting LLMs to review code that I have written and most of the feedback I get is useless. It's as if they can only spot the most trivial of issues, or even worse -- they find issues in places where they don't exist.
I guess that they are moderately useful for finding copy-paste errors.
I mean yeah, Visual Studio 2022 is probably great, but have you tried installing Visual Studio 2008 Express?? It starts up in like .. under a second. Zero lag. WinForms? Absolutely beautiful. Runs smooth even on a Pentium 3.
There's literally nothing preventing you from dragging the edge of the engine window and resizing it, or calling the screen resize function from the C++ or Lua API.
That bit about 24-bit color and 800x600 resolutions was mostly meant to be a fun nod to promotional text that you could find on the backs of old game boxes.
The default renderer for the engine is meant to emulate what you could achieve with a graphics card that has a fixed-function graphics pipeline.
I'll do more modern renderer later, for now I am mostly focusing on the engine architecture, tools and workflows.
The oldest computer that I have tried running this engine is a HP laptop from 2008, running a 32-bit version of Windows XP.
It seemed to work fine, but I did have some issues with the Direct3D 9 renderer. The renderer works fine on other computers, so I have no idea if it's a driver bug (Intel tends to have buggy drivers) or if it's a bug on my part.
The biggest problem with using old hardware is drivers. Older drivers will only work on older operating systems and it's difficult to find C++20 compilers that will work on them.
I would say that it is way too early for a game jam.
The webassembly builds seem to work fine. A basic project would take up around 20MB and takes a couple of seconds to load in, so it's not great, but then again I haven't done any optimizations for this.