Page 2 of 2

Re: Does Cafu Engine have everything I need for my idea?

Posted: 2012-11-26, 18:56
by midix
SVN is fine, I have used to it.

It's great to see the work in progress. I hope other Cafu users also will be interested in all this "component stuff".

Re: Does Cafu Engine have everything I need for my idea?

Posted: 2012-11-28, 19:10
by Carsten
midix wrote:It's great to see the work in progress.
:D
Currently, I'm working on the sub-problem that the data (member variables) in the component classes should be accessible both from the GUI editor (and later, for entity components, the Map editor), as well as from the scripts.
As I don't want to hard-code all the member variables of all components for each purpose, this requires to be able to iterate over them, know their type, and generate the proper dialog fields in the editors and the script bindings automatically.
I made good progress already, and hope to have something that is good for checkin soon.
I hope other Cafu users also will be interested in all this "component stuff".
I hope so, too, but even if not, as soon as things are implemented, everyone will (even if "indirectly") come to enjoy them. :wohow: