mu/browse-slack
Kartik K. Agaram c407d842a4 slack: first rendering of test data 2021-08-10 22:17:05 -07:00
..
README.md . 2021-08-10 19:55:52 -07:00
convert_slack.py . 2021-08-10 15:35:13 -07:00
environment.mu slack: first rendering of test data 2021-08-10 22:17:05 -07:00
main.mu slack: first rendering of test data 2021-08-10 22:17:05 -07:00
test_data . 2021-08-10 15:35:13 -07:00
vimrc.vim . 2021-08-10 15:35:13 -07:00

README.md

To try it out (on Linux; it's unusably slow on other platforms):

  1. Import a Slack archive into the data disk by following the instructions at the top of browse-slack/convert_slack.py.

  2. Build the code disk.

./translate browse-slack/*.mu
  1. Run the code and data disks:
qemu-system-i386 -accel kvm -m 2G -hda code.img -hdb path/to/data.img