Merged
Conversation
Member
LyeZinho
commented
Apr 14, 2026
| Item | Status | Branch | Tests |
|---|---|---|---|
| Timer (RF2.1) | ✅ MERGED | 9-high-resolution-timer | 31 |
| GameLoop (RF2.7, RF2.8) | ✅ MERGED | 11-the-master-game-loop | 27 |
| Input System (RF2.9) | ✅ MERGED | 22-input-system | 34 / 57 assertions |
| Debug Tools (RF2.10) | ✅ MERGED | 23-debug-tools | 22 / 56 assertions |
| SDL3 Build + Install | ✅ Done | N/A | N/A |
| RHI Implementation | ✅ PUSHED | 12-rendering-hardware-interface-rhi | 41 / 102 assertions |
…copy - Add find_package(SDL3 REQUIRED CONFIG) to root CMakeLists.txt - Link Caffeine library against SDL3::SDL3 - Add post-build SDL3 DLL copy for Windows test executable
…SDL_GPU (RF3.1, RF3.2) - RenderDevice: GPU device management, swapchain handling, resource creation/destruction - CommandBuffer: render pass recording, draw calls, resource binding, viewport/scissor - Type system: TextureFormat, TextureUsage, BufferUsage, ShaderStage enums wrapping SDL_GPU - Resource structs: Texture, Buffer, Shader, Pipeline as opaque handles - DrawCommand: queued draw command with transform, tint, and sort key for batch renderer - 41 tests with 102 assertions covering all types, defaults, and API contracts
4 tasks
SDL3 is only available on dev machines with local installs. When SDL3 is not found, RHI sources and tests are excluded from the build. Defines CF_HAS_SDL3=1 when available.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.