orbtk_orbclient

Crates.ioorbtk_orbclient
lib.rsorbtk_orbclient
version0.3.1-alpha4
sourcesrc
created_at2022-03-25 06:43:38.289508
updated_at2022-03-25 06:43:38.289508
descriptionWindow shell crate used by OrbTk.
homepage
repositoryhttps://github.com/redox-os/orbtk
max_upload_size
id556091
size65,263
Florian Blasius (FloVanGH)

documentation

README

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).

Commit count: 2289

cargo fmt