window_of_opportunity 0.1.0

window_of_opportunity is a simple library for managing UIs
Documentation
  • Coverage
  • 3.57%
    5 out of 140 items documented2 out of 78 items with examples
  • Size
  • Source code size: 37.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 38s Average build duration of successful builds.
  • all releases: 38s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • GingaNinja

Window Of Opportunity

window_of_opportunity is a simple (at the moment) library for managing UIs. Currently it only works in win32, but I plan to work with MacOS and Linux in the near future.

It will ultimately support different controls to display in a window, and have a nice interface for doing so, but currently it's just a blank window that can be drawn on with an onPaint event handler.