Jim Drygiannakis

Results 46 comments of Jim Drygiannakis

Hi, Unfortunately, I haven't implemented it that way. So it's not possible with the current version of the code. Should be possible to do it though (as far as I...

Thanks for the PR and sorry for the delayed reply. Unfortunately I cannot merge this PR atm because I feel this should be a feature implemented in a different way....

I'd suggest putting all those changes inside preprocessor blocks (e.g. `#if VG_CONFIG_USE_TRANSIENT_BUFFERS`) in order not to break existing functionality. You might also want to hide (`#if !VG_CONFIG_USE_TRANSIENT_BUFFERS`) `GPUVertexBuffer` and `GPUIndexBuffer`...

Thanks for the PR. I won't merge this at the moment because I don't really see a benefit removing text rendering from the library. I'd consider it if an alternative...

> Is this relevant to your interests? Not right now but it might be useful to somebody else if it's implemented properly. Does FontStash actually conflicts with your code or...

The callback draw command mechanism sounds cool but I don't currently have the time to work on a proper API. Since you have a use case, I'd suggest working on...