Immediate-Mode-UI / Immediate-Mode-UI/Nuklear

SDL3: When Font is NULL, use `SDL_RenderDebugText()`

Open
#979 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
11.4k
Forks
686
Avg merge
4d 1h
Merged PRs (30d)
3

Description

Allow using SDL3 renderer without a loaded font? Use [SDL_RenderDebugText](https://wiki.libsdl.org/SDL3/SDL_RenderDebugText)

Contributor guide

Open the contributing guide

Research direction

Start at the SDL3 renderer integration and trace how rendering currently depends on a loaded font. Compare that path with the SDL_RenderDebugText() entry point; done means the renderer can display its relevant text when Font is NULL, while preserving normal behavior when a font is loaded.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.