What I have so far
The most importance thing is a website I found when I was working on the processing.js(pjs) function text(val,x,y,w,h). The website introduces 3D text with canvas setTransform. Here is what it looks like (click to see the real example):
Although it is not done by pjs, it still a good start for me to implement 3d text(pjs function text(val,x,y,z)).
Second thing is remind myself there are some useful link for me to check on when I get lose.
- HTML 5 canvas - the basics - a very good brief introduce the basics of canvas 2d.
- pjs ticket #71 - according to the processing source code, I will need the function translate().
Release 0.2 Plan (draft)
I am going to implement text(val,x,y,z), and text(val,x,y,w,h,z). However, as I said before, I may need the function called translate(). It may lead me heading to ticket #71. What is going next? I don't know, but just let it goes on. It must will be done.
No comments:
Post a Comment