Reimplementing DearImGui

This commit is contained in:
2025-03-22 01:04:15 +01:00
parent dfa5d1245f
commit 9a8ab7853a
8 changed files with 768 additions and 4 deletions

View File

@@ -13,6 +13,8 @@ SDL_Window_Type :: struct {
// SDL
#import "SDL";
#load "../imgui/imgui_sdl.jai";
create_window :: (title: string, width: u32, height: u32, fullscreen: bool) -> *Window {
SDL_Init(SDL_INIT_VIDEO | SDL_INIT_GAMECONTROLLER);