Gameboy Printer with a RP2040 (Pi Pico) Microcontroller
December 1, 2022
December 1, 2022
March 9, 2022
This article is a work in progress and will be revised several times. This is a loose series of words and code blocks to put my thoughts into words to help myself better understand the work I am doing. Please note that Metal is a c++-like language and is missing many core features of C++11 such as new
& delete
operators, memalloc
, memset
, free
, inheritance/derived classes, the foundational stdlib
(though it comes with it’s own stripped down metal_stdlib
with apple branded alternatives such as vec<T, n>
instead of std::vector<T>
), etc.