142 Commits

Author SHA1 Message Date
Not-Nik
642ca0513f
Remove unneccessary empty lines at the end of library files 2023-07-10 00:45:21 +02:00
Not-Nik
7a9cdd3af0
More convenience functions in structs 2023-07-09 19:31:27 +02:00
Not-Nik
42671d0195
Some work on the examples 2023-07-09 18:45:15 +02:00
Not-Nik
ffe8091bc4
Don't convert flags type to enum for WindowState (#43) 2023-07-07 02:09:23 +02:00
Not-Nik
af773c79e2
Use single library files instead of keeping function declarations in a seperate file 2023-07-07 02:03:54 +02:00
Not-Nik
1e06706bff
Update to 4.5-dev 2023-01-23 22:07:43 +01:00
Alexander Heinrich
59a62074e9 Fix typo 2023-01-04 20:16:01 +01:00
Not-Nik
ac628b2f59
Properly add float3 2023-01-02 22:13:47 +01:00
Alexander Heinrich
b2981727aa Add missing type definitions to raymath 2022-12-31 17:55:34 +01:00
Alexander Heinrich
7ee4eb953d Rename RayHitInfo to RayCollision
This struct was renamed by upstream a while ago:
1c5de9721a
2022-12-17 18:26:27 +01:00
Not-Nik
3a7b9f0009
Functions that receive ConfigFlags now use the enum instead of a c_uint (Fixes #25) 2022-08-23 16:10:44 +02:00
Not-Nik
723c77688c
Update to raylib 4.2/zig 9.1 2022-08-11 23:05:10 +02:00
Ivan-Velickovic
59f05d5bdc fix: remove const from parameters in Vector3Length functions 2022-04-21 12:20:11 +10:00
Not-Nik
533cd5a0ad
Integrate fix into function generation script 2022-03-25 16:33:29 +01:00
Alan Oliveira
d098e025ad Use the right enum in the IsGamepadButtonXXX functions 2022-03-25 21:39:23 +09:00
Not-Nik
7d2665ebd7
Fix bug, where pointers were always marked const + update to lastest master 2022-03-18 17:48:11 +01:00
Not-Nik
c83263a8a7
Readd core examples 2022-01-08 23:51:50 +01:00
Not-Nik
eba6c5392f
Update versions 2022-01-08 23:18:09 +01:00
Not-Nik
28bd276606
Add raylib 4.0.0 and macos compilation support 2022-01-08 23:07:54 +01:00
Not-Nik
fe637bb128
Some more cleanup 2022-01-08 20:58:22 +01:00
Francisco Demartino
5e275e93df fix build and basic_window example
some restructuring due to the recent changes to usingnamespace.

also cleaned up some deprecated stuff from raylib 3.7.

- appended the contents of raylib-wa.zig into raylib-zig.zig
- using raylib functions requires `const rl = @import("raylib");`
    (and accesing the identifiers inside rl, like `rl.InitWindow`)

only the basic_window example was updated, and it looks like it crashes
on keyboard inputs.

many thanks to @nektro :)
2022-01-08 05:37:52 -03:00
Not-Nik
004388133b
Fixup for rl 3.7 2021-11-28 14:07:22 +01:00
Not-Nik
bc85894992
Blatant copy rcorre's 'Fix SetShaderValue and port rlights.' 2021-07-25 02:19:01 +02:00
Not-Nik
3e6462d3af
Untested update to raylib 3.7 2021-07-20 18:04:03 +02:00
Maurizio Crocci
ab5431403c Removes unused function params and extern enums
This changes were necessary to bring the library
compatible with zig 0.9.0-dev.400+6c11e9bb0
2021-07-10 03:23:05 +01:00
Nikolas
c26f12bc9a
Update generate_functions.py 2020-11-29 11:34:01 +01:00
Garrett Hale
813cdfe4f3 set matrix math to use f64 instead of double 2020-11-27 17:51:59 -06:00
Garrett Hale
3d19112b2a macosx not in zig 0.7 build
extern fn GetTime() uses f64
2020-11-27 15:17:50 -06:00
Maurizio Crocci
b2a1cc8f41 Fixes GenGrandientV dulicated fn to GenGrandientH 2020-10-05 13:43:27 +01:00
Not-Nik
468ccf3a1a
Fix #3 on master (3.0) branch 2020-05-22 21:06:43 +10:00
Not-Nik
ecd3f09040
Fix naming issues 2020-05-14 10:28:51 +10:00
Not-Nik
3969aee9cc
Functions generated automatically 2020-05-09 23:12:17 +10:00
Not-Nik
2fab03eec1
Update comments 2020-05-04 15:14:13 +10:00
Not-Nik
c481ade52f
Starting out with object orientation 2020-05-04 15:06:13 +10:00
Not-Nik
a4fabdcd40 Raylib 3.0 compatibility \o/
Signed-off-by: Not-Nik <nik.wipper@gmx.de>
2020-05-02 13:34:46 +10:00
sacredbirdman
a7fa7755de zig 0.6.0 compatibility 2020-04-27 20:43:42 +03:00
G3bE
5f8226f8d8
Some minor improvements 2020-02-22 20:43:30 +10:00
G3bE
53be5d5871
Add some examples 2020-02-16 15:29:40 +10:00
G3bE
169fc6a886
Add (broken) models loading example 2020-02-15 21:53:45 +10:00
G3bE
4f808f7da1
Recreated ABI comatiblity 2020-02-15 20:54:31 +10:00
G3bE
bfb4da40a0
Complete rename 2020-02-15 20:20:32 +10:00
G3bE
abd32b7cc8
Add bindings 2020-02-15 19:58:03 +10:00