SFML/examples
Bruno Van de Velde 4d65844978 Modernized android example
- Replaced ndk-build with CMake
- Updated Groovy DSL (.gradle files) to Kotlin DSL (.gradle.kts files)
- Updated Android Gradle plugin from 3.0 to 7.4
- Config file now targets a more recent Android SDK (and NDK)
- Remove deprecated settings from AndroidManifest
2023-11-14 16:04:30 -07:00
..
android Modernized android example 2023-11-14 16:04:30 -07:00
assets Use built-in CMake support for iOS 2023-04-03 23:36:33 +02:00
cocoa Use std::filesystem::path for paths 2023-07-27 11:13:45 -06:00
ftp Add misc-const-correctness clang-tidy check 2023-05-04 16:22:03 -06:00
include Consolidate redundant gl.h headers 2022-10-09 13:04:24 +02:00
island Use cross-platform threading library target 2023-09-24 20:57:33 -06:00
joystick Remove default sf::Text constructor 2023-04-05 09:54:56 -06:00
opengl Add sf::WindowBase::set{Min|Max}imumSize() 2023-05-12 14:36:06 -06:00
shader Use more sf::Vector operations 2023-10-31 19:45:13 -06:00
sockets Removed return EXIT_SUCCESS and cstdlib 2023-01-23 10:00:48 +01:00
sound Fix misspellings 2023-05-21 14:37:46 -06:00
sound_capture Fix misspellings 2023-05-21 14:37:46 -06:00
tennis Add misc-const-correctness clang-tidy check 2023-05-04 16:22:03 -06:00
voip Replace std::memcpy with a more expressive alternative 2023-11-10 00:24:51 -07:00
vulkan Add more readability-identifier-naming rules 2023-11-05 15:05:25 -07:00
win32 Add misc-const-correctness clang-tidy check 2023-05-04 16:22:03 -06:00
window Add misc-const-correctness clang-tidy check 2023-05-04 16:22:03 -06:00
X11 Fix clang-tidy-16 failures 2023-05-21 11:59:52 -06:00
asset_licenses.md Ensure files end with newline character 2022-04-12 08:13:48 +02:00
CMakeLists.txt Use modern name for macOS 2023-07-24 21:25:26 -06:00