Beoran
Beoran
OK, then I'll integrate your changes as fast as my "copious" free time allows me to.
@Blergenstein, I have finally integrated your changes, could you please test again and see if it works for you as well? @elmindreda, sorry to ping you again, but could you...
This seems to be platform dependent, on Linux the glfwPollEvents is not strictly necessary. But for portability I will update the examples and document that glfwPollEvents is needed to get...
@cmedinasoriano Are you using glfwPollEvents() correctly (once per frame in your main loop)? If not, that may explain what you are seeing.
Interesting, that does mean that glfwWaitEvents still has errors on OSX, and probably on Windows as well, because it should call glfwPollEvents internally. For the time being glfwPollEventsis a workaround,...
Yes, this is intentional, IIRC it did not always work correctly otherwise. Perhaps it can be improved as well, though.
I updated the PR. Any news on this? This PR has been open for 2 years.
@Enthuin thanks, I will take a look at resolving the conflicts as soon as I can get to it.
Personally, I find the idea of using init() functions and panics to do static compile time checks very confusing. Panics have always been at run time, having to teach this...
Or why not get rid of both JSON and YAML, and use Lua for everything, including configuration? Getting rid of the JSON and YAML parsers should make Micro quite a...