Oleg Bogdanov

Results 7 comments of Oleg Bogdanov

I've tried to prototype this but its not very convenient: vscode does not seem to have 'combo' box yet, its either lets you enter freeform input or pick from a...

depends on [this](https://github.com/Microsoft/vscode/issues/23633) bug

I know its fairly old issue, but I wanted to leave a comment for posterity since Ive just tried building wachy for android, Cross compiling ncurses was one of the...

`ZoneTransient` helps me to address this in most cases but I have a use case for C Zones (basically to start/end in different functions), whats the C equivalent for `ZoneTransient`?...

@Hackn0214 backspace seems to remove just fine?

If configuration value is array of length 2,3,4 or 16 it could be ambiguous if its vec2/vec3/vec4/vec4x4 or int[], this might not be a problem for JS but is a...

@Hackn0214 you already can get number of materials when using appropriate pointer , check out [core pointers](https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/ObjectModel.adoc#4-core-pointers)