Search found 2 matches
- Fri Aug 05, 2011 23:19
- Forum: CEGUI Library Development Discussion
- Topic: Improving python wrappers?
- Replies: 1
- Views: 10931
Improving python wrappers?
I would like to improve python wrappers, for example xx.setPosition(PyCEGUI.UVector2(PyCEGUI.UDim(0.5,0), PyCEGUI.UDim(0.5,0))) vs xx.setPosition( (0.5,0), (0.5,0) ) i dont have experience in this kind of stuff, so could you tell me where to start, and also do you agree with this kind of changes? I ...
- Fri Aug 05, 2011 23:15
- Forum: CEGUI Library Development Discussion
- Topic: YAML
- Replies: 7
- Views: 17136
YAML
Hey, i am interested in option to load YAML files, not only XML. http://pastie.org/2327238 http://pastie.org/2327308 How hard would it be to integrate such functionality? Can i somehow get list of required and available properties in code? "Window" is general name for entity? For layouts, ...