Porting Doom to ESP32-P4 Using Doom Generic(github.com/alexkid77)
1 points by alexkid777 3 hours ago | 1 comments
- alexkid777 3 hours agoPort of DOOM to the ESP32-P4 using DOOM Generic.
The implementation is based on the minimal interface required by the engine:
-Framebuffer rendering -Input handling -Timing functions
Input is handled via USB HID (keyboard and mouse connected directly to the ESP32-P4).