My CameraPlus API

I got really tired of writing raw camera tween functions all the time, so I finally sat down and wrote an API for it. It is basically an extension of the Camera object, with given methods (just done with some metatable stuff).

The test code for the following video is linked here:

Here’s a small video example of a couple methods:

I can see why you called yourself ‘crazyman’, because that is some crazy scripting skill.

Haha, well thank you! The easing functions were all open-sourced though from some dude that wrote them in 2001 in like 10 different programming languages (Robert Penner). So I just had to implement those.

Even so, I just meant in general, :P.

…Is this public? I like this.

Dat spare time. Just goes to show how much I really have to learn, and that is only the tip of the ice burg.

Once I’m done with it, yes it will be public. Right now I want to continue working on it.

Im literally checking his twitter nonstop so i can get it when its done

I’ll try to get it out today or tomorrow

I’ve done a lot of interpolation too. I actually learned from one of Crazyman32’s scripts at first, so… Yay

Here’s some useful interpolation algorithms:

https://code.google.com/p/tweener/source/browse/trunk/as2/caurina/transitions/Equations.as

Care if I snag these for my plugin? :stuck_out_tongue:

Go wild. Easing functions by Robert Penner:

http://robertpenner.com/easing/

ETA on release date?

Hopefully tonight!

It’s pretty much done, but I need to document the code better so people can understand how to use it really easily.

Hopefully tonight!

It’s pretty much done, but I need to document the code better so people can understand how to use it really easily.[/quote]

If you want to be successful don’t document code, because if you do that means you can be replaced!!

Hopefully tonight!

It’s pretty much done, but I need to document the code better so people can understand how to use it really easily.[/quote]

If you want to be successful don’t document code, because if you do that means you can be replaced!![/quote]

If he doesn’t document his code, nobody will know what they’re doing, that’s the problem.