Skip to content

Ctype v0.1

Latest
Compare
Choose a tag to compare
@DerekYang2 DerekYang2 released this 19 Jul 15:48
· 3 commits to master since this release
b8f9d33

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