A roguelike sound collection drone-strument toy.
Go to file
lee2sman 18c46b7a3a add folder with example output to .gitignore 2022-05-14 00:14:42 -04:00
.gitignore add folder with example output to .gitignore 2022-05-14 00:14:42 -04:00
README.md removed credits for an asset i'm not using 2022-05-12 02:51:17 -04:00
main.lua corrected bug where sound stopped on top of fog. now sound just drone instantly. 2022-05-13 23:40:39 -04:00

README.md

Drone Collector

IN-PROGRESS!

A roguelike sound collection drone-strument toy.

Sorry, this repo doesn't contain the assets folder. You'll need that to run this. I'll upload a public playable version of this thing when I finish.

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

Built in Love2d.

Drone Jam

Devlog thread on Mastodon

Inspiration

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

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