RobLoach / node-raylib

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

Add Material syncing #103

Closed RobLoach closed 2 years ago

RobLoach commented 2 years ago

This is untested. Would be awesome to have some tests for it.

konsumer commented 2 years ago

The test itself may be a bit complicated. Basically using Material seems to be about custom material-surfaces for things. I found this, which uses it, but may be a bit too much to be supported by other node-raylib code, I'm not sure.

RobLoach commented 2 years ago

This this compiles, I think it may be safe to merge. We could fix it up in the examples :wink: