Saša Barišić

Results 5 issues of Saša Barišić

Besides some way to load other modules written in gravity, i would suggest implementing the functionality to load native libraries as modules too. For example ``module "test"`` would load ``test.gravity``...

enhancement

Can you share your process of getting NuklearDotNet to work in MonoGame? I just cloned the repo and I can't even get the examples to build. Not sure how to...

So, calling ``NetClient.Disconnect("Message");`` and then closing the application by exiting the Main function does not seem to send the disconnect message to the server and instead the connection closes by...

It would be a good idea to have bindings for these. The windows release of glfw has WGL, EGL and NATIVE_WIN32 functions exported. http://www.glfw.org/docs/latest/group__native.html

https://github.com/FICTURE7/unicorn-net/blob/master/src/Unicorn.Net/Memory.cs#L101 https://github.com/FICTURE7/unicorn-net/blob/master/src/Unicorn.Net/Memory.cs#L103 https://github.com/FICTURE7/unicorn-net/blob/master/src/Unicorn.Net/Memory.cs#L128 https://github.com/FICTURE7/unicorn-net/blob/master/src/Unicorn.Net/Memory.cs#L130 Page alignment checks are wrong, they should be: ``` if ((address & ((ulong)PageSize - 1)) != 0) ``` Same for size.