Kineme GLTools latest source code

danielmorena's picture

Is the Kineme GLTools source code available? If so, in what license model? MIT like the rest of the free open sourced plugins? I'm particularly interested in "Kineme GL Grid Renderer" and "Kineme GL Grid Generator" patches. I'm building a projection mapping system and need to implement tweaks over this two patches in order to make my concept possible :) Thanks in advance!

gtoledo3's picture
Re: Kineme GLTools latest source code

http://kineme.net/release/GLTools/11

The source here is old, but it's pretty similar. There's been a fix with the one of the generators since that helped it with crashing in some instances... I can't remember what it was exactly offhand, but I think it was something with an autorelease towards the end of one of the loops. The simple grid generator is probably mostly the same I think.

danielmorena's picture
Re: Kineme GLTools latest source code

hmmmm, this grid renderer does not have subdivisions port. the texture is been folded in the triangle intersection.... that correction is essencial to me. any thoughts on how to implement that?

danielmorena's picture
Re: Kineme GLTools latest source code

Mr. Christopher Wright, you're the author of the GLTools? How does the subdivision port works? :)

jstrecker's picture
Re: Kineme GLTools latest source code

Source code is now available on GitHub. Enjoy.