9 Commits
Author SHA1 Message Date
moonpower 31c2e522f5 cpu start 2026-03-15 12:33:32 +01:00
moonpower dc4a1d294d Add Emscripten support for SDL2 and SDL3 surface examples 2026-03-13 15:49:21 +01:00
moonpower 5ae4be2b5f Refactor SDL surface backend for improved quad rendering and performance
- Introduced a new structure ImGui_ImplSDLSurface3_Quad to represent quads.
- Added functions to detect quads and check for constant colors and linear UVs.
- Enhanced rendering functions to utilize quad detection for faster rendering paths.
- Updated the rendering logic in ImGui_ImplSDLSurface3_RenderDrawData to leverage the new quad rendering capabilities.
- Optimized Makefiles and build scripts to include optimization flags for better performance.
2026-03-13 14:19:04 +01:00
moonpower 00843f9ece windows and readme 2026-03-11 20:17:53 +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 9084ab8861 Backends: Refactor Makefile for example_sdl2_surface to improve cross-platform compatibility 2025-12-25 21:53:27 +01:00
moonpower a59e03e1e7 Examples: enhance sdl2 surface 2025-12-25 00:11:45 +03:00
moonpower f2703c1015 Backends: Start adding sdl2 surface 2025-12-24 23:17:37 +03:00