Commit graph

  • 5283eb79e3
    Fix slice type Not-Nik 2023-07-21 21:59:16 +02:00
  • f6323bf0fa
    anyopaque fixes Not-Nik 2023-07-21 21:24:24 +02:00
  • a022f39ceb
    Update structs Not-Nik 2023-07-21 21:03:21 +02:00
  • 5050957b56
    Correctly call image functions from members Not-Nik 2023-07-21 18:03:55 +02:00
  • c9ce931946
    Correctly call image functions from members Not-Nik 2023-07-21 18:01:59 +02:00
  • f661b47df7
    Remove lib.zig Not-Nik 2023-07-21 17:10:47 +02:00
  • edbd73e6be
    Bump to Zig 0.11/raylib 4.6-dev Not-Nik 2023-07-21 17:04:56 +02:00
  • 9c5197bad4
    New logo (example) Not-Nik 2023-07-21 14:20:03 +02:00
  • e25a3e070a
    Image member functions Not-Nik 2023-07-20 17:58:29 +02:00
  • d80ffdf645
    Minor updates to member functions Not-Nik 2023-07-20 17:10:06 +02:00
  • 286324cf03
    Defer begin/end in examples Not-Nik 2023-07-20 16:39:06 +02:00
  • e13c5bf521
    Compression/Encoding functions now with proper slices + correct casting for lens Not-Nik 2023-07-20 16:33:37 +02:00
  • f50189fdd0
    More defer Not-Nik 2023-07-20 16:23:41 +02:00
  • 183cc437ac
    Font & unloading member functions Not-Nik 2023-07-20 16:13:59 +02:00
  • f09c38381b
    Use correct zero-terminated type for strings (#46) Not-Nik 2023-07-19 19:36:21 +02:00
  • 66b7a087c3
    More work on slices Not-Nik 2023-07-18 21:43:18 +02:00
  • c08e5f51c2
    Fix issues with slices in font loading functions (#47) Not-Nik 2023-07-18 12:20:01 +02:00
  • 4bb6b605e4
    Some small example fixes Not-Nik 2023-07-14 10:59:40 +02:00
  • 02a3dbba61
    Update some types Not-Nik 2023-07-11 19:18:53 +02:00
  • 052ab7b75b
    Convert some more enums Not-Nik 2023-07-11 19:14:05 +02:00
  • 3f046d9db7
    Convert return values Not-Nik 2023-07-11 18:58:07 +02:00
  • d07552a064
    Update example casts Not-Nik 2023-07-11 15:56:39 +02:00
  • 9e908b3925
    Color member functions Not-Nik 2023-07-11 15:50:31 +02:00
  • 2578dceb42
    Texture member functions Not-Nik 2023-07-11 15:39:11 +02:00
  • 8a2cd7dce2
    Convert WindowState flags again, this time with a non-exaustive enum (#43) Not-Nik 2023-07-10 22:51:13 +02:00
  • 7e95ad81b5
    Update enum/const name style Not-Nik 2023-07-10 22:43:01 +02:00
  • e29e012981
    Map C pointers to Zig and functions names use Zig naming conventions Not-Nik 2023-07-10 22:22:37 +02:00
  • c564af4f61
    Move colors into color struct Not-Nik 2023-07-10 00:57:02 +02:00
  • 642ca0513f
    Remove unneccessary empty lines at the end of library files Not-Nik 2023-07-10 00:45:21 +02:00
  • 7a9cdd3af0
    More convenience functions in structs Not-Nik 2023-07-09 19:31:27 +02:00
  • 42671d0195
    Some work on the examples Not-Nik 2023-07-09 18:45:15 +02:00
  • ffe8091bc4
    Don't convert flags type to enum for WindowState (#43) Not-Nik 2023-07-07 02:08:45 +02:00
  • af773c79e2
    Use single library files instead of keeping function declarations in a seperate file Not-Nik 2023-07-07 02:03:54 +02:00
  • dbe087d208
    Merge pull request #40 from jakeisnt/patch-1 Nikolas 2023-04-17 01:05:16 +02:00
  • 2282f85003
    project_setup.sh: support more unix systems Jake Chvatal 2023-04-16 23:56:10 +02:00
  • d37b67379b
    Merge pull request #37 from jdoleary/sprite_anim2 Nikolas 2023-03-29 21:01:29 +02:00
  • 3a3c09af40
    Merge branch 'devel' into sprite_anim2 Jordan O'Leary 2023-03-25 17:04:29 -04:00
  • 552e5ad800 src: Resolve merge conflict Jordan O'Leary 2023-03-25 17:03:40 -04:00
  • 05ddb54a7a
    Merge pull request #36 from jdoleary/shaders Nikolas 2023-03-25 00:49:12 +01:00
  • aa3f77d736 add example "sprite_anim" Jordan O'Leary 2023-03-23 12:18:15 -04:00
  • 1e61d8881e doc: Add comment crediting original Jordan O'Leary 2023-03-23 11:58:38 -04:00
  • e83f8a01b1 add example "texture_outline" Jordan O'Leary 2023-03-23 11:57:14 -04:00
  • 1e06706bff
    Update to 4.5-dev Not-Nik 2023-01-23 22:07:43 +01:00
  • 63ea851d66
    Merge pull request #32 from AlxHnr/devel Nikolas 2023-01-04 21:30:23 +01:00
  • 59a62074e9 Fix typo Alexander Heinrich 2023-01-04 20:16:01 +01:00
  • c5e584ccf3
    Merge pull request #30 from AlxHnr/devel Nikolas 2023-01-02 22:14:56 +01:00
  • ac628b2f59
    Properly add float3 Not-Nik 2023-01-02 22:13:47 +01:00
  • b2981727aa Add missing type definitions to raymath Alexander Heinrich 2022-12-31 17:55:34 +01:00
  • 76ebb09bdb
    Merge pull request #29 from AlxHnr/devel Nikolas 2022-12-23 19:55:36 +01:00
  • 7ee4eb953d Rename RayHitInfo to RayCollision Alexander Heinrich 2022-12-17 18:26:27 +01:00
  • 3a7b9f0009
    Functions that receive ConfigFlags now use the enum instead of a c_uint (Fixes #25) Not-Nik 2022-08-23 16:10:44 +02:00
  • 55d024fbe3
    Update to raylib 4.2 re-release Not-Nik 2022-08-13 23:15:47 +02:00
  • 723c77688c
    Update to raylib 4.2/zig 9.1 Not-Nik 2022-08-11 23:03:26 +02:00
  • b8018afc90
    Merge pull request #20 from Ivan-Velickovic/fix_vector_length_decl Nikolas 2022-06-19 14:32:57 +02:00
  • 85f1b5b8e1
    Readd technical restrictions section (closes #22) Nikolas 2022-04-27 14:10:25 +02:00
  • 59f05d5bdc fix: remove const from parameters in Vector3Length functions Ivan-Velickovic 2022-04-21 12:12:52 +10:00
  • a5b3846731
    Merge pull request #19 from alanoliveira/fix_gamepad_fn Nikolas 2022-03-25 16:34:22 +01:00
  • 533cd5a0ad
    Integrate fix into function generation script Not-Nik 2022-03-25 16:33:29 +01:00
  • d098e025ad Use the right enum in the IsGamepadButtonXXX functions Alan Oliveira 2022-03-25 21:39:23 +09:00
  • 261168a93c
    Fix project setup script Not-Nik 2022-03-18 19:20:42 +01:00
  • 7d2665ebd7
    Fix bug, where pointers were always marked const + update to lastest master Not-Nik 2022-03-18 17:48:11 +01:00
  • ba7b7c97f8
    Update build system to latest raylib Not-Nik 2022-03-18 16:57:15 +01:00
  • c83263a8a7
    Readd core examples Not-Nik 2022-01-08 23:51:50 +01:00
  • eba6c5392f
    Update versions Not-Nik 2022-01-08 23:18:09 +01:00
  • 28bd276606
    Add raylib 4.0.0 and macos compilation support Not-Nik 2022-01-08 23:07:54 +01:00
  • 3c94160c6f
    Merge pull request #15 from franciscod/devel Nikolas 2022-01-08 20:59:18 +01:00
  • fe637bb128
    Some more cleanup Not-Nik 2022-01-08 20:58:22 +01:00
  • 5e275e93df fix build and basic_window example Francisco Demartino 2022-01-08 04:20:11 -03:00
  • 3f19a5742a set value for _POSIX_C_SOURCE macro Francisco Demartino 2022-01-08 03:49:30 -03:00
  • 14a17edccf projectSetup.sh: add shebang Francisco Demartino 2022-01-08 03:43:42 -03:00
  • 8e4adc376d replace deprecated std.debug.warn with print Francisco Demartino 2022-01-08 03:43:21 -03:00
  • 004388133b
    Fixup for rl 3.7 Not-Nik 2021-11-28 14:07:22 +01:00
  • a8d8d4b9bc Merge branch 'devel' of https://github.com/Not-Nik/raylib-zig into devel Local pull, I'm sorry Not-Nik 2021-07-25 02:19:11 +02:00
  • bc85894992
    Blatant copy rcorre's 'Fix SetShaderValue and port rlights.' Not-Nik 2021-07-25 02:19:01 +02:00
  • aa23317a17
    Merge pull request #13 from rcorre/models_loading Nikolas 2021-07-25 01:14:18 +02:00
  • 51b327fa03
    Complete models_loading example. Ryan Roden-Corrent 2021-07-24 16:21:49 -04:00
  • 3e6462d3af
    Untested update to raylib 3.7 Not-Nik 2021-07-20 18:04:03 +02:00
  • 1996635c5b
    Merge pull request #10 from mbcrocci/master Nikolas 2021-07-12 22:40:56 +02:00
  • edbdcf4627 Reverts comment of fetchSubmodules Maurizio Crocci 2021-07-12 09:54:15 +01:00
  • bfea325d40
    Delete main.yml Nikolas 2021-07-11 19:17:48 +02:00
  • b71cdfdc7c
    Change zig setup strategy Nikolas 2021-07-11 18:51:39 +02:00
  • 47061fe68f
    Downgrade Zig version Nikolas 2021-07-11 18:43:49 +02:00
  • b858a04da8
    Create CI workflow Nikolas 2021-07-11 18:18:07 +02:00
  • 46fe1d2b1f Updates ReadMe Maurizio Crocci 2021-07-11 14:37:27 +01:00
  • d0d4afa391 Temporary comment of fetchSubmodules Maurizio Crocci 2021-07-10 03:31:14 +01:00
  • 73a76bf849 Fixes examples that had unused params Maurizio Crocci 2021-07-10 03:26:08 +01:00
  • ab5431403c Removes unused function params and extern enums Maurizio Crocci 2021-07-10 03:23:05 +01:00
  • 1e4b02ad1b
    Fix mouse input example Not-Nik 2020-11-29 11:51:56 +01:00
  • 8ae2cefd4c
    Merge pull request #7 from Gertkeno/master Nikolas 2020-11-29 11:34:15 +01:00
  • c26f12bc9a
    Update generate_functions.py Nikolas 2020-11-29 11:34:01 +01:00
  • 813cdfe4f3 set matrix math to use f64 instead of double Garrett Hale 2020-11-27 17:51:59 -06:00
  • 3d19112b2a macosx not in zig 0.7 build extern fn GetTime() uses f64 Garrett Hale 2020-11-27 15:17:50 -06:00
  • 9da413709c
    Merge pull request #6 from mbcrocci/patch-1 NotNik 2020-10-09 12:31:28 +02:00
  • b2a1cc8f41 Fixes GenGrandientV dulicated fn to GenGrandientH Maurizio Crocci 2020-10-05 03:20:40 +01:00
  • 863b34ef6a
    Update ReadMe.md NotNik 2020-06-24 16:11:33 +10:00
  • 5058a150d5
    Update ReadMe.md NotNik 2020-06-24 16:03:14 +10:00
  • 8756a27543
    Update ReadMe.md NotNik 2020-06-24 15:58:08 +10:00
  • 4e9779db7d
    Update and move logo Not-Nik 2020-06-02 21:05:36 +10:00
  • 4ef6fc8f8c
    Update formatting Not-Nik 2020-06-02 21:01:53 +10:00
  • 492c7ac02f
    Add logo Not-Nik 2020-06-02 21:00:48 +10:00