georgboe / perlin_terrain_pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perlin terrain pico

A scrolling top-down terrain generated by perlin noise for the pi pico.

Requirements

Building

$ mkdir build
$ cd build
$ cmake ..
$ make -j <number-of-cores-on-your-machine>

Then load the uf2 file to the pico using picotool or your file explorer.

$ picotool load perlin_terrain_dp2.uf2 -f

About


Languages

Language:C++ 97.4%Language:CMake 2.6%