-
Dahrkael has experimented with UWP support in Gosu here -> https://github.com/Dahrkael/gosu/commit/4dbfab0576a0473891aefad75cc17681c0ce7d0a
One of the blockers is that UWP only supports OpenGL ES 2…
-
(creating meta issue to track progress, instead of random PR's and chat)
So in #706 we added a hotfix to VBO streaming, because naive implementation is stalling pipeline.
But apparently just recre…
jimon updated
7 years ago
-
For OpenGL, is it possible to display an in-game FPS counter like in Fraps or like the FPS counter option that Steam offers? Without adding it to the capture of course.
-
For some reason, using `target_link_libraries(... OpenGL::GL)` causes `-isystem /usr/include` to be added to the PCH build, which apparently causes breakage:
```
/usr/include/c++/8.3.0/cstdlib:75:…
-
Minecraft added a `glClear` call right after the `WorldRenderEvents.AFTER_SETUP` call is fired, preventing any rendering from happening during that event.
This is a blocking issue for Distant Horiz…
-
### Operating System
- [X] Windows
- [X] macOS
- [X] Linux
- [X] FreeBSD
- [X] OpenBSD
- [X] Android
- [X] iOS
- [X] Nintendo Switch
- [ ] PlayStation 5
- [ ] Xbox
- [X] Web Browsers
### What featur…
-
### Bug description
The bundled `wget` is dynamically linked against libpcre.so.3.
```
$ ldd ~/.local/share/lutris/runtime/network-tools/wget
linux-vdso.so.1 (0x00007d12ab074000)
libpcre.so.3…
-
**Describe the bug**
Render OpenGL on Linux screenshots in `_appdata_/screenshots` folder are not displayed correctly.
**To Reproduce**
Steps to reproduce the behavior:
1. Press F12
2. Check f…
-
Hi! I'm trying to build Instant-NGP with Ubuntu 24.04 on WSL and getting an error. I created conda environment where I installed `cuda-toolkit` 12.5 from the `nvidia` channel. I installed other python…
-
### Current Behavior
after Ubisoft's preview video, the game simply closes
### Expected Behavior
the game starts normally
### Steps to Reproduce
run the game either via Vulkan or OpenGL
### Syst…