Update binding

This commit is contained in:
TSnake41 2021-12-29 13:21:32 +01:00
parent e426d561d3
commit 2eee7452d2
10 changed files with 270 additions and 266 deletions

View File

@ -41,6 +41,7 @@ local so_ldflags = ldflags
if los.type() == "linux" then if los.type() == "linux" then
ldflags = ldflags .. " -ldl -pthread" ldflags = ldflags .. " -ldl -pthread"
cflags = cflags .. " -fPIC"
so_ldflags = ldflags .. " -llua5.1" so_ldflags = ldflags .. " -llua5.1"
lua = lua or "luajit/src/luajit" lua = lua or "luajit/src/luajit"
elseif los.type() == "win32" then elseif los.type() == "win32" then

View File

@ -12,6 +12,10 @@ local include_paths = "-I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw"
local los = require "los" local los = require "los"
if los.type() == "linux" then
cflags = cflags .. " -fPIC"
end
local consts = { local consts = {
RAYLIB_VERSION = "4.0.0", RAYLIB_VERSION = "4.0.0",
RAYLIB_API_VERSION = "400", RAYLIB_API_VERSION = "400",
@ -23,7 +27,7 @@ local vars = saphire.map({
{ "RAYLIB_LIB_NAME", "raylib" }, { "RAYLIB_LIB_NAME", "raylib" },
{ "RAYLIB_RES_FILE", "./raylib.dll.rc.data" }, { "RAYLIB_RES_FILE", "./raylib.dll.rc.data" },
{ "PLATFORM", "PLATFORM_DESKTOP" }, { "PLATFORM", "PLATFORM_DESKTOP" },
{ "GRAPHICS", "GRAPHICS_API_OPENGL_33" }, { "GRAPHICS", "GRAPHICS_API_OPENGL_43" },
{ "USE_EXTERNAL_GLFW", "FALSE" }, { "USE_EXTERNAL_GLFW", "FALSE" },
{ "USE_WAYLAND_DISPLAY", "FALSE" } { "USE_WAYLAND_DISPLAY", "FALSE" }
}, function (v) }, function (v)
@ -54,4 +58,4 @@ local libraylib = c.lib("libraylib.a", objs, "raylib")
libraylib:wait() libraylib:wait()
if future then if future then
future:resolve() future:resolve()
end end

2
luajit

@ -1 +1 @@
Subproject commit e4b4d9451402be704d5b47a359f640a29db4977f Subproject commit a91d0d9d3bba1a936669cfac3244509a0f2ac0e3

2
raygui

@ -1 +1 @@
Subproject commit e81fd89b6dcc97bf1cee7878e8c6cfcbca2583a7 Subproject commit de39a6064fa133a729c49ce8309bbbda7e847ebb

2
raylib

@ -1 +1 @@
Subproject commit 0851960397f02a477d80eda2239f90fae14dec64 Subproject commit 0d064b7808ec197835b13719af323e79f3b35e53

View File

@ -1075,262 +1075,262 @@ ffi.cdef [[
} GuiTextBoxState; } GuiTextBoxState;
typedef enum { typedef enum {
RICON_NONE = 0, RAYGUI_ICON_NONE = 0,
RICON_FOLDER_FILE_OPEN = 1, RAYGUI_ICON_FOLDER_FILE_OPEN = 1,
RICON_FILE_SAVE_CLASSIC = 2, RAYGUI_ICON_FILE_SAVE_CLASSIC = 2,
RICON_FOLDER_OPEN = 3, RAYGUI_ICON_FOLDER_OPEN = 3,
RICON_FOLDER_SAVE = 4, RAYGUI_ICON_FOLDER_SAVE = 4,
RICON_FILE_OPEN = 5, RAYGUI_ICON_FILE_OPEN = 5,
RICON_FILE_SAVE = 6, RAYGUI_ICON_FILE_SAVE = 6,
RICON_FILE_EXPORT = 7, RAYGUI_ICON_FILE_EXPORT = 7,
RICON_FILE_NEW = 8, RAYGUI_ICON_FILE_NEW = 8,
RICON_FILE_DELETE = 9, RAYGUI_ICON_FILE_DELETE = 9,
RICON_FILETYPE_TEXT = 10, RAYGUI_ICON_FILETYPE_TEXT = 10,
RICON_FILETYPE_AUDIO = 11, RAYGUI_ICON_FILETYPE_AUDIO = 11,
RICON_FILETYPE_IMAGE = 12, RAYGUI_ICON_FILETYPE_IMAGE = 12,
RICON_FILETYPE_PLAY = 13, RAYGUI_ICON_FILETYPE_PLAY = 13,
RICON_FILETYPE_VIDEO = 14, RAYGUI_ICON_FILETYPE_VIDEO = 14,
RICON_FILETYPE_INFO = 15, RAYGUI_ICON_FILETYPE_INFO = 15,
RICON_FILE_COPY = 16, RAYGUI_ICON_FILE_COPY = 16,
RICON_FILE_CUT = 17, RAYGUI_ICON_FILE_CUT = 17,
RICON_FILE_PASTE = 18, RAYGUI_ICON_FILE_PASTE = 18,
RICON_CURSOR_HAND = 19, RAYGUI_ICON_CURSOR_HAND = 19,
RICON_CURSOR_POINTER = 20, RAYGUI_ICON_CURSOR_POINTER = 20,
RICON_CURSOR_CLASSIC = 21, RAYGUI_ICON_CURSOR_CLASSIC = 21,
RICON_PENCIL = 22, RAYGUI_ICON_PENCIL = 22,
RICON_PENCIL_BIG = 23, RAYGUI_ICON_PENCIL_BIG = 23,
RICON_BRUSH_CLASSIC = 24, RAYGUI_ICON_BRUSH_CLASSIC = 24,
RICON_BRUSH_PAINTER = 25, RAYGUI_ICON_BRUSH_PAINTER = 25,
RICON_WATER_DROP = 26, RAYGUI_ICON_WATER_DROP = 26,
RICON_COLOR_PICKER = 27, RAYGUI_ICON_COLOR_PICKER = 27,
RICON_RUBBER = 28, RAYGUI_ICON_RUBBER = 28,
RICON_COLOR_BUCKET = 29, RAYGUI_ICON_COLOR_BUCKET = 29,
RICON_TEXT_T = 30, RAYGUI_ICON_TEXT_T = 30,
RICON_TEXT_A = 31, RAYGUI_ICON_TEXT_A = 31,
RICON_SCALE = 32, RAYGUI_ICON_SCALE = 32,
RICON_RESIZE = 33, RAYGUI_ICON_RESIZE = 33,
RICON_FILTER_POINT = 34, RAYGUI_ICON_FILTER_POINT = 34,
RICON_FILTER_BILINEAR = 35, RAYGUI_ICON_FILTER_BILINEAR = 35,
RICON_CROP = 36, RAYGUI_ICON_CROP = 36,
RICON_CROP_ALPHA = 37, RAYGUI_ICON_CROP_ALPHA = 37,
RICON_SQUARE_TOGGLE = 38, RAYGUI_ICON_SQUARE_TOGGLE = 38,
RICON_SYMMETRY = 39, RAYGUI_ICON_SYMMETRY = 39,
RICON_SYMMETRY_HORIZONTAL = 40, RAYGUI_ICON_SYMMETRY_HORIZONTAL = 40,
RICON_SYMMETRY_VERTICAL = 41, RAYGUI_ICON_SYMMETRY_VERTICAL = 41,
RICON_LENS = 42, RAYGUI_ICON_LENS = 42,
RICON_LENS_BIG = 43, RAYGUI_ICON_LENS_BIG = 43,
RICON_EYE_ON = 44, RAYGUI_ICON_EYE_ON = 44,
RICON_EYE_OFF = 45, RAYGUI_ICON_EYE_OFF = 45,
RICON_FILTER_TOP = 46, RAYGUI_ICON_FILTER_TOP = 46,
RICON_FILTER = 47, RAYGUI_ICON_FILTER = 47,
RICON_TARGET_POINT = 48, RAYGUI_ICON_TARGET_POINT = 48,
RICON_TARGET_SMALL = 49, RAYGUI_ICON_TARGET_SMALL = 49,
RICON_TARGET_BIG = 50, RAYGUI_ICON_TARGET_BIG = 50,
RICON_TARGET_MOVE = 51, RAYGUI_ICON_TARGET_MOVE = 51,
RICON_CURSOR_MOVE = 52, RAYGUI_ICON_CURSOR_MOVE = 52,
RICON_CURSOR_SCALE = 53, RAYGUI_ICON_CURSOR_SCALE = 53,
RICON_CURSOR_SCALE_RIGHT = 54, RAYGUI_ICON_CURSOR_SCALE_RIGHT = 54,
RICON_CURSOR_SCALE_LEFT = 55, RAYGUI_ICON_CURSOR_SCALE_LEFT = 55,
RICON_UNDO = 56, RAYGUI_ICON_UNDO = 56,
RICON_REDO = 57, RAYGUI_ICON_REDO = 57,
RICON_REREDO = 58, RAYGUI_ICON_REREDO = 58,
RICON_MUTATE = 59, RAYGUI_ICON_MUTATE = 59,
RICON_ROTATE = 60, RAYGUI_ICON_ROTATE = 60,
RICON_REPEAT = 61, RAYGUI_ICON_REPEAT = 61,
RICON_SHUFFLE = 62, RAYGUI_ICON_SHUFFLE = 62,
RICON_EMPTYBOX = 63, RAYGUI_ICON_EMPTYBOX = 63,
RICON_TARGET = 64, RAYGUI_ICON_TARGET = 64,
RICON_TARGET_SMALL_FILL = 65, RAYGUI_ICON_TARGET_SMALL_FILL = 65,
RICON_TARGET_BIG_FILL = 66, RAYGUI_ICON_TARGET_BIG_FILL = 66,
RICON_TARGET_MOVE_FILL = 67, RAYGUI_ICON_TARGET_MOVE_FILL = 67,
RICON_CURSOR_MOVE_FILL = 68, RAYGUI_ICON_CURSOR_MOVE_FILL = 68,
RICON_CURSOR_SCALE_FILL = 69, RAYGUI_ICON_CURSOR_SCALE_FILL = 69,
RICON_CURSOR_SCALE_RIGHT_FILL = 70, RAYGUI_ICON_CURSOR_SCALE_RIGHT_FILL = 70,
RICON_CURSOR_SCALE_LEFT_FILL = 71, RAYGUI_ICON_CURSOR_SCALE_LEFT_FILL = 71,
RICON_UNDO_FILL = 72, RAYGUI_ICON_UNDO_FILL = 72,
RICON_REDO_FILL = 73, RAYGUI_ICON_REDO_FILL = 73,
RICON_REREDO_FILL = 74, RAYGUI_ICON_REREDO_FILL = 74,
RICON_MUTATE_FILL = 75, RAYGUI_ICON_MUTATE_FILL = 75,
RICON_ROTATE_FILL = 76, RAYGUI_ICON_ROTATE_FILL = 76,
RICON_REPEAT_FILL = 77, RAYGUI_ICON_REPEAT_FILL = 77,
RICON_SHUFFLE_FILL = 78, RAYGUI_ICON_SHUFFLE_FILL = 78,
RICON_EMPTYBOX_SMALL = 79, RAYGUI_ICON_EMPTYBOX_SMALL = 79,
RICON_BOX = 80, RAYGUI_ICON_BOX = 80,
RICON_BOX_TOP = 81, RAYGUI_ICON_BOX_TOP = 81,
RICON_BOX_TOP_RIGHT = 82, RAYGUI_ICON_BOX_TOP_RIGHT = 82,
RICON_BOX_RIGHT = 83, RAYGUI_ICON_BOX_RIGHT = 83,
RICON_BOX_BOTTOM_RIGHT = 84, RAYGUI_ICON_BOX_BOTTOM_RIGHT = 84,
RICON_BOX_BOTTOM = 85, RAYGUI_ICON_BOX_BOTTOM = 85,
RICON_BOX_BOTTOM_LEFT = 86, RAYGUI_ICON_BOX_BOTTOM_LEFT = 86,
RICON_BOX_LEFT = 87, RAYGUI_ICON_BOX_LEFT = 87,
RICON_BOX_TOP_LEFT = 88, RAYGUI_ICON_BOX_TOP_LEFT = 88,
RICON_BOX_CENTER = 89, RAYGUI_ICON_BOX_CENTER = 89,
RICON_BOX_CIRCLE_MASK = 90, RAYGUI_ICON_BOX_CIRCLE_MASK = 90,
RICON_POT = 91, RAYGUI_ICON_POT = 91,
RICON_ALPHA_MULTIPLY = 92, RAYGUI_ICON_ALPHA_MULTIPLY = 92,
RICON_ALPHA_CLEAR = 93, RAYGUI_ICON_ALPHA_CLEAR = 93,
RICON_DITHERING = 94, RAYGUI_ICON_DITHERING = 94,
RICON_MIPMAPS = 95, RAYGUI_ICON_MIPMAPS = 95,
RICON_BOX_GRID = 96, RAYGUI_ICON_BOX_GRID = 96,
RICON_GRID = 97, RAYGUI_ICON_GRID = 97,
RICON_BOX_CORNERS_SMALL = 98, RAYGUI_ICON_BOX_CORNERS_SMALL = 98,
RICON_BOX_CORNERS_BIG = 99, RAYGUI_ICON_BOX_CORNERS_BIG = 99,
RICON_FOUR_BOXES = 100, RAYGUI_ICON_FOUR_BOXES = 100,
RICON_GRID_FILL = 101, RAYGUI_ICON_GRID_FILL = 101,
RICON_BOX_MULTISIZE = 102, RAYGUI_ICON_BOX_MULTISIZE = 102,
RICON_ZOOM_SMALL = 103, RAYGUI_ICON_ZOOM_SMALL = 103,
RICON_ZOOM_MEDIUM = 104, RAYGUI_ICON_ZOOM_MEDIUM = 104,
RICON_ZOOM_BIG = 105, RAYGUI_ICON_ZOOM_BIG = 105,
RICON_ZOOM_ALL = 106, RAYGUI_ICON_ZOOM_ALL = 106,
RICON_ZOOM_CENTER = 107, RAYGUI_ICON_ZOOM_CENTER = 107,
RICON_BOX_DOTS_SMALL = 108, RAYGUI_ICON_BOX_DOTS_SMALL = 108,
RICON_BOX_DOTS_BIG = 109, RAYGUI_ICON_BOX_DOTS_BIG = 109,
RICON_BOX_CONCENTRIC = 110, RAYGUI_ICON_BOX_CONCENTRIC = 110,
RICON_BOX_GRID_BIG = 111, RAYGUI_ICON_BOX_GRID_BIG = 111,
RICON_OK_TICK = 112, RAYGUI_ICON_OK_TICK = 112,
RICON_CROSS = 113, RAYGUI_ICON_CROSS = 113,
RICON_ARROW_LEFT = 114, RAYGUI_ICON_ARROW_LEFT = 114,
RICON_ARROW_RIGHT = 115, RAYGUI_ICON_ARROW_RIGHT = 115,
RICON_ARROW_BOTTOM = 116, RAYGUI_ICON_ARROW_DOWN = 116,
RICON_ARROW_TOP = 117, RAYGUI_ICON_ARROW_UP = 117,
RICON_ARROW_LEFT_FILL = 118, RAYGUI_ICON_ARROW_LEFT_FILL = 118,
RICON_ARROW_RIGHT_FILL = 119, RAYGUI_ICON_ARROW_RIGHT_FILL = 119,
RICON_ARROW_BOTTOM_FILL = 120, RAYGUI_ICON_ARROW_DOWN_FILL = 120,
RICON_ARROW_TOP_FILL = 121, RAYGUI_ICON_ARROW_UP_FILL = 121,
RICON_AUDIO = 122, RAYGUI_ICON_AUDIO = 122,
RICON_FX = 123, RAYGUI_ICON_FX = 123,
RICON_WAVE = 124, RAYGUI_ICON_WAVE = 124,
RICON_WAVE_SINUS = 125, RAYGUI_ICON_WAVE_SINUS = 125,
RICON_WAVE_SQUARE = 126, RAYGUI_ICON_WAVE_SQUARE = 126,
RICON_WAVE_TRIANGULAR = 127, RAYGUI_ICON_WAVE_TRIANGULAR = 127,
RICON_CROSS_SMALL = 128, RAYGUI_ICON_CROSS_SMALL = 128,
RICON_PLAYER_PREVIOUS = 129, RAYGUI_ICON_PLAYER_PREVIOUS = 129,
RICON_PLAYER_PLAY_BACK = 130, RAYGUI_ICON_PLAYER_PLAY_BACK = 130,
RICON_PLAYER_PLAY = 131, RAYGUI_ICON_PLAYER_PLAY = 131,
RICON_PLAYER_PAUSE = 132, RAYGUI_ICON_PLAYER_PAUSE = 132,
RICON_PLAYER_STOP = 133, RAYGUI_ICON_PLAYER_STOP = 133,
RICON_PLAYER_NEXT = 134, RAYGUI_ICON_PLAYER_NEXT = 134,
RICON_PLAYER_RECORD = 135, RAYGUI_ICON_PLAYER_RECORD = 135,
RICON_MAGNET = 136, RAYGUI_ICON_MAGNET = 136,
RICON_LOCK_CLOSE = 137, RAYGUI_ICON_LOCK_CLOSE = 137,
RICON_LOCK_OPEN = 138, RAYGUI_ICON_LOCK_OPEN = 138,
RICON_CLOCK = 139, RAYGUI_ICON_CLOCK = 139,
RICON_TOOLS = 140, RAYGUI_ICON_TOOLS = 140,
RICON_GEAR = 141, RAYGUI_ICON_GEAR = 141,
RICON_GEAR_BIG = 142, RAYGUI_ICON_GEAR_BIG = 142,
RICON_BIN = 143, RAYGUI_ICON_BIN = 143,
RICON_HAND_POINTER = 144, RAYGUI_ICON_HAND_POINTER = 144,
RICON_LASER = 145, RAYGUI_ICON_LASER = 145,
RICON_COIN = 146, RAYGUI_ICON_COIN = 146,
RICON_EXPLOSION = 147, RAYGUI_ICON_EXPLOSION = 147,
RICON_1UP = 148, RAYGUI_ICON_1UP = 148,
RICON_PLAYER = 149, RAYGUI_ICON_PLAYER = 149,
RICON_PLAYER_JUMP = 150, RAYGUI_ICON_PLAYER_JUMP = 150,
RICON_KEY = 151, RAYGUI_ICON_KEY = 151,
RICON_DEMON = 152, RAYGUI_ICON_DEMON = 152,
RICON_TEXT_POPUP = 153, RAYGUI_ICON_TEXT_POPUP = 153,
RICON_GEAR_EX = 154, RAYGUI_ICON_GEAR_EX = 154,
RICON_CRACK = 155, RAYGUI_ICON_CRACK = 155,
RICON_CRACK_POINTS = 156, RAYGUI_ICON_CRACK_POINTS = 156,
RICON_STAR = 157, RAYGUI_ICON_STAR = 157,
RICON_DOOR = 158, RAYGUI_ICON_DOOR = 158,
RICON_EXIT = 159, RAYGUI_ICON_EXIT = 159,
RICON_MODE_2D = 160, RAYGUI_ICON_MODE_2D = 160,
RICON_MODE_3D = 161, RAYGUI_ICON_MODE_3D = 161,
RICON_CUBE = 162, RAYGUI_ICON_CUBE = 162,
RICON_CUBE_FACE_TOP = 163, RAYGUI_ICON_CUBE_FACE_TOP = 163,
RICON_CUBE_FACE_LEFT = 164, RAYGUI_ICON_CUBE_FACE_LEFT = 164,
RICON_CUBE_FACE_FRONT = 165, RAYGUI_ICON_CUBE_FACE_FRONT = 165,
RICON_CUBE_FACE_BOTTOM = 166, RAYGUI_ICON_CUBE_FACE_BOTTOM = 166,
RICON_CUBE_FACE_RIGHT = 167, RAYGUI_ICON_CUBE_FACE_RIGHT = 167,
RICON_CUBE_FACE_BACK = 168, RAYGUI_ICON_CUBE_FACE_BACK = 168,
RICON_CAMERA = 169, RAYGUI_ICON_CAMERA = 169,
RICON_SPECIAL = 170, RAYGUI_ICON_SPECIAL = 170,
RICON_LINK_NET = 171, RAYGUI_ICON_LINK_NET = 171,
RICON_LINK_BOXES = 172, RAYGUI_ICON_LINK_BOXES = 172,
RICON_LINK_MULTI = 173, RAYGUI_ICON_LINK_MULTI = 173,
RICON_LINK = 174, RAYGUI_ICON_LINK = 174,
RICON_LINK_BROKE = 175, RAYGUI_ICON_LINK_BROKE = 175,
RICON_TEXT_NOTES = 176, RAYGUI_ICON_TEXT_NOTES = 176,
RICON_NOTEBOOK = 177, RAYGUI_ICON_NOTEBOOK = 177,
RICON_SUITCASE = 178, RAYGUI_ICON_SUITCASE = 178,
RICON_SUITCASE_ZIP = 179, RAYGUI_ICON_SUITCASE_ZIP = 179,
RICON_MAILBOX = 180, RAYGUI_ICON_MAILBOX = 180,
RICON_MONITOR = 181, RAYGUI_ICON_MONITOR = 181,
RICON_PRINTER = 182, RAYGUI_ICON_PRINTER = 182,
RICON_PHOTO_CAMERA = 183, RAYGUI_ICON_PHOTO_CAMERA = 183,
RICON_PHOTO_CAMERA_FLASH = 184, RAYGUI_ICON_PHOTO_CAMERA_FLASH = 184,
RICON_HOUSE = 185, RAYGUI_ICON_HOUSE = 185,
RICON_HEART = 186, RAYGUI_ICON_HEART = 186,
RICON_CORNER = 187, RAYGUI_ICON_CORNER = 187,
RICON_VERTICAL_BARS = 188, RAYGUI_ICON_VERTICAL_BARS = 188,
RICON_VERTICAL_BARS_FILL = 189, RAYGUI_ICON_VERTICAL_BARS_FILL = 189,
RICON_LIFE_BARS = 190, RAYGUI_ICON_LIFE_BARS = 190,
RICON_INFO = 191, RAYGUI_ICON_INFO = 191,
RICON_CROSSLINE = 192, RAYGUI_ICON_CROSSLINE = 192,
RICON_HELP = 193, RAYGUI_ICON_HELP = 193,
RICON_FILETYPE_ALPHA = 194, RAYGUI_ICON_FILETYPE_ALPHA = 194,
RICON_FILETYPE_HOME = 195, RAYGUI_ICON_FILETYPE_HOME = 195,
RICON_LAYERS_VISIBLE = 196, RAYGUI_ICON_LAYERS_VISIBLE = 196,
RICON_LAYERS = 197, RAYGUI_ICON_LAYERS = 197,
RICON_WINDOW = 198, RAYGUI_ICON_WINDOW = 198,
RICON_HIDPI = 199, RAYGUI_ICON_HIDPI = 199,
RICON_200 = 200, RAYGUI_ICON_200 = 200,
RICON_201 = 201, RAYGUI_ICON_201 = 201,
RICON_202 = 202, RAYGUI_ICON_202 = 202,
RICON_203 = 203, RAYGUI_ICON_203 = 203,
RICON_204 = 204, RAYGUI_ICON_204 = 204,
RICON_205 = 205, RAYGUI_ICON_205 = 205,
RICON_206 = 206, RAYGUI_ICON_206 = 206,
RICON_207 = 207, RAYGUI_ICON_207 = 207,
RICON_208 = 208, RAYGUI_ICON_208 = 208,
RICON_209 = 209, RAYGUI_ICON_209 = 209,
RICON_210 = 210, RAYGUI_ICON_210 = 210,
RICON_211 = 211, RAYGUI_ICON_211 = 211,
RICON_212 = 212, RAYGUI_ICON_212 = 212,
RICON_213 = 213, RAYGUI_ICON_213 = 213,
RICON_214 = 214, RAYGUI_ICON_214 = 214,
RICON_215 = 215, RAYGUI_ICON_215 = 215,
RICON_216 = 216, RAYGUI_ICON_216 = 216,
RICON_217 = 217, RAYGUI_ICON_217 = 217,
RICON_218 = 218, RAYGUI_ICON_218 = 218,
RICON_219 = 219, RAYGUI_ICON_219 = 219,
RICON_220 = 220, RAYGUI_ICON_220 = 220,
RICON_221 = 221, RAYGUI_ICON_221 = 221,
RICON_222 = 222, RAYGUI_ICON_222 = 222,
RICON_223 = 223, RAYGUI_ICON_223 = 223,
RICON_224 = 224, RAYGUI_ICON_224 = 224,
RICON_225 = 225, RAYGUI_ICON_225 = 225,
RICON_226 = 226, RAYGUI_ICON_226 = 226,
RICON_227 = 227, RAYGUI_ICON_227 = 227,
RICON_228 = 228, RAYGUI_ICON_228 = 228,
RICON_229 = 229, RAYGUI_ICON_229 = 229,
RICON_230 = 230, RAYGUI_ICON_230 = 230,
RICON_231 = 231, RAYGUI_ICON_231 = 231,
RICON_232 = 232, RAYGUI_ICON_232 = 232,
RICON_233 = 233, RAYGUI_ICON_233 = 233,
RICON_234 = 234, RAYGUI_ICON_234 = 234,
RICON_235 = 235, RAYGUI_ICON_235 = 235,
RICON_236 = 236, RAYGUI_ICON_236 = 236,
RICON_237 = 237, RAYGUI_ICON_237 = 237,
RICON_238 = 238, RAYGUI_ICON_238 = 238,
RICON_239 = 239, RAYGUI_ICON_239 = 239,
RICON_240 = 240, RAYGUI_ICON_240 = 240,
RICON_241 = 241, RAYGUI_ICON_241 = 241,
RICON_242 = 242, RAYGUI_ICON_242 = 242,
RICON_243 = 243, RAYGUI_ICON_243 = 243,
RICON_244 = 244, RAYGUI_ICON_244 = 244,
RICON_245 = 245, RAYGUI_ICON_245 = 245,
RICON_246 = 246, RAYGUI_ICON_246 = 246,
RICON_247 = 247, RAYGUI_ICON_247 = 247,
RICON_248 = 248, RAYGUI_ICON_248 = 248,
RICON_249 = 249, RAYGUI_ICON_249 = 249,
RICON_250 = 250, RAYGUI_ICON_250 = 250,
RICON_251 = 251, RAYGUI_ICON_251 = 251,
RICON_252 = 252, RAYGUI_ICON_252 = 252,
RICON_253 = 253, RAYGUI_ICON_253 = 253,
RICON_254 = 254, RAYGUI_ICON_254 = 254,
RICON_255 = 255, RAYGUI_ICON_255 = 255,
} guiIconName; } guiIconName;
]] ]]

