Commit Graph

24 Commits

Author SHA1 Message Date
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
Alexander Klingenbeck 3265db9435 clean examples 2023-07-18 22:48:10 +02:00
Alexander Klingenbeck 933faae1e9 Texture generator example 2023-06-28 23:22:00 +02:00
Alexander Klingenbeck a3907ad561 More experiments with map files 2023-06-20 23:09:11 +02:00
Alexander Klingenbeck 5adc402c26 Port lightmapper to java 2023-06-19 23:24:30 +02:00
Alexander Klingenbeck f3bdc08f2c work on dungeon demo 2023-06-13 23:03:38 +02:00
Alexander Klingenbeck a7cf7b76ed update bindings 2023-06-12 17:38:31 +02:00
Alexander Klingenbeck 66ac427292 more bindings 2023-06-11 12:49:26 +02:00
Alexander Klingenbeck 2f537f649c Add gui controls 2023-06-06 16:50:38 +02:00
Alexander Klingenbeck 7e0c04020e Support out-parameter for strings 2023-06-04 22:31:15 +02:00
Alexander Klingenbeck 5c2cb695e1 Implement text reference params 2023-06-04 13:41:18 +02:00
Alexander Klingenbeck 090b507bdd improve gui bindings 2023-06-03 09:15:38 +02:00
Alexander Klingenbeck 13f74bf5a1 refactor binding generation 2023-06-02 18:58:53 +02:00
Alexander Klingenbeck 1947483541 Use raygui as submodule 2023-06-02 08:03:36 +02:00
Alexander Klingenbeck 10bded75db little game framework 2023-05-30 00:03:29 +02:00
Alexander Klingenbeck 930b087864 add bindings for rgui and reasings 2023-05-27 00:47:44 +02:00
Alexander Klingenbeck 95d5c06773 Add bindings for rcamera, add 1st person cam example 2023-05-26 08:10:27 +02:00
Alexander Klingenbeck eb3ffd8e35 Descriptions for math functions, extend readme 2023-05-25 07:57:23 +02:00
Alexander Klingenbeck 18b6c7c5f9 Add more bindings 2023-05-24 22:47:17 +02:00
Alexander Klingenbeck aaf8fb16d8 Switch to explicit resourceFree, add typescript example, add ArrayBuffer support 2023-05-20 21:34:27 +02:00
Alexander Klingenbeck 282b86b01c Add shader bindings 2023-05-16 08:28:30 +02:00
Alexander Klingenbeck 9227ba8b5d More bindings, more samples 2023-05-15 23:02:41 +02:00
Alexander Klingenbeck (SHS DI SY R&D DEV4) b43d924be8 Add math bindings 2023-05-15 17:44:28 +02:00
Alexander Klingenbeck bdb5b740e6 more bindings, examples 2023-05-14 22:19:47 +02:00