RobLoach / node-raylib

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

Generate Easings Code #139

Closed RobLoach closed 2 years ago

RobLoach commented 2 years ago

This moves the transpiled code over to compiled code. I had found a couple functions that were broken, so using the C functions is likely best.

Also adds the examples/shapes/shapes_easings_ball_anim.js example as another example to test on.