-
Hello again and thanks for all your help,
I have so many issues cant seem to get a single working demo.
`tb_image_loader_stb.cpp(22,9): warning C4068: unknown pragma 'GCC'`
Thanks,
ghost updated
4 years ago
-
Seems like UI::LoadTexture doesn't support webp
-
**Is your feature request related to a problem?**
A ```texture``` is one of the various resources used to produce a complex scene. Common features such as sky boxes, material maps, etc will often req…
-
Problem:
/usr/bin/ld: cannot find -lXxf86vm
/usr/bin/ld: cannot find -lfreetype
Solution:
sudo apt install libxxf86vm-dev libfreetype-dev
-
Expose deflate since that is already used all over the place. Unsure if compression should be exposed though -- it's a lot more complicated and is currently not used for anything. Would be nice for …
-
**Input:**
```shell
$ make
```
**Output:**
```shell
gcc `pkg-config --cflags glfw3 cglm` -Ivendor/glad/include -Ivendor/stb_image/ -Ivendor/stb_truetype -Ivendor/stb_image_resize -DLF_GLFW -…
-
### System Information
Hello, i am using OpenCV with Dear ImGui library and it conflicts with stb_trutype, when i am using opencv 4.8.0 everything is ok. Is it possible to disable truetype in opencv …
-
The current implementation of yolo supports 8 bit depth, 3 channel png / jpg images to train on. I need to train yolo on 16 bit, 3 channel png images. What code do I need to change?
**I have curren…
-
So in the interests of improving portability to non-SDL2 platforms, I'd like to move everything SDL2 and every other external library to its own little, independent, optional subset that can be replac…
-
Is it possible to use GIF images for animation? This would have made life a lot easier. Certainly would have become much more flexible for noob developers like me who can't use `Gosu::Image.load_tiles…
ghost updated
6 years ago