Skip to content

Releases: DerekYang2/CType

Ctype v0.1

19 Jul 15:48
b8f9d33
Compare
Choose a tag to compare

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

31 Aug 00:12
Compare
Choose a tag to compare

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