earlygrey

Results 17 comments of earlygrey

Hey thanks for the PR - I've tested it and have a couple of changes locally I'd like to add - what's the best way to do this? I can...

OK no problem - I'll merge it now and then will make another commit and a release when I get a chance. By the way you can also just install...

@judos v2.6.0 - let me know if there's an issue

I think this would be a reasonably simple addition, you could just implement it as you have - draw filled circles for a CAP_ROUND enum and extend the line for...

This idea is fine in principle - I'll have a look at the PR this week and see if it needs modification.

Hey sorry for the long delay, regarding your PR - you've got the right idea but I can see a couple of issues, so I've implemented something myself which is...

@rubybrowncoat you can check it out now, it's in [this branch](https://github.com/earlygrey/shapedrawer/tree/features/variable-line-width). I still need to add javadoc, but you can specify a line width with a LineWidthFunction, it takes two...

Sorry I changed the indices from representing the float index to representing the vertex index and forgot to change the line for the last index, that should be fixed now....

This would likely be a bit of work, as shape drawer would additionally have to calculate the correct texture coordinates for each triangle (currently all the texture coordinates are fixed)....