Artemis seems like an excellent framework for ECS, but the documentation is to say at the least, lacking. I am new to ECS and have no idea what I am doing, but I want to learn.
My objective is to draw something to the screen. I am using MonoGame and Visual Studio 2012 (with Artemis). I have spent many hours scouring thru the StarWarrior code without any success. I cannot find the link between the SpatialFormComponent and the thing I want to draw (such as PlayerShip).
My best guess for the issue is that I am using the pool wrong. So my 2 questions:
1. What is the Pool in Artemis? (What does AddComponentFromPool() do?)
2. How do I draw something to the screen using Artemis? (What is the missing link?)
I am sorry if that question does not appear well researched, but I assure you it is. That being said, if you find a source which resolves my problem (I doubt you will), then I welcome the downvotes.