ThuCommix / Sharpex2D

2D GameEngine for Indie games with alot of features
http://www.sharpex2d.de
MIT License
47 stars 9 forks source link

CP extension assemblies #49

Closed ThuCommix closed 8 years ago

ThuCommix commented 8 years ago

The current implementation only allows extending via .dll:

https://github.com/ThuCommix/Sharpex2D/blob/api-2-working/ContentPipeline/ContentPipeline/Actions/CompileAction.cs#L87

Basicly an *.exe can also be a .NET assembly, so the user could pass its own game to extend the CP.

ThuCommix commented 8 years ago

https://github.com/ThuCommix/Sharpex2D/commit/33276dc5454ee96004563d79d324bb85462042b7