Luke

Results 4 issues of Luke

## Context Currently, if you use the following code: ```odin package main import "core:fmt" Foo :: struct { A : int, } Something :: struct { A : int, }...

stale

I am trying to build for the Windows target and I am unsure why I am getting this error. ``` Using Kha from C:\Users\Luke\Documents\GitHub\Kha Creating Kha project. Exporting asset 1...

waiting for feedback

As the title suggests, this adds the Raylib backend for ImGui. Inspired by the following codebase: https://github.com/oskaritimperi/imgui-impl-raylib Tested and working with default font. I have not added any demo code,...

I have been looking at using this project now that you support docking (which is awesome by the way), however I've noticed the test for Kha has not been updated...