Grant Ramsay
Grant Ramsay
macOS has deprecated OpenGL, at some point they will drop support and freeablo will require a Metal graphics backend. - SDL2 looks to already have Metal support - Nuklear has...
Add a common abstract base class for all game objects: actors/items/doors/missiles/portals/stairs/chests/barrels etc, possibly even abstract things like traps/questTiles. This base class should implement interfaces like: - passable - can walk...
Hey, I had a go at adding EPS32 Ethernet support. **Depends on this hal_espressif PR**: https://github.com/zephyrproject-rtos/hal_espressif/pull/141 Major additions: - Added support for the [ESP32-Ethernet-Kit V1.2](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-ethernet-kit.html) board - Added ESP32 MDIO...