Only 12 Enemies, And My Fps Drops To 30, Why Is That?

Started by
31 comments, last by Heelp 7 years, 8 months ago

git and/or hg are the actual programs to handle version control. They are free programs, you can download them, and use them at your own computer.

github and bitbucket are repository hosting sites. They provide repository storage space with a backup facility. Their target audience is developers that want to have a repository to share the code between everybody in a project.

Purely for version control, you don't need a hosting site. A directory at your disk will work too. Of course you do need to backup that data, much like you have to do that now.

Many indie devs like the Servant above, use the hosting site as a external backup medium.

Advertisement
How many matrices are we talking about? Interpolating a few thousand 3x3 matrices per frame shouldn't be a problem at all. If you are doing a lot of interpolation, perhaps you should consider using quaternions to represent your rotations, because interpolating quaternions is really cheap, especially if you use nlerp.

True. My problem is that I don't know which matrix from the array to choose in a given frame when dealing with low fps.

Nevermind. I will work on it another day because it's quite boring.

By the way, thanks for the nice suggestions, to all.

This topic is closed to new replies.

Advertisement