SFML/examples
Chris Thrasher 7c8d1b5332 Use more sf::Vector operations
When dealing with calculations that are fundamentally two dimensional
it's helpful to use a 2D data type as much as possible rather than
decomposing the calculations into x and y components. The more we use
vector operations the better chance we have of easiliy reasoning about
what the code is doing.
2023-10-31 19:45:13 -06:00
..
android Reorder includes hierarchically 2023-04-25 17:25:33 +02: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 Add misc-const-correctness clang-tidy check 2023-05-04 16:22:03 -06:00
vulkan Add cppcoreguidelines-pro-type-member-init clang-tidy check 2023-10-17 21:41:36 -05: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