Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisotherthing/ui-shapes-kit
procedural shapes for Unity UI
https://github.com/thisotherthing/ui-shapes-kit
Last synced: 3 months ago
JSON representation
procedural shapes for Unity UI
- Host: GitHub
- URL: https://github.com/thisotherthing/ui-shapes-kit
- Owner: thisotherthing
- License: mit
- Created: 2018-10-01T06:37:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T09:47:36.000Z (over 4 years ago)
- Last Synced: 2024-05-17T14:30:28.333Z (6 months ago)
- Language: C#
- Homepage: http://uishapeskit.thisotherthing.co/home/
- Size: 424 KB
- Stars: 339
- Watchers: 18
- Forks: 41
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - ui-shapes-kit - procedural shapes (Shape)
README
# UI Shapes Kit
create and edit UI directly in the editor, without the need for textures
## Features
- create flat ui without textures
- resolution independent
- geometry based anti-aliasing
- geometry based shadows/glows
- custom Editor and Property Drawers
- clean geometry
- basic UVs## Supported Shapes
- Rectangles (with sharp and rounded corners)
- Ellipses
- Rings
- Arcs
- Lines (close/projected/rounded caps and corner rounding)
- N-gons (with corner rounding)
- Pixel-Perfect Lines
- 2 Color Gradients
- Empty Graphic to use as a Raycast Target## Documentation
[Online Documentation](http://uishapeskit.thisotherthing.co/home/)
## Images
## Videos
Demo
[![Demo Video](https://i.vimeocdn.com/video/662254189.jpg?mw=960&mh=540)](https://vimeo.com/239311115)Wireframe Demo
[![Demo Video Wireframe](https://i.vimeocdn.com/video/662255495.jpg?mw=960&mh=540)](https://vimeo.com/239312415)## License
UI Shapes Kit is available under the [MIT License](LICENSE.md). This means that you can use it in any commercial or noncommercial project. The only requirement is that you need to include attribution in your game's docs. A credit would be very, very nice, too, but isn't required. If you'd like to know more about what this license lets you do tldrlegal.com have a [very nice write up about the MIT license](https://tldrlegal.com/license/mit-license) that you might find useful.
UI Shapes Kit was originally created by [this other thing](https://www.thisotherthing.co/)