RobLoach / node-raylib

Node.js bindings for Raylib
https://robloach.github.io/node-raylib/
Other
245 stars 20 forks source link

Buffer pointers #172

Open twuky opened 1 year ago

twuky commented 1 year ago

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 them in play.

Should help a bit with getting towards working with models, materials, and such too.