Commit Graph

132 Commits

Author SHA1 Message Date
Sergei Malygin eb88ecd494
Merge b59455c3a7 into 2ef1a00038 2026-07-22 10:52:47 +07:00
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
sedrew 52be0e6a7d switch raylib to v5.5 and raygui to v4.0 stable releases 2026-07-22 09:12:51 +07:00
sedrew 0cc42d8736 update quickjs from 2021-03-27 to 2026-06-04
- updated submodule thirdparty/quickjs to master (04be246)
- bumped quickjs_version in CMakeLists.txt to 2026-06-04
- removed libbf.c (dropped upstream), added dtoa.c
- synced include/quickjs.h and include/quickjs-libc.h from new version
- changed webpack mode to development for readable generate-bindings.js
2026-07-21 23:45:01 +07:00
Alexander Klingenbeck 2ef1a00038 Remove static flag on platforms other than windows 2023-08-02 20:23:35 +02:00
Alexander Klingenbeck a3ed6bdb2f Link to static winpthread 2023-08-02 13:19:42 +02:00
Alexander Klingenbeck d967c49c45 Merge branch 'main' of https://github.com/mode777/rayjs 2023-07-30 20:59:18 +02:00
Alexander Klingenbeck 77cebb3dce Add js helpers back in 2023-07-30 20:59:11 +02:00
Alexander Klingenbeck 0c3a54b309
Create LICENSE 2023-07-30 18:18:20 +02:00
Alexander Klingenbeck 1579be5d1d
Update readme.md 2023-07-30 18:10:49 +02:00
Alexander Klingenbeck 52695d8a99 Update readme 2023-07-30 18:08:27 +02:00
Alexander Klingenbeck d084b33afe Upgrade latest raylib version 2023-07-30 17:53:15 +02:00
Alexander Klingenbeck 2f60d6364c Update readme. Delete un-ported examples 2023-07-20 13:15:01 +02:00
Alexander Klingenbeck 7c4557ecc6 remove json 2023-07-18 22:52:23 +02:00
Alexander Klingenbeck 4cd35d647e remove example 2023-07-18 22:51:03 +02:00
Alexander Klingenbeck 3265db9435 clean examples 2023-07-18 22:48:10 +02:00
Alexander Klingenbeck ffbcec1ab0 clean up samples 2023-07-18 22:28:22 +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 5eee29160c Add lightmap materials 2023-06-19 18:17:33 +02:00
Alexander Klingenbeck 0326eb9c81 Fix lightmapper integration 2023-06-19 09:25:44 +02:00
Alexander Klingenbeck 3e28803a58 Add lightmapper integration for raylib 2023-06-18 16:13:39 +02:00
Alexander Klingenbeck 75b8f12e9b Use raylib drawing function for baking 2023-06-17 09:43:20 +02:00
Alexander Klingenbeck 03a6079549 improve lightmapper 2023-06-16 17:23:07 +02:00
Alexander Klingenbeck 64a195f2e5 remove result image 2023-06-16 09:08:18 +02:00
Alexander Klingenbeck 4f061d0ab8 Fix lightmapping 2023-06-16 08:11:49 +02:00
Alexander Klingenbeck 9341e134a1 Fix raylib problems 2023-06-15 23:47:49 +02:00
Alexander Klingenbeck d19f01a360 try to import raylib 2023-06-15 21:51:35 +02:00
Alexander Klingenbeck b5c275a9d7 still not working 2023-06-15 18:32:08 +02:00
Alexander Klingenbeck 9b69016ce8 add lightmapper 2023-06-15 15:32:20 +02:00
Alexander Klingenbeck aa2c2ecd15 update dungeon crawler 2023-06-15 07:31:55 +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 8b29693b74 Add vr support bindings 2023-06-12 16:12:22 +02:00
Alexander Klingenbeck 66ac427292 more bindings 2023-06-11 12:49:26 +02:00
Alexander Klingenbeck 28122c54a3 Add editor 2023-06-06 22:55:45 +02:00
Alexander Klingenbeck 2f537f649c Add gui controls 2023-06-06 16:50:38 +02:00
Alexander Klingenbeck ded70d470b Add controls 2023-06-06 08:51:42 +02:00
Alexander Klingenbeck 7036848ce6 Fix promise-breaking bug 2023-06-05 22:03:08 +02:00
Alexander Klingenbeck c410b28f83 Update bindings 2023-06-05 21:38:33 +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 ed56bc652a Fix out-variables, allow nullable strings 2023-06-03 23:35:35 +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 8049204120 Refactor binding generation 2023-06-02 11:52:33 +02:00
Alexander Klingenbeck 1947483541 Use raygui as submodule 2023-06-02 08:03:36 +02:00
Alexander Klingenbeck 2da4065b07 update to recent raygui version 2023-06-02 08:03:03 +02:00
Alexander Klingenbeck 5876404cb2 append 2023-05-31 01:23:35 +02:00