-
I tried to run the [`hello-window-1`](https://github.com/SwiftGL/examples/tree/master/01-getting-started/01-hello-window-1) example from the examples repository by naively typing `swift run` but got t…
-
Hi,
First of all, I wanna to thank you for porting GLFW3 to c#, I'm making an small application and is just great to work with the library :+1:
Unfortunately I can't create my own cursor.. I found …
-
Undefined symbols for architecture arm64:
"_stbi_image_free", referenced from:
_main in main-c6c8c2.o
"_stbi_load", referenced from:
_main in main-c6c8c2.o
"_stbi_set_flip_verti…
-
Application seems to run fine but the application window does not show. Possibly something to do with the Wayland support for GLFW3?
-
Hi dude!
Sometimes I catch the following seg fault, after creating an app and playing with worlds, boxes, etc. It happens when I close the window.
(From inside an app generated via mandala-template):…
aded updated
10 years ago
-
When I run the configure script on Windows 7:
``` shell
configure.py --use-gl-init-lib GLFW3 --use-gl-api-lib GLEW --include-dir C:\glut-3.7.6-bin --include-dir C:\glfw-3.0.4.bin.WIN32\include --incl…
-
In addition to the ones you mentioned, I also had to install `cereal`, `glfw3` and `glm` (via Homebrew on macOS High Sierra)
-
![image](https://user-images.githubusercontent.com/100964/30580288-a306354e-9d24-11e7-9ff8-66fe4299a663.png)
```lisp
* (cl-glfw3-examples:basic-window-example)
debugger invoked on a FLOATING-PO…
-
`$ make`
`gcc -pedantic -Wall -O3 -c -o main.o main.c
In file included from main.c:6:
util.h:4:10: fatal error: GLFW/glfw3.h: No such file or directory
4 | #include
| ^~~~~~…
-
Following fails:
```julia
using GLFW; GLFW.Window()
```
my version:
```
Julia Version 1.8.5
Commit 17cfb8e65e (2023-01-08 06:45 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU:…