The Wayback Machine - https://web.archive.org/web/20200623120155/https://github.com/topics/glfw
Skip to content
#

glfw

Here are 403 public repositories matching this topic...

bgfx
hajimehoshi
hajimehoshi commented Feb 9, 2020
$ git diff
diff --git a/gl21-cube/cube.go b/gl21-cube/cube.go
index 1b4bbb0..ef29075 100644
--- a/gl21-cube/cube.go
+++ b/gl21-cube/cube.go
@@ -40,6 +40,8 @@ func main() {
        glfw.WindowHint(glfw.Resizable, glfw.False)
        glfw.WindowHint(glfw.ContextVersionMajor, 2)
        glfw.WindowHint(glfw.ContextVersionMinor, 1)
+       glfw.WindowHint(glfw.FocusOnShow, glfw.False
rgba32
rgba32 commented Apr 8, 2020

Camera has no position or direction members...

5>D:\lighthouse2\apps\pbrtdemoapp\main.cpp(189,51): error C2039: 'position': is not a member of 'lighthouse2::Camera'
5>D:\lighthouse2\lib\RenderSystem\camera.h(25): message : see declaration of 'lighthouse2::Camera'
5>D:\lighthouse2\apps\pbrtdemoapp\main.cpp(190,52): error C2039: 'direction': is not a member of 'lighthouse2::Camera'
5>D:\lighth

kraptor
kraptor commented Mar 29, 2020

Here it is some documentation about how to use icon fonts, as it took me a while to make it work: default values while initializing ImFontConfig struct are not expected, so we have to initialize the struct fully. You may add this to documentation or examples if you wish 😄

proc new_ImFontConfig(): ImFontConfig =
    #[Custom constructor with default params taken from imgui.h]#
    resul
Gnimuc
Gnimuc commented Jan 11, 2019

Read the GLFW documentation for detailed instructions on how to use the library. The Julia interface is almost identical to the underlying C interface, with a few notable differences:

Clipboard (glfwGetClipboard, glfwSetClipboard) and time (glfwGetTime, glfwSetTime) functions have been omitted because Julia's standard library already supports similar functionality.

glfwInit and glfwTer

trusktr
trusktr commented Nov 16, 2017

There's not a lot of code in here. How does the emscripten compile process know how to translate glfw window-creating calls to some sort of canvas output? In other words, how does emscripten know to translate cross-platform window-making calls into some sort of rectangles within the application? Seems like pure magic. Or does Emscripten have to explicitly support glfw before glfw cpuld be used, so

Improve this page

Add a description, image, and links to the glfw topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the glfw topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.