Commit Graph

  • 731884848a
    Add move notice devel Nikolas 2025-08-07 21:47:10 +02:00
  • b7d89cb7b9
    Repository move Nikolas 2025-08-07 21:27:11 +02:00
  • 7bdb0cd320
    Add unload on missing types (#267) Maicon Santana 2025-08-07 18:41:01 +01:00
  • a6e9ce520f
    Return rectangle list without taking it as an arg in genImageFontAtlas (#263) Nikolas 2025-08-03 14:21:44 +02:00
  • 3eee232f10
    Make codepoints in loadFontData optional (#263) Nikolas 2025-08-03 13:56:43 +02:00
  • 22bb251252
    Use addModule instead of createModule again (#265) (partial revert of #264) Nikolas 2025-08-03 13:23:46 +02:00
  • ac0b07c4bd
    prepare build to run on zig 15 (#264) Maicon Santana 2025-08-01 17:54:55 +01:00
  • e8167c2e56
    add dropped files example (#260) leonardo-kr 2025-07-23 16:24:56 +02:00
  • 14f49a38dd
    update name changes for rgui's sliderBar and checkBox functions in examples (#252) Mike Will 2025-07-23 10:21:50 -04:00
  • 5013830647
    Bump raylib to master (#239, #243, #249) Nikolas 2025-06-27 15:00:11 +02:00
  • 97cb212bf0
    remove emrun from emcc to avoid the game to keep calling stdio.html (#238) Maicon Santana 2025-06-27 12:24:07 +01:00
  • 3bf08a304c
    Fix return type for raygui.labelButton Nikolas 2025-05-04 17:31:08 +02:00
  • 2e60ac0127
    Fixup RAYLIB_VERSION constant (#236) Nikolas 2025-05-01 17:15:34 +02:00
  • 0de5f8aed0 fix(raygui): make some funcs return bool instead of i32 Daniel Hill 2025-04-19 17:22:16 -04:00
  • 67fd5af55a fix(raygui): strip "Gui" prefix from Zig functions Daniel Hill 2025-04-19 15:48:27 -04:00
  • f4b69764db feat(raygui): get message box example working Daniel Hill 2025-04-19 14:33:51 -04:00
  • d6c77762cb
    Automatically generate functions that return their slice length, where possible Nikolas 2025-03-30 19:29:51 +02:00
  • c30197911a
    Add loadRandomSequence Nikolas 2025-03-30 18:05:41 +02:00
  • a00552ea79
    Fix exportImageToMemory (#232) Tommy D. Rossi 2025-03-30 18:00:07 +02:00
  • e072ff119b
    Update raylib/raygui to latest master (#231) Nikolas 2025-03-23 20:01:13 +01:00
  • dfe22275cf
    Core 2D Camera Platformer Example (#222) Axel Magnuson 2025-03-23 12:52:05 -06:00
  • 8d5a7d382c
    Update feature macro documentation for zig 0.14.0 (#225) Erazem Kos 2025-03-20 12:00:40 +01:00
  • d4fc514d54
    examples: Use decl literals (#221) Mike Will 2025-03-12 16:21:15 -04:00
  • 03ec79ef85
    Manually include ubsan in emscripten builds (#220) Nikolas 2025-03-12 21:16:53 +01:00
  • 17a1754271
    Update raylib hash so we get the new shiny build.zig.zon Nikolas 2025-03-10 14:07:10 +01:00
  • a7f626993c
    Fix basic_window_web, where a bool was passed to an int Nikolas 2025-03-10 13:24:56 +01:00
  • 5bbafa4f86
    Work around zig#23051 (#216) Rik Chilvers 2025-03-06 21:37:40 +00:00
  • b6af3509c8
    Update raylib ad raygui in build.zig.zon Nikolas 2025-03-06 15:26:13 +01:00
  • e18e2db5e5
    Make secretViewActive in guiTextInputBox optional (#205) Nikolas 2025-03-06 15:23:34 +01:00
  • 1a9b848c06
    Port of basic_window_web from raylib (#210) kukuen 2025-03-06 15:19:10 +01:00
  • 279bcc0a13
    Update to new forced literal (#213) Nikolas 2025-03-06 15:17:23 +01:00
  • 9444b5a438
    Use zig init in project template Nikolas 2025-03-06 15:14:45 +01:00
  • 57a8a21b48
    Update Zig version in README Nikolas 2025-03-05 18:20:56 +01:00
  • 9e69ca5946
    Merge changes from devel Nikolas 2025-03-05 18:15:29 +01:00
  • 1b6a05ca3b
    Update to Zig 0.14.0 and raylib 5.6-dev Nikolas 2025-03-05 18:09:59 +01:00
  • e4d66a8dae
    Perform colorToInt conversion manually during compiletime (#176) Nikolas 2025-03-04 17:50:50 +01:00
  • 94fa7e23b0
    Finish move to sentinal terminated slices (#203) Nikolas 2025-03-04 17:50:23 +01:00
  • bc82c6ebd7
    Move from sentinel-terminated pointers to sentinel-terminated slices globally ([+:0] -> [:0]) (#203) Nikolas 2025-02-24 16:44:40 +01:00
  • 4d452b2bcd
    Add raymarching example (#208) Michael Lohr 2025-02-16 19:44:48 +01:00
  • 8e5ef1045d
    Added heightmap example (#206) Woshiwuja 2025-02-16 19:43:02 +01:00
  • d3fdd327d5 example: add audio_module_playing Frost-Phoenix 2025-02-04 21:08:54 +01:00
  • 09ec2ca22b example: add audio_sound_loading Frost-Phoenix 2025-02-04 19:39:17 +01:00
  • 9882dd4ba1 example: add audio_music_stream Frost-Phoenix 2025-02-04 19:38:52 +01:00
  • 5004bb2316 example: add text_writing_anim Frost-Phoenix 2025-01-31 17:37:31 +01:00
  • 9faf4b97a1 add text_raylib_fonts example Frost-Phoenix 2025-01-31 11:36:13 +01:00
  • 58724227e7
    Fixing linker error for raygui when building in shared mode. (#197) Klaus 2025-01-26 16:32:48 +01:00
  • ae7cb3fa93
    Update to latest zig master haxsam 2025-01-18 22:08:45 +01:00
  • ae76994a2d [build.zig] improve build system haxsam 2024-12-24 11:50:04 +01:00
  • 1ef4995f82
    Fix zig build test (#192) vent 2025-01-12 20:52:40 +00:00
  • cb9fb452c6
    Fix segault in textures_image_loading (#190) vent 2025-01-11 17:09:12 +00:00
  • 41022159ad
    Error check using IsValid functions and return error unions (#191) vent 2025-01-11 17:07:33 +00:00
  • 30ce68004f
    Use GamepadAxis enum for getGamepadAxisMovement instead of c_int (#187) James Davis 2025-01-10 13:18:45 -05:00
  • 561481f4ae add new shape examples to build.zig Josh Lankford 2025-01-08 12:41:54 -06:00
  • f8b1495c69 add draw rectangle rounded example Josh Lankford 2025-01-08 12:32:50 -06:00
  • 882b69d8c9 add draw circle sector example Josh Lankford 2025-01-08 10:31:37 -06:00
  • 9f30de1eac add draw ring example Josh Lankford 2025-01-07 21:16:54 -06:00
  • 3720deda6d add following eyes example Josh Lankford 2025-01-07 17:18:23 -06:00
  • a7deec3964 add collision area example Josh Lankford 2025-01-06 20:40:08 -06:00
  • 2fcdf3af45 add lines bezier example Josh Lankford 2025-01-06 11:44:25 -06:00
  • 16f4871846 add rectangle scaling example Josh Lankford 2025-01-06 10:36:25 -06:00
  • 21e7bb8cd3 add raylib logo animation example Josh Lankford 2025-01-05 17:29:16 -06:00
  • 2a569ea2ef add color palette example Josh Lankford 2025-01-05 15:28:22 -06:00
  • 4e08de5584 add bouncing ball example Josh Lankford 2025-01-05 15:27:21 -06:00
  • 350388c8ec add basic shapes example Josh Lankford 2025-01-05 15:27:01 -06:00
  • 4e05ee5a3f
    Added missing variadic arguments to traceLog() (#186) raugl 2025-01-06 18:26:37 +02:00
  • 57041e707c
    [raygui] Allow GuiControlProperty and GuiDefaultProperty as types for property in GuiGetStyle/GuiSetStyle (#131) Not-Nik 2025-01-04 00:24:09 +01:00
  • 16a388c9c2
    Fix build errors related to update to rl 5.5 Not-Nik 2025-01-03 23:55:53 +01:00
  • 265461f4ec
    fix: MATERIAL and SHADER_LOC default values (#183) Kaio Delphino 2025-01-03 19:43:27 -03:00
  • 845af357e4
    Remove redundant namespaces from enums (#178) vent 2024-12-23 20:27:02 +00:00
  • 0dcee846f4
    Add both field for runtime Linux platform detection (#179) Alexander Moening 2024-12-20 11:12:46 -05:00
  • de8c2d4585
    Automatically include Emscripten headers (#173) Daniel Koucher Machado 2024-11-26 16:18:33 -03:00
  • 606d9bb9ba
    raylib: add missing fields to Mesh struct (#175) Michał 2024-11-26 20:16:46 +01:00
  • 94570c4b60
    fix zig fetch command in README (#130) Jonathan Marler 2024-11-25 06:19:38 -07:00
  • ff775330c7
    Update raylib to version 5.5 (#174) Андрей Краевский 2024-11-25 16:18:03 +03:00
  • 90109ff804
    Revert "[build] Only cache raygui impl (#170)" Not-Nik 2024-11-08 17:48:26 +01:00
  • 2f773da6b3
    [build] Only cache raygui impl (#170) Not-Nik 2024-11-08 15:35:57 +01:00
  • a420751c0d
    [emcc] Fix build for Windows (#86) Not-Nik 2024-11-08 15:18:20 +01:00
  • f5abffe4f7
    feat: textures image loading example (#167) Miko 2024-11-08 15:10:19 +01:00
  • 6c0774619d
    [emcc] Pass -sUSE_OFFSET_CONVERTER Not-Nik 2024-11-08 15:09:06 +01:00
  • c191e12e7c
    make some files not executable (#160) mega-dean 2024-10-18 06:22:28 -05:00
  • 817f91b57c
    ported example core 3d picking (#163) Nicholas S. Zivkovic 2024-10-18 13:21:01 +02:00
  • a6f94ce655
    ported example 3d camera free (#162) Nicholas S. Zivkovic 2024-10-18 13:19:22 +02:00
  • a2397363aa
    meta: Bump raylib/raygui Not-Nik 2024-10-13 13:51:26 +02:00
  • 01b6e1a2e2
    raylib/raymath/rlgl/raygui: Expose cdef (#152) Not-Nik 2024-10-02 22:34:17 +02:00
  • 855ab9cd70
    raygui: Revert property parameters back to i32s (#131) Not-Nik 2024-10-02 22:19:14 +02:00
  • a087398387
    rlgl: Add constants (#156) Not-Nik 2024-10-02 22:00:34 +02:00
  • d4541b29e0
    readme: Add info on build options Not-Nik 2024-09-28 21:05:49 +02:00
  • 1224eb2290
    emcc: Fix build (#155) Not-Nik 2024-09-28 19:43:57 +02:00
  • c94e68d872
    emcc: Remove webhack_c (#149) pancelor 2024-09-28 05:56:36 -07:00
  • 6418a87091
    Tidying (#150) pancelor 2024-09-28 05:55:09 -07:00
  • 87e18ab398
    Make fontChars optional in loadFontFromMemory (#153) johan0A 2024-09-28 14:54:02 +02:00
  • d7d9e41863
    emcc: Look for emcc binary in PATH if no sysroot was specified Not-Nik 2024-09-28 14:51:15 +02:00
  • f26b2ab084
    Update build.zig.zon (#145) Rob Rossmiller 2024-09-03 09:49:57 -04:00
  • e3e3a7518a
    Bump to raylib 5.5-dev Not-Nik 2024-08-31 11:20:26 +02:00
  • 2176d37bcc
    Ported raylib example "text/text_format_text.c" (#141) Krieg 2024-08-31 02:41:42 -06:00
  • 58df62807f
    Add drawTextCodepoints (#135) Not-Nik 2024-08-17 17:22:15 +02:00
  • 4b2d9b305f
    Allow passing points for drawing as const slices (#127) (2/2) Not-Nik 2024-08-17 17:21:36 +02:00
  • 6d52ac4e13
    added 2d camera mouse zoom example (#129) YetAnotherCoder00 2024-08-17 14:58:15 +00:00
  • 6cc4aec3c4
    Allow passing points for drawing as const slices (#127) Not-Nik 2024-08-04 23:33:48 +02:00
  • da1da5a66c
    Allow passing null pointers to more rlgl functions (#128) Not-Nik 2024-08-04 23:25:47 +02:00