Re: [AD] Possible new features for Allegro?

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> I already think Allegro is already way bloated and if anything
> features need to be removed.  I was going to earlier advocate for a
> "plug in" or customizable system but this would be confusing for the end
> user because each Allegro DLL would be different.
>
If each extension had it's own DLL, it wouldn't be confusing.

PHP (ok, so it has nothing to do with Allegro) uses a module based approach
very effectively. For Windows, each extension is it's own DLL. For Linux
type systems, you simply run a configure script with what you want to
install. (You obviously have to make sure that you have the individual
packages.) It works out very well and eliminates bloat. Most Windows users
simply download the DLLs precompiled and use the ones they want to.

It's different in the sense that PHP isn't distributed to end users like
Allegro is - but I'm all for a modularized approach that follows the same
syntax as the core Allegro library.

--
Matthew Leverton



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/