Dennis Heinze
Dennis Heinze
I just realized that I didn't test the final version of the example ROM on hardware before submitting the PR 🤦 Anyway, I just tested it and I'm getting a...
I managed to make the example ROM work on hardware. I couldn't verify this in detail, but the floating point exception must have been caused by the perspective matrix not...
@rasky Thank you very much for the review! I already pushed some fixes for the minor issues, and replied to all of your other comments. I would say I generally...
The new graphics API won't include precomputed display lists. In fact, the concept of display lists will be entirely orthogonal to it, as opposed to GL. That means you can...
Right, a set of macros certainly seems like a more maintainable public API than pure binary data. I think it could be worth experimenting with. Out of interest, since you...
That's completely understandable, since GL as an API is quite detached from the hardware and induces a non-negligible amount of overhead. This "new API" that has been mentioned a couple...