# orbtk_tinyskia
Cross platform 2D/3D render library. It's part of [OrbTk](https://gitlab.redox-os.org/redox-os/orbtk) - The Rust UI-Toolkit.
[![Build and test](https://github.com/redox-os/orbtk/workflows/CI/badge.svg)](https://github.com/redox-os/orbtk/actions)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE)
## 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](https://github.com/koute/stdweb) (Apache 2.0, MIT): 2D render context web
* [raqote](https://github.com/jrmuizel/raqote) (BSD-3-Clause): 2D render context
* [rusttype](https://gitlab.redox-os.org/redox-os/rusttype) (Apache 2.0, MIT): font processing
* [image](https://github.com/image-rs/image) (MIT): load pixel images e.g. png
## License
Licensed under MIT license ([LICENSE](../../LICENSE)).