/rsx-renderers

Several renderers for DisplayLists generated by the RSX Primitives library

Primary LanguageJavaScript

Under heavy research and development, please don't use this yet!

rsx-renderers

License: MPL 2.0 Build Status

Several renderers for display lists generated by the RSX Primitives library. Handles JSON and WebRender display items, targetting web platforms (WebGL, Canvas, DOM), iOS using UIView and native controls, VR using WebVR, and native using WebRender, powered by glutin and gleam.

For embedding, please check out the RSX Embedding library.

Purpose

This crate allows Rust-based frontends built using RSX to be rendered across a multitude of platforms.

How to use

For quick and easy example demos, simply check out here.

For much more in-depth walkthroughs and documentation on how to build your own projects from scratch, see this.