Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Exposes transformations for context and drawing

Pre-release
Pre-release
Compare
Choose a tag to compare
@mwja mwja released this 17 May 21:37
· 9 commits to main since this release

As of this version, versioning will become stricter. Still assume that every commit is breaking until v1.0.0.

New features

  • Exposes transformations (partially) and allows passing transformations to draw functions

Current features

  • Exposed Window and WindowSettings API, using glutin_window::GlutinWindow in the backend
  • Partial GlGraphics bindings, with control over draw events
  • Event handling
    • Mouse and Keyboard events (and appropriate classes)
    • Events event loop manager with EventSettings
  • graphics::rectangle and graphics::circle_arc exposed functions
  • Python stub files mirroring Rust API