
One thing that stunned me in the H3 lib, is the nice packaging behind a very understandable API providing ultra convenient graphical routine (such as circle lines text ...)
But I admit that some nasty demo makers


Because that's a kind of magic to me, I consider it is witchcraft
No, it's totally logical:
Yes, you are right. I did not have this in mind. So I'm looking forward of new games to come. My abilities are limited to a little BASIC.Dbug wrote: ↑Tue Jan 10, 2023 8:06 amNo, it's totally logical:
- All the documentation is available
- All the hardware qwirks are known
- There are emulators with built-in debuggers
- Cross compiler/assemblers are much more powerful and faster than original native hardware
- You can brute force a lot of things (color reduction, data compression, ...) using modern computers
- And using cross builds means you can use 100% of the memory of the target computer, you don't have to reserve any memory for your assembler or debugger.