|
Written by Petar Jercic
|
SVN repository set up on the server, set up Apache to access repositories and set RapidSVN client with whom we perform the operation on repositories.
|
|
Read more...
|
|
Written by Petar Jercic
|
Recently I had a lot of trouble installing OpenCV library which uses ffmpeg for dealing with video.
Now I have been all around the forums compiling, with this and that option, recompiling, adding my own code in the libs and so on... But nothing seemed to work. The system that I am installing is Debian.
OpenCV 2.0 got out and solved most of compiling issues, so the only thing left was connecting ffmpeg so here goes ...
|
|
Read more...
|
|
|
Written by Petar Jercic
|
If you are making your logo that will be incorporated in many different flash games, or if you want to optimize your flash game or movie, setInterval function is your friend. Not only can you play your clips independent of the given frame rate, you also can optimize which objects on screen are more important so you can give them more processor time than unimportant ones.
|
|
Read more...
|
|
Written by Petar Jercic
|
Simply put, vector is a line indicating direction and length of the movement. We assign vector to some object so we know where to and how much to move that object. We just have to know the direction and speed of the ball so when the ball bounces off the wall we just send it flying the same speed in different direction.
|
|
Read more...
|
|
|
|
|
|
|