Shadowblitz16
Shadowblitz16
Can this library serialize images to and from a specific pixel format for images? for example I want to serialize a 8bpp to a 4bpp and deserialize a 4bpp to...
I was wondering if there was a way to deserialize into a existing object?
I came across this library when looking for a way to do something like so.. `buffer.Write(T data)` 'buffer.Read()' does this library support this and if not can it be added?
Before submitting a new issue, please verify and check: - [ ] The issue is specific to Raylib-cs and not raylib - [x] I checked there is no similar issue...
ImGui class should be non static, non sealed class so that we can easier implement it in our own libraries For example one might want to write sdl or raylib-cs...
This crashes... ```cs public class Button : Pressable { protected override void OnRender(float dt) { base.OnRender(dt); var id = (Label == "" ? " " : Label) + "###" +...
Idk whats going on but `ImGui.PushStyleVar(ImGuiStyleVar.WindowPadding , 0.0f);` crashes even if I pop the same amount of times I push. ```cs public static void BeginDockSpace () { rlImGui.Begin(); var windowX...
Whats the Equivalent of this for OpenTK?  Looks like there are other implementation macros too that are missing.
ImGui.GetClipboardText fails and there doesn't seem to be any use of it on the official c++ demo file ``` /snap/rider/201/lib/ReSharperHost/linux-x64/dotnet/dotnet exec /snap/rider/201/lib/ReSharperHost/JetBrains.Debugger.Worker.exe --mode=client --frontend-port=35309 --plugins=/snap/rider/201/plugins/rider-unity/dotnetDebuggerWorker INFO: Initializing raylib 3.5 INFO:...