A tool for creating timetables easily
- Download the latest release
- Unzip it
- Run TimetableGenerator or TimetableGenerator.exe depending on your system
-
If on Linux, install raylib's dependencies following this tutorial
-
You'll need a C/C++ compiler, Git and CMake
-
Run
git clone https://github.com/SemkiShow/TimetableGenerator cd TimetableGenerator git submodule update --init --depth 1 chmod +x run.sh ./run.sh


