Releases: angelocarly/kiyo
Releases · angelocarly/kiyo
v0.0.6
v0.0.5
- Integrated cpal audio output
- Log shader compilation errors
- Add image clearing options
- Move vulkan and window managent code to "cen" library
- Command buffer reference counting -> cen
- Add vulkan trace logging -> cen
v0.0.4
Enhancements
- Add shader hot-reloading
- Pass environment variables to shaders, no more hardcoded imagecounts!
- Fix and improve blur shader
- Improve shader compilation logging
v0.0.3
Enhancements
- Add logging library
- Add fps logging and vsync options
- Automatically deduce the image count
Fixes
- Fix mac flicker issue by switching swapchain image copy to a blit
- Remove calloop log spam
v0.0.2
What's Changed
- Feature/dpi scaling by in #11
- Set default clear color to black instead of red/blue in #12
Fix Mac flickering adf20e8
Full Changelog: v0.0.1...v0.0.2
v0.0.1 Initial test release
First test with publishing on cargo.
This release still contains quite some bugs regarding DPI scaling and synchronization.
Add your dependency via git, or wait for v0.0.2 for a less buggy version.