Commit Graph

  • 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
  • 9891ade3ae
    Make linking system raylib the first thing we do Not-Nik 2020-05-28 14:28:22 +10:00
  • 1e2b7c892e
    Merge pull request #4 from jessrud/raylib-submodule NotNik 2020-05-28 14:21:12 +10:00
  • c2ba0af539 use rlglfw only on windows Jesse Rudolph 2020-05-27 20:18:39 -05:00
  • 1a955c291e stub out macosx stuff Jesse Rudolph 2020-05-27 06:32:27 -05:00
  • 0fc7e68754
    Silence OpenGL depreciation warnings on macOS Not-Nik 2020-05-27 13:59:43 +10:00
  • 92f9aca743 exclude build of raylibs vendored glfw on macosx Jesse Rudolph 2020-05-26 04:39:52 -05:00
  • 7fc94954b9 adapt projectSetup.sh for use with lib.zig and raylib submodule Jesse Rudolph 2020-05-24 18:13:31 -05:00
  • 8771f17efb attempt to automatically fetch raylib submodule if building against its source code Jesse Rudolph 2020-05-24 15:31:08 -05:00
  • 44fee6a550 support mac and bsd Jesse Rudolph 2020-05-24 06:42:03 -05:00
  • 6ece4e99f0 add argument to Pkg().link to enable linking to system raylib Jesse Rudolph 2020-05-24 06:04:21 -05:00
  • c6222a0913 add raylib submodule Jesse Rudolph 2020-05-23 02:57:06 -05:00
  • 367ea52be9
    Delete unneeded raylib-headers/math-funcs.py (replaced by lib/generate_functions.py) Not-Nik 2020-05-22 22:07:31 +10:00
  • 468ccf3a1a
    Fix #3 on master (3.0) branch Not-Nik 2020-05-22 21:06:43 +10:00
  • ecd3f09040
    Fix naming issues Not-Nik 2020-05-14 10:28:51 +10:00
  • ee770f742f
    Add notice to workaround branch NotNik 2020-05-12 12:44:38 +10:00
  • 3969aee9cc
    Functions generated automatically Not-Nik 2020-05-09 23:12:17 +10:00
  • 96f83b9104
    Make build file more readable Not-Nik 2020-05-08 18:16:05 +10:00
  • 96b84dec0a
    Update ReadMe.md Not-Nik 2020-05-08 17:41:39 +10:00
  • 2fab03eec1
    Update comments Not-Nik 2020-05-04 15:14:13 +10:00
  • c481ade52f
    Starting out with object orientation Not-Nik 2020-05-04 15:06:13 +10:00
  • a4fabdcd40 Raylib 3.0 compatibility \o/ Not-Nik 2020-05-02 13:34:46 +10:00
  • 98e83d7a09
    Merge pull request #1 from sacredbirdman/master NotNik 2020-04-28 22:41:57 +10:00
  • a7fa7755de zig 0.6.0 compatibility sacredbirdman 2020-04-27 20:43:42 +03:00
  • c20de22174
    Update some spelling n shit G3bE 2020-02-22 20:50:30 +10:00
  • 5f8226f8d8
    Some minor improvements G3bE 2020-02-22 20:43:30 +10:00
  • 53be5d5871
    Add some examples G3bE 2020-02-16 15:29:40 +10:00
  • 968f145583
    Update ReadMe.md G3bE 2020-02-15 21:57:06 +10:00
  • 534f55ca38
    Update ReadMe.md G3bE 2020-02-15 21:56:00 +10:00
  • 169fc6a886
    Add (broken) models loading example G3bE 2020-02-15 21:53:45 +10:00
  • 4f808f7da1
    Recreated ABI comatiblity G3bE 2020-02-15 20:54:31 +10:00
  • 594ca73be4
    Update readme G3bE 2020-02-15 20:44:16 +10:00
  • b8c883e446
    Raylib gets added as a package to examples and the projectSetup generator G3bE 2020-02-15 20:42:22 +10:00
  • bfb4da40a0
    Complete rename G3bE 2020-02-15 20:20:32 +10:00
  • 231748e3a0
    Update name G3bE 2020-02-15 20:08:52 +10:00
  • 90336e3246
    Fixed projectSetup.sh G3bE 2020-02-15 20:06:02 +10:00
  • b2c91a2607
    Update ReadMe.md G3bE 2020-02-15 20:00:09 +10:00
  • abd32b7cc8
    Add bindings G3bE 2020-02-15 19:58:03 +10:00