cginternals / cginternals/cppexpose
Duktape: Add bindings for print() and alert()
未关闭
decision required
- 主要语言
- C
- 星标
- 28
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先检查所引用的 Duktape extras/print-alert 实现和 AbstractScriptBackend 接口。确定 print() 和 alert() 的绑定应如何在不依赖 UI 的情况下提供输出,然后验证脚本控制台实现可以接收相应的信号,并且这两个函数都能通过 Duktape 后端工作。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- backend-api-design
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100