ruby-glfw3 icon indicating copy to clipboard operation
ruby-glfw3 copied to clipboard

GLFW 3 bindings for Ruby 2.x (Migrated to https://git.sr.ht/~nilium/ruby-glfw3)

Results 9 ruby-glfw3 issues
Sort by recently updated
recently updated
newest added

- [ ] glfwGetTimerValue - [ ] glfwGetTimerFrequency

- [ ] glfwGetKeyName - [ ] glfwSetJoystickCallback

- [ ] glfwMaximizeWindow - [ ] glfwFocusWindow - [ ] glfwSetWindowSizeLimits - [ ] glfwSetWindowAspectRatio - [ ] glfwSetWindowIcon

- [ ] GLFW_DONT_CARE - [ ] GLFW_DOUBLEBUFFER - [ ] GLFW_CONTEXT_RELEASE_BEHAVIOR - [ ] GLFW_ANY_RELEASE_BEHAVIOR - [ ] GLFW_RELEASE_BEHAVIOR_FLUSH - [ ] GLFW_RELEASE_BEHAVIOR_NONE - [ ] GLFW_FLOATING - [...

This may not make much sense in Ruby since it's for multithreaded code, but could help out where people attempt that. Rubinius stands to benefit more than MRI here, I...

Needed for cursor creation. Also icons. Probably won't directly expose this as a thing but just created on-demand since glfwCreateCursor copies the image data. Should be compatible, at a minimum,...

- [ ] glfwSetDropCallback (drag/drop files) http://www.glfw.org/docs/latest/group__input.html#ga41291bf15dd3ff564b3143aa6dc74a4b - [ ] glfwSetCharModsCallback (character events)

ruby-glfw3 should support the GLFWcursor additions. - [ ] glfwCreateCursor - [ ] glfwCreateStandardCursor - [ ] glfwDestroyCursor - [ ] glfwSetCursor