Publish package with updated documentation and rotated rectangle

This commit is contained in:
schmelczerandras 2020-09-28 18:22:07 +02:00
parent 0fed4f4220
commit 39bd55144f
16 changed files with 687 additions and 137 deletions

View file

@ -19,6 +19,8 @@ The motivation behind this library and more in-depth information about the rende
## Extending drawables
> Iñigo Quilez has some great [2D SDF-s](https://iquilezles.org/www/articles/distfunctions2d/distfunctions2d.htm)
- Subclass [Drawable](classes/drawable.html)
- Implement its abstract methods
- Add a static property to your class called `descriptor` of type [DrawableDescriptors](interfaces/drawabledescriptor.html)