#shell #ui #window

orbtk_orbclient

Window shell crate used by OrbTk

1 unstable release

0.3.1-alpha4 Mar 25, 2022

#169 in #window


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
~446K SLoC