mn416 / QPULib

Language and compiler for the Raspberry Pi GPU
Other
429 stars 64 forks source link

Enable QPULib to be built with CMake #82

Open m516 opened 4 years ago

m516 commented 4 years ago

CMake scripts for QPULib were created in my fork and allow for integration with other projects that can build with CMake. Instructions for creating CMake projects with QPULib were delegated to a separate Readme.

CMake has been integrated into a simple Mandelbrot-renderer that can be built on a variety of platforms. This project can be found here: https://github.com/m516/Pi-Mandelbrot-Renderer.