mgood7123

Results 139 comments of mgood7123

im on Mac OSX catalina `Intel HD Graphics 4000 1536 MB`

the entire class and dependant classes/types can be converted into abstract source code via ```java CtType objectCtType = new TypeFactory().get(UseGeneric.class); List> collect = objectCtType.getReferencedTypes().parallelStream() // reduce generics to single declaration...

and we can collect all types including superclasses and interfaces by searching the types recursively ```java private static List collectTypesRecursive(Class clazz) { CtType objectCtType = getCtType(clazz); List> collect = objectCtType.getReferencedTypes();...

if possible, 3x3 and 4x4 *might* be able to be vectorized for additional performance gains, have not looked at skia for a long time so im unsure

> This is what it looks like for me: > > ![glyphydemo](https://user-images.githubusercontent.com/6364418/35125820-026b6154-fc79-11e7-9d1b-d8ed4387ca13.png) this could be a incorrect font file? eg https://github.com/behdad/glyphy/issues/37

should this be closed?

this project DOES NOT ship pre-built libraries if it starts shipping for windows, it will eventually need to ship for all other supported platforms which leads to A LOT of...

> Thanks! I like the code to still build with GL2 as well. Any chance you can work on that? i will try when i find the time i am...