rayjs/bindings
sedrew b59455c3a7 raylib 5.5 migration: type conversions, auto-ignore, buffer returns, bunnymark_opt
- Added char, short, long, unsigned short/unsigned long, const float*,
  bool*, char* type conversions to jsToC/jsToJs
- Fixed unsigned int*/unsigned char* pointer returns in jsToJs
- Updated VrDeviceInfo (removed vScreenCenter), GuiListView (active param),
  GuiTextInputBox (bool* ignored)
- Added auto-ignore filter for unsupported types (105 functions ignored)
- Added needsBufferReturn() handler for 5 functions returning unsigned char*
- Removed GLFW-specific F5 reload from quickjs.c
- Created CHANGELOG_5.5.md, bunnymark_opt.js (Float32Array), updated readme
- Deleted temp analysis scripts and failed build-sdl directory
2026-07-22 10:43:26 +07:00
..
src raylib 5.5 migration: type conversions, auto-ignore, buffer returns, bunnymark_opt 2026-07-22 10:43:26 +07:00
.gitignore add binding generator 2023-05-06 23:43:40 +02:00
package-lock.json add binding generator 2023-05-06 23:43:40 +02:00
package.json add binding generator 2023-05-06 23:43:40 +02:00
tsconfig.json add binding generator 2023-05-06 23:43:40 +02:00
webpack.config.js update quickjs from 2021-03-27 to 2026-06-04 2026-07-21 23:45:01 +07:00