André
André
Yes, I have been reading your commits and I'm okay with all the changes so far. I do belive the code is getting more readable. The examples look great. Thank...
Yay! Thanks. :)
I'm okay with that, @rm-hull. We ended up making massive changes to the API as needed while you implemented the examples, so to push them into master now, makes sense.
Yes, that sounds like a good ideia. I've been thinking about replacing the constants with keywords for some time now as it would require some sort of lookup function and...
I don't see a larger number of files as a big problem, and the fact that each of them defines related constants is a bonus for readability. So yes, lets...
Fixed in 658570d06ca0444bbaca3b84f8b77edb11e5eae6.
@rm-hull I merged `texture-min-filter` and `texture-mag-filter` into a single namespace called `texture-filter` in 0cbd38ec0b63f8c3e3d427c83708ef35e60a06a5 as you suggested. There are probably other namespaces that can be improved, so I will keep...