View File

@ -27,7 +27,6 @@
#include <extras/easings.h> #include <extras/easings.h>
#include <rgestures.h> #include <rgestures.h>
#define RAYGUI_SUPPORT_RICONS
#define RAYGUI_IMPLEMENTATION #define RAYGUI_IMPLEMENTATION
#define RAYGUI_STATIC #define RAYGUI_STATIC
#include <raygui.h> #include <raygui.h>

View File

@ -16,7 +16,7 @@
local load = loadstring local load = loadstring
raylua.version = "v4.0a" raylua.version = "v4.0b"
function raylua.repl() function raylua.repl()
print("> raylua " .. raylua.version .. " <") print("> raylua " .. raylua.version .. " <")

View File

@ -24,6 +24,8 @@ void SetWindowSize(int width, int height)
void *GetWindowHandle(void) void *GetWindowHandle(void)
int GetScreenWidth(void) int GetScreenWidth(void)
int GetScreenHeight(void) int GetScreenHeight(void)
int GetRenderWidth(void)
int GetRenderHeight(void)
int GetMonitorCount(void) int GetMonitorCount(void)
int GetCurrentMonitor(void) int GetCurrentMonitor(void)
Vector2 GetMonitorPosition(int monitor) Vector2 GetMonitorPosition(int monitor)

