- https://github.com/balaam/1-GameLoop
- https://github.com/balaam/2-LuaGameLoop
- https://github.com/balaam/3-CGGameLoop
I looked at kjAPI's reflection code at the time but I definitely didn't understand it and didn't take the time to break it apart, so I was a bit of loss how to start. I found some excellent articles by Don Williamson (@Donzanoid) over here: http://altdevblogaday.com/2011/09/25/reflection-in-c-part-1-introduction/ which gave a nice overview. Then I spent some time getting back up to speed with templates and member function pointers and was able to get some proof of concepts up and running.
I intend to come back to that but in the meantime I've been trying to focus on programming that actually brings in some cash. So my current side project is more profit focused and at the moment involves some very basic natural language processing in Python. I don't think I'll be publishing this code publicly for the time being. One reason being; each time I come back to the code, I rewrite how it works from the ground up. I think this third iteration is here to stay for a while though. It's currently parsing text with a 35%(ish) accuracy and I want to bring that up to 80%. My aim is to complete this asap.
No comments:
Post a Comment