fakhirsh / FEngine

Highly cross-platform Game Engine. Simple yet powerful Component based, data driven architecture.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Implement Component Factory (View component) #6

Closed fakhirsh closed 9 years ago

fakhirsh commented 9 years ago

For now, Implement component factory that returns a fully initialised view component --> It should be able to accept xml file and return a VIEW component based on that description.

When this is implemented, extend the component factory and then start working on the Actor factory.

fakhirsh commented 9 years ago

Done! Even Views within Views can be added through the XML file.