jaywilliams / ultralite

Miscellaneous files pertaining to the Ultralite framework, some of which are deprecated. View pixelpost/ultralite2 for the latest version.
https://github.com/pixelpost/ultralite2
5 stars 0 forks source link

Create a More Object Oriented Plugin System #1

Closed jaywilliams closed 13 years ago

jaywilliams commented 15 years ago

Plugins should be objects which extend a base plugin. The base plugin would have some standard (install, uninstall, initialize) methods, which plugins could take advantage of, if they wish.

schonhose commented 15 years ago

I feel we have come a long way since we wanted to do this. Some minor adjustments are still necessary.