Skip to content

Releases: angelocarly/kiyo

v0.0.6

10 Mar 19:59
e171720
Compare
Choose a tag to compare

Features

  • Add custom resolution png export
  • Integrate basic gui system

v0.0.5

19 Oct 12:02
088ed65
Compare
Choose a tag to compare
  • 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

17 Aug 11:20
8913821
Compare
Choose a tag to compare

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

14 Aug 16:34
8015974
Compare
Choose a tag to compare

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

07 Aug 21:29
Compare
Choose a tag to compare

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

07 Aug 11:11
Compare
Choose a tag to compare

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.

https://crates.io/crates/kiyo/0.0.1