bonesoul / voxeliq

voxeliq is an open source block-based game engine implementation developed with C#
http://www.int6.org/tag/voxeliq
Microsoft Public License
163 stars 43 forks source link

Fix the engine architecture #50

Open bonesoul opened 11 years ago

bonesoul commented 11 years ago

We have major issues in engine architecture.

bonesoul commented 11 years ago

I'm exploring the available options; I guess we can give a try to ninject based solution as in;

Delwin9999 commented 11 years ago

OK this isn't the way I did dependency injection before but the existence of Ninject makes a lot of things easier. I'll toy with it to see if I can get it working.

bonesoul commented 11 years ago

Yea and we really don't need to rush for this, better we go for functionality and stability at the first place and then we can go for architectural fixes.