node-raylib icon indicating copy to clipboard operation
node-raylib copied to clipboard

WIP: raylib5

Open konsumer opened this issue 2 years ago • 1 comments

Raylib5 was released. This branch documents the effort to upgrade.

Currently this fails to build. These are missing:

  • GenImageGradientV
  • GenImageGradientH
  • LoadModelAnimations
  • DrawLineBezierQuad
  • DrawLineBezierCubic

konsumer avatar Nov 18 '23 22:11 konsumer

Updating @raylib/api to latest seems to fix errors with actual raylib, but then I see other errors with raygui. We may have to split these or work on getting raygui working.

konsumer avatar Nov 18 '23 23:11 konsumer