Dawoodoz / DFPSR

Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
https://dawoodoz.com/dfpsr.html
78 stars 6 forks source link

Sound and new build system now works on Raspberry Pi #98

Closed Dawoodoz closed 5 months ago

Dawoodoz commented 5 months ago

Tested on a Raspberry Pi 3A with both regression tests and full applications. The -lm and -lpthread linker flags were missing in the new build system, but now it is fixed. Also improved documentation for installing the X11 and Alsa development libraries that are sometimes missing.