Home

Awesome

Unity GPU Vector Graphics

Simple Bezier Curve

This is a GPU accelerated vector graphics library built specifially for the Unity3D engine.

You can find the example repository here.

Installation

External dependencies:

  1. Clone the UnityUtil repository into your Packages folder.
  2. Clone this repository into your Packages folder.
  3. And you are ready to go!

Support the project!

<a href="https://www.patreon.com/voxelltech" target="_blank"> <img src="https://teaprincesschronicles.files.wordpress.com/2020/03/support-me-on-patreon.png" alt="patreon" width="200px" height="56px"/> </a> <a href ="https://ko-fi.com/voxelltech" target="_blank"> <img src="https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4cf61eceb26012821_SupportMe_red.png" alt="kofi" width="200px" height="40px"/> </a>

Join the community!

<a href ="https://discord.gg/WDBnuNH" target="_blank"> <img src="https://gist.githubusercontent.com/nixon-voxell/e7ba303906080ffdf65b106f684801b5/raw/97c6dfce3459c0a2c2ea8e1b9593612346f3abfc/JoinVXDiscord.svg" alt="discord" width="200px" height="200px"/> </a> <a href ="https://discord.gg/X3ZucbxXFc" target="_blank"> <img src="https://gist.githubusercontent.com/nixon-voxell/e7ba303906080ffdf65b106f684801b5/raw/97c6dfce3459c0a2c2ea8e1b9593612346f3abfc/JoinVXGithubDiscord.svg" alt="discord" width="200px" height="200px"/> </a>

License

This repository as a whole is licensed under the Apache License 2.0. Individual files may have a different, but compatible license.

See license file for details.

References

  1. Gliss (GitHub)
  2. GPU Curve Rendering (GitHub)
  3. Beny_Core (GitHub)
  4. Resolution Independent Curve Rendering using Programmable Grpahics Hardware
  5. NVIDIA GPU Gem 3 - Rendering Vector Art on the GPU
  6. Delaunay Voronoi (GitHub)