View File

@ -18,8 +18,6 @@ Rectangle GuiScrollPanel(Rectangle bounds, Rectangle content, Vector2 *scroll)
void GuiLabel(Rectangle bounds, const char *text) void GuiLabel(Rectangle bounds, const char *text)
bool GuiButton(Rectangle bounds, const char *text) bool GuiButton(Rectangle bounds, const char *text)
bool GuiLabelButton(Rectangle bounds, const char *text) bool GuiLabelButton(Rectangle bounds, const char *text)
bool GuiImageButton(Rectangle bounds, const char *text, Texture2D texture)
bool GuiImageButtonEx(Rectangle bounds, const char *text, Texture2D texture, Rectangle texSource)
bool GuiToggle(Rectangle bounds, const char *text, bool active) bool GuiToggle(Rectangle bounds, const char *text, bool active)
int GuiToggleGroup(Rectangle bounds, const char *text, int active) int GuiToggleGroup(Rectangle bounds, const char *text, int active)
bool GuiCheckBox(Rectangle bounds, const char *text, bool checked) bool GuiCheckBox(Rectangle bounds, const char *text, bool checked)
@ -47,7 +45,7 @@ float GuiColorBarHue(Rectangle bounds, float value)
void GuiLoadStyle(const char *fileName) void GuiLoadStyle(const char *fileName)
void GuiLoadStyleDefault(void) void GuiLoadStyleDefault(void)
const char *GuiIconText(int iconId, const char *text) const char *GuiIconText(int iconId, const char *text)
void GuiDrawIcon(int iconId, Vector2 position, int pixelSize, Color color) void GuiDrawIcon(int iconId, int posX, int posY, int pixelSize, Color color)
unsigned int *GuiGetIcons(void) unsigned int *GuiGetIcons(void)
unsigned int *GuiGetIconData(int iconId) unsigned int *GuiGetIconData(int iconId)
void GuiSetIconData(int iconId, unsigned int *data) void GuiSetIconData(int iconId, unsigned int *data)