#shell #ui #window

orbtk_orbclient

Window shell crate used by OrbTk

1 unstable release

0.3.1-alpha4 Mar 25, 2022

#166 in #window

Download history 9/week @ 2024-02-19 35/week @ 2024-02-26 14/week @ 2024-03-04 16/week @ 2024-03-11 10/week @ 2024-03-18

76 downloads per month
Used in 3 crates (2 directly)

MIT license

225KB
5.5K SLoC

orbtk_orbclient

This crate offers a cross platform window shell library. It's part of OrbTk - The Rust UI-Toolkit.

Build and test MIT licensed

Platforms

  • Redox OS
  • Linux
  • macOS
  • Windows
  • openBSD (not tested, but should work)
  • Web
  • Android (planned)
  • iOS (planned)
  • Ubuntu Touch (planned)

Dependencies

  • lazy_static (MIT): A macro for declaring lazily evaluated statics in Rust
  • image (MIT): load pixel images e.g. png
  • orbclient (MIT): The Orbital Client Library
  • raw-window-handle (MIT): access to a window's platform-specific raw window handle
  • sdl2 (zlib): Simple DirectMedia Layer
  • stdweb (Apache 2.0, MIT): web window and events

License

Licensed under MIT license (LICENSE).

Dependencies

~30MB
~459K SLoC