-
-
Notifications
You must be signed in to change notification settings - Fork 0
HAL: Implement SDL3 Backend #18
Copy link
Copy link
Open
Labels
confirmedIssue has been verified and reproducedIssue has been verified and reproducedhigh priorityRequires immediate attentionRequires immediate attentiontopic:platformsInvolves platform-specific behavior or portingInvolves platform-specific behavior or portingtopic:thirdpartyInvolves a third-party library or dependencyInvolves a third-party library or dependency
Milestone
Description
Metadata
Metadata
Assignees
Labels
confirmedIssue has been verified and reproducedIssue has been verified and reproducedhigh priorityRequires immediate attentionRequires immediate attentiontopic:platformsInvolves platform-specific behavior or portingInvolves platform-specific behavior or portingtopic:thirdpartyInvolves a third-party library or dependencyInvolves a third-party library or dependency
Type
Fields
Give feedbackNo fields configured for Task.
Projects
StatusShow more project fields
Todo
Feature category
HAL (hardware abstraction, platform layer)
Type of change
Platform / backend support (new OS, GPU API, or hardware tier)
Problem statement
When doing a game/realtime engine, we need a way to actually access OS level system like Clipboard, Inputs, Window, etc...
Adding SDL3 has prior backend will increase iteration time avoiding to write native OS code to handle the heavy lifting.
Proposed solution
Implement
hal/basefor SDL3 on the latest stable version.Alternatives considered
v1.0.0milestone, limiting to SDL3 is already fine !Expected impact
No response
Are you willing to implement this?
Yes: I can open a draft PR
Additional context
No response