Utilities for classrooms.
make - Build tool.
raylib - Graphics library.
font.ttf - A Chinese font for text rendering,
put it under the same directory as the executable
(or where you run the executable from).
Required for building, replace it in the Makefile.
names.txt - A name list (optional).
One name for each line. Set to my class's by default.
config.txt - A configuration file (optional).
Only reads the first line of the file as the scale value now.
More functionality will be implemented.
To build the project for mac & linux, run the following command:
make buildFor windows, run the following command:
make build-winTo disable console window for windows, run the following command:
make build-win-releaseTo clean up the build directory, run the following command:
make cleanRun the executable file, it's a GUI application.
©wusctong26