Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.21 KB

Arduino/Gamebuino tutorials, sketches and libraries

This repository contains my contributions to the Arduino and Gamebuino communities.

Affine: Full-screen picture zoom and rotation

Affine

This tutorial shows how to display a 256x256 picture through an optimized "affine transformation".

Affine3D: Full-screen 3D display of a tilemap

Affine3D

This tutorial continues the Affine tutorial to display a picture or tilemap in 3D.

ArduinoStructure: Understanding Arduino files and folders

Arduino logo

Description of the internal structure of the Arduino build system and IDE, including sketchbook, hardware packages, tools etc.

VSCode: Visual Studio Code for Gamebuino and Arduino with IntelliSense

VSCode

Complete configuration of the Arduino extension of Visual Studio Code, and optimized use of IntelliSense.

Fractalino: Fractal viewer for the Gamebuino

Fractalino

Application to explore fractal sets such as Mandelbrot and Julia with orbit trapping rendering.