Commit Graph

  • a7f25c615b
    Use slice length for spline and image kernel functions Not-Nik 2024-07-28 00:11:56 +02:00
  • 155a95feeb
    Add shebang line to python script and make it executable (#124) M. Bamberg 2024-07-27 23:28:09 +02:00
  • c96627f91a
    Use proper enums for GuiGetStyle/GuiSetStyle (#125) Not-Nik 2024-07-27 23:27:00 +02:00
  • 6efc03f6fe
    fix setMouseCursor() and setTextureWrap() enum types (#126) pancelor 2024-07-27 14:19:14 -07:00
  • 85e07d7db5
    Make fontChars parameter optional in Font.initEx to match rl.loadFontEx (#123) M. Bamberg 2024-07-22 10:08:44 +02:00
  • 201926cfd3
    Update README.md formatting Not-Nik 2024-07-13 15:09:48 +02:00
  • d4fb6c2e2d
    Add note about defining feature macros Not-Nik 2024-07-13 15:08:59 +02:00
  • a03b65a76c
    Move from sentinel-terminated slices to sentinel-terminated pointers ([:0] -> [*:0]) Not-Nik 2024-07-09 21:59:38 +02:00
  • 19db777449
    Add option to build raylib as a shared library (#113) Not-Nik 2024-07-06 22:49:00 +02:00
  • fe34354be0
    Seperate error union Not-Nik 2024-07-06 22:36:29 +02:00
  • 2d8e856009
    Make use of Zigs doc comments (#116) Dumb Bird 2024-07-03 15:32:56 -04:00
  • e98afb5252
    Fix typo: constrast -> contrast (#115) pancelor 2024-07-02 12:15:10 -07:00
  • 2e6cacd399
    Modernize Installation Method (#114) rwzd 2024-07-02 21:47:06 +03:00
  • 361d3962cf
    Allow passing null pointers to certain rlgl functions (#112) Not-Nik 2024-06-30 21:03:56 +02:00
  • 140dff9a1a
    Change zig init-exe to zig init in README (#111) Arran Ireland 2024-06-26 11:47:29 +01:00
  • 1dab3352b3
    Allow not specifiying codepoints in loadFontEx (#110) Not-Nik 2024-06-25 20:01:25 +02:00
  • fb11a4e1c8
    Make panel text optional (#109) Not-Nik 2024-06-25 19:49:50 +02:00
  • 18a7daa631
    Add project setup script for Windows (#107) Dawid Jankowiak 2024-06-24 11:26:18 +02:00
  • e09c34d64d
    Update project_setup.sh to work with zig 0.13.0 (#105) Sebastian Keller 2024-06-17 22:45:49 +02:00
  • ad994ac135
    Update README.md Not-Nik 2024-06-17 22:42:36 +02:00
  • 9105494e68
    Remove .gitmodules Not-Nik 2024-06-17 21:02:23 +02:00
  • 44e9b6044a
    Update zig version Not-Nik 2024-06-17 21:01:16 +02:00
  • c5ce02c084
    Warn users when calling textFormat with a non-tuple type Not-Nik 2024-06-17 21:00:42 +02:00
  • 43d15b05c2
    Add CONTRIBUTING.md Not-Nik 2024-06-08 12:42:09 +02:00
  • 0b1d3bd4e1
    Update .gitattributes Nikolas 2024-06-06 11:44:13 +02:00
  • bcb7ca5e9b
    Don't include raylib headers in language analysis Nikolas 2024-06-06 11:41:38 +02:00
  • c0d07991d1
    Merge raymath and rlgl into main raylib module Not-Nik 2024-06-05 22:56:07 +02:00
  • 171c2e100c
    Update raylib to the latest version (#101) oneearedrabbit 2024-06-05 16:01:32 -04:00
  • 4d48d3c090
    Pass OpenGL version to raylib dependency (#100) Not-Nik 2024-06-04 14:15:35 +02:00
  • 533c31321a
    Fix build with raygui (#98) Not-Nik 2024-06-02 20:55:22 +02:00
  • a968200aaf
    Add raygui files to zon paths Not-Nik 2024-05-31 21:17:36 +02:00
  • 876219c600
    Properly depend on raygui Not-Nik 2024-05-31 21:15:19 +02:00
  • d56fc7b663
    Update README.md Not-Nik 2024-05-31 20:39:40 +02:00
  • 674e5ada11
    Use ShaderUniformDataType instead of int Not-Nik 2024-05-31 20:31:58 +02:00
  • a0126d15be
    BREAKING: rename raylib-math module to raymath Not-Nik 2024-05-31 20:27:48 +02:00
  • 6ff9f0a45b
    Use packed struct for ConfigFlags (#93) Not-Nik 2024-05-31 20:22:57 +02:00
  • 98ced86523
    Use more enums instead of ints Not-Nik 2024-05-31 19:52:06 +02:00
  • 0378699fcd
    Remove unneccessary escape for type member Not-Nik 2024-05-31 19:34:56 +02:00
  • efb7b736db
    Adding support for raygui (#95) Mohanavel S K 2024-05-31 22:54:05 +05:30
  • 39909cdcb3
    Add an implementation of Zig's Allocator interface (#94) Mike Will 2024-05-21 10:12:20 -04:00
  • b5330624d6
    Adding texture/background_scrolling example (#91) Sebastian Lukas 2024-05-20 20:38:22 +02:00
  • 9abd48b147
    Raylib commit bump for zig build script fix (#90) CosmicBagel 2024-05-20 12:37:49 -06:00
  • ae533ad60f
    Update raylib Not-Nik 2024-05-15 22:42:35 +02:00
  • 3a18a355e3
    Automatically fetch hash in project setup Not-Nik 2024-05-15 22:36:08 +02:00
  • 28f9a051e4
    LazyPath.path deprecated in zig 0.12, removed in 0.13 (#89) CosmicBagel 2024-05-15 14:28:24 -06:00
  • b98527d062
    Forward raylib options (#87) Not-Nik 2024-05-15 22:27:54 +02:00
  • 7cbe2292a1
    Explicitly set error types for functions that return RaylibError Not-Nik 2024-05-04 19:47:00 +02:00
  • a85122eabe
    Update project setup to use raylib-zig's emcc instead of copying it Not-Nik 2024-05-03 22:36:54 +02:00
  • 07a11a1c28
    Publicly expose emcc utility functions from build script Not-Nik 2024-05-03 22:13:27 +02:00
  • dedc7c912e
    Update README.md Not-Nik 2024-04-28 23:37:19 +02:00
  • ae751ce82e
    Bump to Zig 0.12/raylib 5.1-dev (#81) Nikolas 2024-04-28 22:52:24 +02:00
  • 6eeb304ff3
    Remove public build script API Not-Nik 2024-04-25 23:24:36 +02:00
  • 4231842efd
    Fix typo in README.md Not-Nik 2024-04-20 22:13:05 +02:00
  • 78f0d74305
    vix version in zon (#79) anthony-63 2024-04-17 11:22:09 -04:00
  • 8136c8ee92
    Update project setup script Not-Nik 2024-04-14 22:47:29 +02:00
  • a861917f5a
    Update build.zig.zon Not-Nik 2024-04-14 22:44:09 +02:00
  • b586febf5c
    Make usage instructions more in-line with the new build process Not-Nik 2024-04-14 22:36:59 +02:00
  • 9600e2108a
    Rename library files Not-Nik 2024-04-14 22:20:30 +02:00
  • ee7593d5ef
    Add rlgl binding (#77) Not-Nik 2024-04-14 22:09:41 +02:00
  • 625827ac4c
    Add test step Not-Nik 2024-04-14 22:03:33 +02:00
  • 1aab1159da
    Add testing with refAllDeclsRecursive and fix some compile errors Not-Nik 2024-04-14 21:48:53 +02:00
  • 42c091f514
    Update pixel format enum Not-Nik 2024-04-14 20:58:35 +02:00
  • a488218d0e
    feat(examples): core/basic_screen_manager & core/window_flags (#78) Daniel Hill 2024-04-14 14:26:29 -04:00
  • 0e9d003926
    Set version Not-Nik 2024-04-07 22:54:34 +02:00
  • 068f9e1816
    fixed pointer cast that discards const qualifier (#75) Kean 2024-04-07 14:08:35 +02:00
  • 433c170c02
    Update project setup script to use raylib-zig as a dependency, instead of cloning the entire repo Not-Nik 2024-04-03 19:37:10 +02:00
  • d002b702c8
    Merge pull request #74 from travisstaloch/update-setup Nikolas 2024-04-03 18:53:37 +02:00
  • 05fca88a02
    Merge pull request #73 from tumberino/patch-1 Nikolas 2024-03-26 20:21:41 +01:00
  • 694702b758
    Update fps example to be more inline with raylib's version Nikolas 2024-03-26 20:21:24 +01:00
  • 906f19afc4 fix project_setup.sh for zig version 0.12.0-dev.1849+bb0f7d55e Travis Staloch 2024-03-22 19:00:37 -07:00
  • 4edb34888a
    Lock the cursor to the window for first person camera James 'JT' Tumber 2024-03-22 16:14:30 +00:00
  • f8735a8cc7
    Fix file exists in multiple modules error when including raymath (again) Not-Nik 2024-02-12 00:46:59 +01:00
  • 7f73ddfa72
    Merge pull request #67 from stalengd/devel Nikolas 2024-02-03 13:03:17 +01:00
  • 62010ca3a9 fix wrong getArtifact function invocation in setup script StalinGD 2024-02-02 16:37:53 +03:00
  • ff35f839e0
    Merge pull request #65 from Kaixi26/devel Nikolas 2024-01-31 14:20:29 +01:00
  • f86a2cd40f
    Merge pull request #62 from iacore/patch-1 Nikolas 2024-01-30 13:39:50 +01:00
  • 940d31c892
    Merge remote-tracking branch 'origin/devel' into patch-1 iacore 2024-01-29 08:30:07 +00:00
  • 1ca51fe8aa
    apply review suggestions iacore 2024-01-29 08:25:02 +00:00
  • 588675a3e6 fix compilation errors in zig prelude Kaixi26 2024-01-23 01:02:30 +00:00
  • 54c298fe24
    Merge pull request #64 from seppelin/devel Nikolas 2024-01-17 20:52:58 +01:00
  • 9c2b19aebf
    Merge pull request #63 from sunarch/var-to-const Nikolas 2024-01-17 20:52:45 +01:00
  • 5eeb74c908 add default fontChars support seppelin 2024-01-06 21:30:14 +01:00
  • 99b1119adb
    clean up iacore 2024-01-02 06:09:09 +00:00
  • ca13a424e5
    fix imports iacore 2024-01-01 16:18:21 +00:00
  • 048bf83616
    Add the copied C headers to source iacore 2024-01-01 16:08:02 +00:00
  • af35245a38
    update generate files Locria Cyber 2023-12-29 00:44:37 +00:00
  • db9c0729a3
    revert changes Locria Cyber 2023-12-29 00:42:41 +00:00
  • 44e53ff7d1
    fix examples Locria Cyber 2023-12-28 15:07:14 +00:00
  • 528bcf29c5
    fix const Locria Cyber 2023-12-28 15:04:26 +00:00
  • 37ddb70f93
    Update zig functions to raylib 5.0 Locria Cyber 2023-12-28 14:59:42 +00:00
  • 3c89931a8c
    Change never mutated vars to consts András Németh 2023-12-28 02:20:14 +01:00
  • 90bb1071dc
    add drawCircleLinesV Locria Cyber 2023-12-27 15:58:57 +00:00
  • dfd0e4ffa8
    add const to draw* API Locria Cyber 2023-12-25 13:36:24 +00:00
  • 183347adaf
    expose raylib artifact Locria Cyber 2023-12-25 09:38:45 +00:00
  • 654fd4b99f
    Update to raylib 5.0 Locria Cyber 2023-12-25 09:22:37 +00:00
  • 239d3a2d96
    Remove pub qualifier from getModuleInternal in build.zig Not-Nik 2023-10-11 13:47:18 +02:00
  • b74f8d02bb
    Correctly define Color.pink (#58) Not-Nik 2023-10-11 13:44:21 +02:00
  • b07ce8b343
    Rename in build.zig.zon file Not-Nik 2023-10-05 15:42:30 +02:00
  • aee5a0d11f
    Remove system raylib option Not-Nik 2023-10-05 15:41:34 +02:00
  • 00ea64faa7
    Catch null pointers before trying to cast them (#49) Not-Nik 2023-10-03 21:23:28 +02:00