Releases: DerekYang2/CType
Ctype v0.1
Fixed font rendering with custom blend function. Fonts on certain themes (light text on light background especially) should look perfect now!
Windows
Simply unzip CType_win64.zip
and run the executable, which should run on Windows 10 and 11 without further setup.
Linux
For Linux, libraries required by Raylib must be installed: https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux. For example, on Ubuntu, run:
sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev
Ctype v0.0
First early version of Ctype. Contains the fundamental functionalities with custom time, language, themes, sounds, local saving, a few sample settings, etc.
Currently only compiled for Windows x64 and Linux.
Windows
Simply unzip CType_win64.zip
and run the executable, which should run on Windows 10 and 11 without further setup.
Linux
For Linux, libraries required by Raylib must be installed: https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux. For example, on Ubuntu, run:
sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev