Hi, I am currently using renderTarget to clip some sprites in my game; since the introduction of setclip I think I could achieve the same results with this method.
Do you think it could be worth the work, or does it look like a waste of time? Is there any significant performance difference between the two?
Thank you
Comments
Likes: antix
Will this situation change anytime soon?
P.S I know you have a small team but documentation and reference material is important to attract new users I think.
The fact is making a good documentation is rather difficult, because we tend to rely on the fact that readers have somehow enough background to understand what may be implied in some ops. This is not on purpose of course.
Another fact is that explaining too much is time consuming and may make the whole thing unreadable.
For example, should we explain that doing a simple 'setRotation()' implies computing a full 4x4 transform matrix that takes position,scale and rotations factors as input ? Some will want to know that, but most would just take as granted that we did the best we could under the hood.
Also, everyone should keep in mind that, except for kickstarters project, contributors and maintainers are not rewarded for their work. As for myself, I happen to do this because I like it, and because I have some gideros apps projects too. But honestly as a coder I enjoy writing code/debugging/enhancing, but documentation is a pain...
I still think it is easier for us to do what we can and relying on you all users to spot inaccuracies so that we can improve it.
Likes: antix, tkhnoman
Whilst I appreciate that the development team is small and there are a lot of unrewarded helpers from the community, the community will not grow as well as it should if people get confused by poor documentation and give up.
There are a few systems that I have just shaken my fist at and uninstalled because there is no concrete documentation to hold the product up.
Likes: hgy29
Likes: antix