15 Commits

Author SHA1 Message Date
Cameron Cawley 20adb97305 Support building for ARM64 with the MSVC project 2026-01-19 10:16:35 -08:00
Cameron Cawley 3ee909f01e Add missing files for the examples to the MSVC project 2026-01-19 10:16:35 -08:00
Cameron Cawley a04ddb394f Add missing examples to the MSVC project 2026-01-19 10:16:35 -08:00
Cameron Cawley 3681a94c66 Automatically select the default platform toolset for examples in MSVC builds 2026-01-19 10:16:35 -08:00
Cameron Cawley 15ceaffcb5 examples: Added misc/03-locale 2026-01-16 12:55:57 -08:00
Sam Lantinga bb0d6221c1 Use PNG files for tests and examples
These are much smaller than the previous BMP files

Fixes https://github.com/libsdl-org/SDL/issues/14159
2025-10-06 16:45:53 -07:00
Sam Lantinga daa7a5ad7e Updated Visual Studio example projects 2025-03-29 09:01:33 -07:00
Quan Zhuo c9341489cc Fix #12197: Force set /utf-8 for msvc compilers (#12198)
The MSVC compiler determines the encoding of the source code based on
the BOM of the source code when reading it. If there is no BOM, it
defaults to the local encoding, which is gb2312, codepage 936, on
Simplified Chinese Windows. This can cause errors such as newline
characters in strings.
2025-02-06 09:34:41 -08:00
Ozkan Sezer 41b0d36a6c fix MSVC projects after commit 51637495 2024-11-23 01:22:12 +03:00
Sam Lantinga 2a05b63580 Mark generate.py as executable 2024-10-29 16:47:26 -07:00
Susko3 94d110edd5 Specify C source file in example VC projects 2024-10-29 14:40:32 -07:00
Susko3 415abf2ea2 Rename variables for readability 2024-10-29 14:40:32 -07:00
Sam Lantinga bdf16628fb Added 03-infinite-monkeys example game
This isn't really a game, more of an exercise of that age old question...
2024-10-29 13:08:59 -07:00
Sam Lantinga a93ec0c679 Added Visual Studio project for 02-woodeneye-008 2024-10-29 13:08:59 -07:00
Susko3 152bcce85f Add examples to SDL.sln (#11255) 2024-10-29 07:36:38 -07:00