Andrew Cain

Results 8 comments of Andrew Cain

We are in the process of re-writing this as SplashKit at the moment -- did you want to try incorporating your code into that repo? https://github.com/splashkit/splashkit

I had a quick look, but hadn't realised the key difference :) Which approach would you recommend? At the moment the front end in SplashKit could go either way. I'm...

Ok, lets go with that version then. Conversion to SplashKit should be ok, as it is mostly the same in the backend -- but it will need a little bit...

Yeah, this is interesting. If you changed the bitmap then all drawing operations would need to be changed to use that approach -- draw changes to the surface then render...

Draw Pixel Batch sounds like a good idea in this case. Parameters? May need a PixelBatch type, to avoid issues mapping this between languages.

Also make sure you are on the `quality/splash-kit-prep` branch... branches need to be sorted before we move but this is the current develop branch.

Branches are tidied up now... work off `develop`.

Requires the Parser to be extended to examine the implementation section. This could then be extended to add additional features to the code (tracing for example) more easily. General parser...