William Oliveira
William Oliveira
@rxi - thanks for the explanation! It makes sense to me now. I tried LOVE, but honestly, what made me fall in love with your framework, is the simplicity it...
@JaredSartin - Awesome! Thank you so much for the tips, really appreciate it.
Hey guys. I really appreciate your interest in helping out, and of course, it's very welcome! At the moment, I have big plans to rewrite this guide from scratch, and...
Hello, @ln3187, Thank you for the kind words about the website. I'm glad that it helped you in some way. It would be a pleasure to have you translating the...
@ochi12 is right. Do something like ``` java private Input input = new Input(); ``` And then use it in the `glfwSetKeyCallback`: ``` java glfwSetKeyCallback(window, input); ``` This should fix...