Felipe Jorge

Results 16 issues of Felipe Jorge

In some cenarios (like when c isn't supported for one reason or the other) its useful having the c++ call conventions in vtbl. going from this: ``` pub struct ID3D12DescriptorHeapVtbl...

Hi can you post more about the topic "Memory allocation and GC pressure improved", I'm curious to see an comparison against yamldotnet.

question

In web i got `Uncaught Invalid line: format: RGBA8888` from `Spine.js:1636` it try to take the format value before get the size. In `Spine.js:1454` the size is not taken into...

bug

Hi first of all thanks for this awesome create! Is there a way to render fonts with variable weight? I'm currently keeping 4 or more fonts with static weights (regular,...

enhancement

Hi, I come up with a function that aproximates the gamma conversion is has a RMSE of 0.001064 which is better than the simple x^2 aproach here is the math:...

Hi I did a generic vector/array casting function that I use for by 2d game ```zig pub inline fn cast(comptime T: type, value: anytype) @Vector(veclen(@TypeOf(value)), T) { // This routine...

Follow up of PR #36 tested with zig 0.12.0-dev.1746+19af8aac8 Here is @desttinghim, I did fixed the sign step, I was runing before the zipalign but now everything is runing in...

Do anyone figure out how to debug apps using this build system?

I'm messing with the project for a quite while now, trying to figure out why I got this error when building: ``` In file included from ./cpp/private/qobject_p.h:2:0, from /usr/include/qt/QtCore/5.8.0/QtCore/private/qmetaobject_p.h:58, from...