GLBasic forum

Codesnippets => Code Snippets => Topic started by: MrTAToad on 2012-Apr-17

Title: TSetup
Post by: MrTAToad on 2012-Apr-17
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]
Title: Re: TSetup
Post by: Wampus on 2012-Apr-17
Thanks :)
Title: Re: TSetup
Post by: MrTAToad on 2012-Apr-17
Hope it's useful!
Title: Re: TSetup
Post by: Wampus on 2012-Apr-17
Already is. Some of the ideas here never occurred to me and the INLINE stuff I always find useful.
Title: Re: TSetup
Post by: MrTAToad on 2012-Apr-17
If you can find any optimisations too, that'll be useful!
Title: Re: TSetup
Post by: Wampus on 2012-Apr-17
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!
Title: Re: TSetup
Post by: MrTAToad on 2012-Apr-17
Quite true :)