lyon 0.0.2

2D Graphics rendering experiments.
docs.rs failed to build lyon-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: lyon-1.0.1

Lyon

2D graphics rendering experiments in rust.

For now the goal is to provide efficient path tesselation tools to help with rendering vector graphics on the GPU.

The project is split into small crates:

  • lyon: A meta-crate that imports the other crates.
  • lyon_core: Contains types common to most lyon crates.
  • lyon_tesselator: The tesselation routines (where most of the focus is for now).
  • lyon_extra: various optional utilities.

TODO:

  • lyon_renderer: A scene-graph API to render complex 2d graphics.
  • lyon_glium: A glium backend for lyon_renderer.
  • other backends ?

Rendering fonts is out of scope for now.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.