-
### LVGL version
master
### What happened?
@liamHowatt I am attempting to add glfw3 to lv_port_linux. I've decided to try on my system
before attempting to run it on other embedded linux distros, …
-
**Describe the bug**
A clear and concise description of what the bug is.
When trying to run `gw`, GLFW3 cannot be initialized.
**To Reproduce**
Steps to reproduce the behavior:
#### Instal…
-
[This page](http://www.glfw.org/docs/latest/build_guide.html#build_link_cmake_package) says that you can add the line
```cmake
find_package(glfw3 3.2 REQUIRED)
```
to your `CMakeLists.txt`, and be…
-
Hi,
I'm trying to package pink-pony for Arch Linux. The official version of GLFW for Arch is 3.1.1.
My attempt to add full GLFW3 support was not completed, but this is what I've got so far:
- `libgl…
-
Hi!
After fixing…
```diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 160026f..ef376ec 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -15,7 +15,7 @@ set(DEPS "${CM…
-
![Screenshot (126)](https://github.com/kosua20/MIDIVisualizer/assets/144009707/5d6a7b09-97ca-4463-b3a3-134c2a3d7f8e)
Hardware Info:
OS : Windows 10 Pro 64bit
MidiVisualizer Version : 7 . 1
GPU …
-
**Describe the bug**
when vcpkg is used as toolchain for cmake. it generates a lot of deprecation warning:
```
CMake Warning (dev) at scripts/cmake/vcpkg_find_acquire_program.cmake:70 (cmake_parse_ar…
-
I'm trying to install this package on Win10, Python 3.7.
I ran `pip install glfw` succesfully before doing `pip install cyglfw3`.
I'm getting the following output:
`pip install cyglfw3 …
-
When the mouse cursor goes outside the canvas element, press, release and position data is not coming.
-
On my operating system the name of a glfw library is `libglfw.so.3`, not `libglfw3.so*`.
It looks like the `glfw3` string is hardcoded into `CMakeLists.txt`:
```
pkg_check_modules(GLFW REQUIRED glfw…