-
Accidentally trying to dynamically load CSFML 2.6 failed, because of missing symbol sfTexture_setSrgb. I investigated and found out that this and sfTexture_loadFromFile had been removed in the 2.5.2 u…
-
### Description
undefined refence error.
view detail in steps and log
### Package and Environment Details
* Operating System+version: **windows 11**
### Conan profile
```
[settings]
arch=x…
-
In https://github.com/SFML/SFML/pull/2480 we started using C++11's `char32_t` keyword to represent UTF-32 characters. This aligns with how `std::u32string` is a specialization of `std::basic_string` w…
-
### Prerequisite Checklist
- [X] I searched for [existing issues](https://github.com/search?q=repo%3ASFML%2FSFML&type=issues) to prevent duplicates
- [X] I searched for [existing discussions on the f…
-
### Version/Branch of Dear ImGui:
Version 1.XX, Branch: XXX (master/docking/etc.)
### Back-ends:
imgui_impl_XXX.cpp + imgui_impl_XXX.cpp
### Compiler, OS:
Windows 10 + MSVC 2022
### …
-
### Prerequisite Checklist
- [X] I searched for [existing issues](https://github.com/search?q=repo%3ASFML%2FSFML&type=issues) to prevent duplicates
- [X] I searched for [existing discussions on the f…
-
有一些文件和文件夹没有包含进仓库,在`cmakelists.txt`里
```
INCLUDE_DIRECTORIES(F://c++header)
INCLUDE_DIRECTORIES(SFML-2.5.1/include)
INCLUDE_DIRECTORIES(thirdparty)
INCLUDE_DIRECTORIES(source)
INCLUDE_DIRECTORIES…
-
I just saw in the SFML Discord that they put out the first release candidate for SFML 3:
![image](https://github.com/user-attachments/assets/a2111218-05d3-49c6-8cf5-0edef978f6d3)
This response i…
-
Package: sfml:arm64-android@2.6.1
**Host Environment**
- Host: x64-windows
- Compiler: Clang 17.0.2
- vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457
vcpkg-scri…
-
I was trying to clone and play your game on my machine, but you use SFML and there is no information about it.
You need to include the SFML headers and libraries in order to allow users to play you…