tuckie

Results 6 issues of tuckie

In another issue I tried manually putting together some typescript definitions (with doc strings) from the old typescript branch, with some updates where i could fit them. Obviously manually generating...

Hi there - not so much a bug as a question, I've been toying around with a little image editor project. Originally I was just using the Canvas api, but...

Hi, I've been working on setting up a game of mine with MKXP (The prebuilt version linked in the README, which I understand is dated), which for the most part...

So it looks like, in theory, `glBufferData` and `glNamedBufferData` [support passing a null pointer](https://registry.khronos.org/OpenGL-Refpages/gl4/html/glBufferData.xhtml) to the data argument, which tells the driver to orphan the old data and allocate new...

works the change to buffers showcased in https://github.com/RobLoach/node-raylib/pull/171 into the code generation tools, for most the JS TypedArray types. check out the image from memory example in textures to see...

Hi, I saw your chat on reddit when you first released comfy, talking about bunnymark performance, and now that I've seen your official benchmark I thought I would try to...