Go to file
Casey e6f1a22fe1
Added README or something
2022-10-13 23:56:25 +03:00
src Added """basic""" scene 2022-10-13 23:48:14 +03:00
.gitignore Basic font atlas loading 2022-10-13 21:13:44 +03:00
Makefile Added """basic""" scene 2022-10-13 23:48:14 +03:00
README Added README or something 2022-10-13 23:56:25 +03:00

README

Requirements: raylib and unscii font
raylib can be installed from official repositories on Arch, idk about others
Check https://github.com/raysan5/raylib

unscii font should be places here. you can download it from here:
http://viznut.fi/unscii/unscii-16.ttf

in short:
    doas pacman -S raylib && wget http://viznut.fi/unscii/unscii-16.ttf && make clean all run