MrScautHD / Raylib-CSharp

A fast, Cross-platform Raylib C# Wrapper.
https://www.raylib.com/
MIT License
32 stars 3 forks source link

[Feature] RayGui? #9

Open Shadowblitz16 opened 3 weeks ago

Shadowblitz16 commented 3 weeks ago

Is your feature request related to a problem? Please describe. I need a gui toolkit and imgui tends to crash alot due to the unconstrained function nature of it

Describe the solution you'd like Can we get a wrapper for RayGui?

Describe alternatives you've considered ImGui.NET

Additional context Maybe a layout and docking system could be included in your version of the wrapper.

copperdevs commented 3 weeks ago

Unsure of what kind of DearImGui code you're writing for it to crash a lot, but I do agree with the need for raygui bindings. However a layout and docking system wouldn't really fit in with bindings in my opinion.

MrScautHD commented 2 weeks ago

Is your feature request related to a problem? Please describe. I need a gui toolkit and imgui tends to crash alot due to the unconstrained function nature of it

Describe the solution you'd like Can we get a wrapper for RayGui?

Describe alternatives you've considered ImGui.NET

Additional context Maybe a layout and docking system could be included in your version of the wrapper.

Hello, i wanna do a own project for RayGui called Raylib-CSharp.RayGui. (WIP)

markusstephanides commented 1 week ago

Hi! Very helpful library! I was also looking for RayGui bindings the same way. Do you have an ETA when your RayGui bindings will be available? :)