cginternals / cginternals/cppexpose
Duktape: Add bindings for print() and alert()
- Dominant language
- C
- Stars
- 28
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
See https://github.com/svaarala/duktape/tree/master/extras/print-alert.
A UI-independent way of implementing this could be to add corresponding signals to `AbstractScriptBackend` that script console implementations can connect to.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the referenced Duktape extras/print-alert implementation and the AbstractScriptBackend interface. Determine how print() and alert() bindings should expose output without depending on a UI, then verify that script console implementations can receive the corresponding signals and that both functions work through the Duktape backend.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100