13 Commits

Author SHA1 Message Date
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
28bd276606
Add raylib 4.0.0 and macos compilation support 2022-01-08 23:07:54 +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
3e6462d3af
Untested update to raylib 3.7 2021-07-20 18:04:03 +02:00
Garrett Hale
813cdfe4f3 set matrix math to use f64 instead of double 2020-11-27 17:51:59 -06: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
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
bfb4da40a0
Complete rename 2020-02-15 20:20:32 +10:00