41509dfe9640a67f924c5f843fe6bceb0cdb8f78 - PyLinkedColor initial version
PyLinkedColor
is my answer to the thoughts from last night. I'm going to un-refactor PyColor
to have no frills, just…
Some quick thoughts on 13a4ddf41b41dfc123a00468377b4f8fae0da845
I'm honestly not feeling great about how this feature is going - the time spent is getting out of hand, and the PyColor class is…
Got a bit distracted, but I was having fun. I wanted to give colors readable names and also have an absurd number of plain text names that could be used.
Basically took CSS color codes, the…
PyColor
This type has some other requirements that make it differ from PyTexture:
- Textures are held by UIDrawables as a way to keep the Texture loaded (since sfml requires them to stay…
WIP d7228172c4d5455159cd91782b49304a971bb444
rest of tonight's to-do list:
- clean up comments
- reverse
mcrfpydef
namespace shenanigans done while debugging - delete PyTexture original…
WIP 2cf8f9431025b3eecb67422e98ec95e3f2b4038f
I have to say I kind of love this new structure(?!)
- The Python class methods are static methods in the C++ class.
- The Python typedef is still…