raylib/lib
Mohanavel S K efb7b736db
Adding support for raygui (#95)
* updated build.zig and generate_functions.py to add raygui

* added raygui.h and manually coded some structs & enums in raygui prelude WIP

* ported all the structs, enums and globals to zig till raygui implementation

* imported types from raylib in raygui

* re-encoded raygui-prelude.zig. I don't know for some reason it was showing up as UTF-16 unicode text file. re-encoded it to UTF-8

* fixed imports in prelude to work properly with generated files

* updated generate_functions.py file to generate for raygui [text type error not fixed]

* simple temporary patch for mentioned text type issue

* removed unused imports from raylib in raygui

* added generated files

* Manually define raygui functions for slice arguments

* Manually define raygui functions with pointer return values

---------

Co-authored-by: Not-Nik <nik.wipper@gmx.de>
2024-05-31 19:24:05 +02:00
..
preludes Adding support for raygui (#95) 2024-05-31 19:24:05 +02:00
generate_functions.py Adding support for raygui (#95) 2024-05-31 19:24:05 +02:00
raygui-ext.zig Adding support for raygui (#95) 2024-05-31 19:24:05 +02:00
raygui.h Adding support for raygui (#95) 2024-05-31 19:24:05 +02:00
raygui.zig Adding support for raygui (#95) 2024-05-31 19:24:05 +02:00
raylib-ext.zig Bump to Zig 0.12/raylib 5.1-dev (#81) 2024-04-28 23:46:51 +02:00
raylib.h Update raylib 2024-05-15 22:42:35 +02:00
raylib.zig Add an implementation of Zig's Allocator interface (#94) 2024-05-21 16:12:20 +02:00
raymath-ext.zig Bump to Zig 0.12/raylib 5.1-dev (#81) 2024-04-28 23:46:51 +02:00
raymath.h Update raylib 2024-05-15 22:42:35 +02:00
raymath.zig Bump to Zig 0.12/raylib 5.1-dev (#81) 2024-04-28 23:46:51 +02:00
rlgl-ext.zig Bump to Zig 0.12/raylib 5.1-dev (#81) 2024-04-28 23:46:51 +02:00
rlgl.h Update raylib 2024-05-15 22:42:35 +02:00
rlgl.zig Update raylib 2024-05-15 22:42:35 +02:00