fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.38k stars 1.39k forks source link

(idea) Plugin architecture #109

Open bmathews opened 10 years ago

bmathews commented 10 years ago

Just an idea that you're probably not ready for, but it might be worth considering some kind of plugin architecture, either for items, the map, and/or the player.

The benefit being that the code can become more modular, allowing you and others who wish to contribute to do so without kludging up the 'engine'.

MiPnamic commented 10 years ago

The main Issue in Minecraft is the API system build around those various system (Forge etc...) I think that this project can grow with a better Plugin system as @moonsspoon suggested.