1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-14 00:29:35 +00:00
8bitworkshop/tools/README

25 lines
519 B
Plaintext
Raw Normal View History

2016-12-27 20:17:47 +00:00
2017-04-15 04:12:21 +00:00
This directory contains 8bitworkshop tools for bitmap and
music conversion.
2016-12-27 20:17:47 +00:00
Requires ImageMagick (convert) and Python 2.x.
2017-04-15 04:12:21 +00:00
MIDI tools require Mido (pip install mido).
2016-12-27 20:17:47 +00:00
2017-04-15 04:12:21 +00:00
On Ubuntu:
2016-12-27 20:17:47 +00:00
2017-04-15 04:12:21 +00:00
$ sudo apt update
$ sudo apt install python python-pip imagemagick curl
$ sudo pip install mido
2016-12-27 20:17:47 +00:00
2017-04-15 04:12:21 +00:00
To use the tools, go to the appropriate directory and
look at the Makefile for each:
2016-12-27 20:17:47 +00:00
2017-04-15 04:12:21 +00:00
vcs/ Atari 2600/VCS
mw8080/ Midway 8080
scramble/ Galaxian/Scramble
vicdual/ VIC Dual
williams/ Williams
2016-12-27 20:17:47 +00:00
2017-04-15 04:12:21 +00:00
fonts/ Example fonts
images/ Example images