PDA

View Full Version : Ghoti.nl Three new tutorials added on Optimizations



Ghoti
August 8th, 2008, 22:22
Hi folks!

It has been a while but I have been very busy with getting my masters degree, getting a job in the game development and just working to earn my living.:thumbup: and learned some new tricks;)

Anyway, I have created three new tutorials on optimization. I have had some questions regarding optimizations and I have optimized my code quite a bit lately, so I thought why not create a tutorial about it.;) One of them is about using the VFPU :thumbup:

Please keep in mind that I have created most of the optimization tips for beginners so do not complain if it is too easy or if you already know everything :p

Here they are:

- The tutorial list page (http://www.ghoti.nl/PSPtutorials.php)
- Optimization: The basics (http://www.ghoti.nl/PSPtutorialOp1.php)
- Optimization: One step further (http://www.ghoti.nl/PSPtutorialOp2.php)
- Optimization: Using the VFPU (http://www.ghoti.nl/PSPtutorialOp4.php)

Hope it is helpful and as always, if you have questions use the form below the tutorials and do not forget to include your email otherwise I cannot answer back:o

Greets Ghoti

Sonicboy 101
August 8th, 2008, 22:31
Nice work Ghoti.

Safari Al
August 9th, 2008, 03:04
Very much appreciated. I will be sure to use these.

Ghoti
August 10th, 2008, 09:17
Nice work Ghoti.
Thanks !


Very much appreciated. I will be sure to use these.
Nice! how far is your c++ project coming?

dangee
August 10th, 2008, 10:33
good news that you managed to find time to
share your knowledge.

Optimization can make a big improvement to program performance.

Safari Al
August 10th, 2008, 12:22
Thanks !


Nice! how far is your c++ project coming?


Very nicely. I've released my first project, and I'm working on a much larger project, which is going very well :)

Ghoti
August 11th, 2008, 19:39
good news that you managed to find time to
share your knowledge.

Optimization can make a big improvement to program performance.

Yes it really can be, I myself have made some very nice improvements on some of my code.


Very nicely. I've released my first project, and I'm working on a much larger project, which is going very well :) :) I'm curious to what it will be :)