moonpower
2f2b8a1226
Add SDL3 surface backend for ImGui example
...
- Created imgui_impl_sdlsurface3.h and corresponding implementation file.
- Added Makefile for building the SDL3 surface example on Linux and macOS.
- Included README.md with build instructions for Windows, Linux, and macOS.
- Added build script for Windows (build_win32.bat) and Visual Studio project files.
- Implemented main application logic in main.cpp to demonstrate ImGui with SDL3 and surface rendering.
2026-03-13 13:23:18 +01:00
moonpower
00843f9ece
windows and readme
2026-03-11 20:17:53 +01:00
moonpower
a941c96d1f
Backends: Replace std::clamp with ImClamp to satisfy C++11
2025-12-26 03:37:07 +01:00
moonpower
c57a5b31db
Backends: Update Makefile for example_sdl2_surface to match the renderer example
2025-12-26 03:07:26 +01:00
moonpower
d92ad93fdd
Backends: Enhance SDL_Surface example to match the renderer example
2025-12-26 03:00:50 +01:00
moonpower
189330241b
Backends: Remove redundant BackendFlags setting in SDL_Surface initialization
2025-12-26 02:51:18 +01:00
moonpower
b3c5626b1f
Backends: Initialize and shutdown renderer backend for SDL_Surface
2025-12-26 02:48:40 +01:00
moonpower
9084ab8861
Backends: Refactor Makefile for example_sdl2_surface to improve cross-platform compatibility
2025-12-25 21:53:27 +01:00
moonpower
eeb20d048b
Backends: Improve pixel blending and surface format conversion in SDL_Surface
2025-12-25 00:25:31 +03:00
moonpower
a59e03e1e7
Examples: enhance sdl2 surface
2025-12-25 00:11:45 +03:00
moonpower
b3008c0543
Backends: Enhance pixel manipulation functions for SDL_Surface
2025-12-25 00:03:50 +03:00
moonpower
f2703c1015
Backends: Start adding sdl2 surface
2025-12-24 23:17:37 +03:00