Releases: oberzs/duku
Releases · oberzs/duku
0.2.1 - Custom Fonts
0.2.0 - Better API
This release focuses a lot on the ease of use of the API and beginner friendliness.
Added
- Added transparency blending for shapes and textures.
- Added
Send
andSync
traits to Handle. - Added a
Duku
creation convenience function. - Added
window
to default features. - Added more conversions to
VectorN
. - Added color gradients.
- Added per-mesh tinting.
Changed
- Changed color API.
- Changed drawing API.
- Made autosized
Camera
the default. - Renamed
Framebuffer
toCanvas
. - Renamed drawing functions.
- Renamed math structs.
- Added
Option
to some creation functions.
Removed
- Removed
Duku::create_texture_color
function. - Removed
Transform
struct.
Fixed
- A lot of bugs were fixed.
0.1.0 - First Release
:green_heart: Fix tests