-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
## [0.2] - 2019-06-23 | ||
### Changes: | ||
- Fixed noise from the atlas texture | ||
- Moved all printf-commands behind one API call | ||
- Bugfixes, error handling improvements and cleanup | ||
- Support using the same texture with multiple fonts | ||
- Static library on Linux/macOS | ||
- Render only one "empty box" for control characters. | ||
### Known issues: | ||
- No support for cubic segments yet | ||
- Color mapping for certain shapes is incomplete | ||
- Rendering calls use a geomety shader | ||
- Small errors in shapes, such as letters `q` and `k` with `LiberationSerif-Regular.ttf`. Visible only with a really large font size. | ||
- DLL build on windows not working |