TSetup

Previous topic - Next topic

MrTAToad

Been a bit remiss about putting code up recently, so we'll start with TSetup.

This is used by all my programs to setup my programs, and is designed to handle data loading, sprite and 3D object display and various other things.  It uses a modified version of Moru's proportional font system.

It does borrow a bit of code here and there from the oSprite system and the 3D analysis routine.  Oh, and it does use DDgui...

[attachment deleted by admin]

Wampus


MrTAToad

Hope it's useful!

Wampus

Already is. Some of the ideas here never occurred to me and the INLINE stuff I always find useful.

MrTAToad

If you can find any optimisations too, that'll be useful!

Wampus

Well, I actually try to live by the suggestion, "Optimise for getting things done". Otherwise I'd spend way too much time fine tuning things for no perceivable improvement!

MrTAToad

Quite true :)