This is a Gamebuino META optimisation from the
small software renderer publied by
drummyfish . This version works in the HD resolution of the console, with a palette of 256 colors. Rendering is performed in 4 passes of 32 lines in an indexed buffer of 160x32x8b = 5120 bytes, and transferred to DMA via a buffer of 160x32x16b = 10240 bytes. The source zip contains an adapted version for QtCreator.
Ceci est une optimisation pour Gamebuino META de la création
small software renderer publiée par
drummyfish.
Cette version fonctionne dans la résolution HD de la console, avec une palette de 256 couleurs.
Le rendu est effectué en 4 passes de 32 lignes dans un tampon indexé ( 160x32x8b = 5120 octets) , et transféré en DMA via un tampon RGB565 ( 160x32x16b = 10240 octets).Le zip des sources contient une version adaptée pout QtCreator.
It’s based on your works. I hope you have some new projects. Your projects are often very innovatives.