Chaos Project

Featured Projects => Advanced RPG Creator => ARC Welder => Topic started by: Ryex on December 17, 2013, 06:48:50 pm

Title: ARC Welder plugin system Redisigned
Post by: Ryex on December 17, 2013, 06:48:50 pm
I'll be honest my original plan (while it has undergone some revision) was just too clunky. too much boiler plate required to get things working.

I'm writing this down here mostly so It doesn't get lost and I can make sure I have a solid picture of what I'm doing.

The goal of modular development is to enable extensive code reuse and so that when your working on separate components only the interface matters, not the implantation. to that ends we can define a plugin as any piece of code that provide an interface for a specific functionality.

The Plan

ARC Welder is broken into 2 distinct sets of components
Title: Re: ARC Welder plugin system Redisigned
Post by: Blizzard on December 18, 2013, 02:11:56 am
I think that this looks alright. It's simple and can easily be overviewed.