A roguelike sound collection drone-strument toy.
Go to file
lee2sman d0bc10d3d1 update README.md with install and inspo 2022-05-14 03:17:37 -04:00
.gitignore add folder with example output to .gitignore 2022-05-14 00:14:42 -04:00
README.md update README.md with install and inspo 2022-05-14 03:17:37 -04:00
main.lua add generative text 2022-05-14 02:39:16 -04:00

README.md

Drone Collector

A roguelike sound collection drone-strument toy.

Created for Drone Jam, May 7 - 14, 2022.

Built in Love2d.

Drone Jam

Devlog thread on Mastodon

To play

Windows

Use the executable

Linux (and Mac?)

Do you have Love installed?

Unzip the downloaded game.

Navigate to the directory holding the drone collector program.

Head to the terminal and type love dronecollector to launch.

Inspiration

D Yellow Swans, Wolf Eyes, The Smell, Fort Thunder, Twenty XX, South Philly Athenaum, and a million other places and people forever and ever

The Beachcomber - audio excerpt from Ocean Hour - rebroadcast on This American Life

Discobog - Algobog DJed episode by Saltzshaker on WFMU

Quiltfolk by me

Command line incantations

I used these to wrangle with assets.

Make these into aliases or functions if you'll use them a lot. Replacing the inputfile with $argv in fish or equivalent in Bash/zsh.

Convert spritesheet inputfile to animated gif via imagemagick, for sharing

convert -dispose previous inputfile.png -crop 400x500 +adjoin +repage -adjoin -loop 0 -delay 1 output-2.gif

Get dimensions of an image or video file via ffmpeg's ffprobe option.

ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of csv=s=x:p=0 inputfile.png

Tutorials

Render Isometric Tiles

Animation

From Processing (and p5.js) to Love

Credits

Mushy tileset by Everest Pipkin and contributors CC-BY-3.0

pix2pix-tensorflow