Skip to content

v0.5.0

Compare
Choose a tag to compare
@Nazariglez Nazariglez released this 26 Jun 22:00
· 481 commits to main since this release
  • Removed chrono due to a security issue (#102)
  • Fixed viewport issues where the Y axis was inverted and wasn't using DPI to calculate min positon (#103)
  • Fixed EGUI 0.18.1. Paint callback feature (#103) https://nazariglez.github.io/notan-web/examples/egui_paint.html
  • Added Window::set_capture_cursor and Window::capture_cursor to confine the cursor into the window's app (#104)
  • Added app.mouse.wheel_delta to read the delta without checking the event loop (#104)
  • Added texture_to_file feature to save textures as png files. Use Texture::to_file(gfx, path) and RenderTexture::to_file(gfx, path) (#107)
  • Window can be hidden or displayer now setting the visibility on WindowConfig and Window::set_visible (#108)
  • Fixed wasm32 mouse drag event (it had a conflict with pointerevents)
  • Inlined docs for re-exported crates
  • Added debug checks for some OpenGL actions to avoid panics without info for bad API use.
  • Added example for texture_to_file: https://nazariglez.github.io/notan-web/examples/texture_to_file.html