1 unstable release

0.3.1-alpha4 Mar 25, 2022

#3 in #orb-tk

Download history 4/week @ 2024-02-12 10/week @ 2024-02-19 38/week @ 2024-02-26 15/week @ 2024-03-04 14/week @ 2024-03-11 16/week @ 2024-03-18 16/week @ 2024-03-25 48/week @ 2024-04-01 7/week @ 2024-04-08 4/week @ 2024-04-15

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

MIT license

160KB
4K SLoC

orbtk_tinyskia

Cross platform 2D/3D render 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 (not tested, but should work)
  • iOS (not tested, but should work)
  • Ubuntu Touch (not tested, but should work)

Dependencies

  • stdweb (Apache 2.0, MIT): 2D render context web
  • raqote (BSD-3-Clause): 2D render context
  • rusttype (Apache 2.0, MIT): font processing
  • image (MIT): load pixel images e.g. png

License

Licensed under MIT license (LICENSE).


lib.rs:

This module provides the render environment.

OrbTk has choosen the tinyskia crate to handle all 2D rendering tasks. Implemented as wrapper functions, it consumes the native rendering functions provided from tinyskia.

Dependencies

~1.2–4.5MB
~57K SLoC