awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesDigital Ink Capture

Mechanisms for recording user pen input as ink strokes for rendering on a canvas.

Distinct from Input Pattern Capturers: Candidates focus on signatures or general input patterns, not the specific capture of ink strokes.

Explore 4 awesome GitHub repositories matching user interface & experience · Digital Ink Capture. Refine with filters or upvote what's useful.

Awesome Digital Ink Capture GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/windows-universal-samplesmicrosoft 的头像

    microsoft/Windows-universal-samples

    9,696在 GitHub 上查看↗

    This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc

    Records user input as ink strokes and renders them on a canvas.

    JavaScript
    在 GitHub 上查看↗9,696
  • chanind/hanzi-writerchanind 的头像

    chanind/hanzi-writer

    4,835在 GitHub 上查看↗

    Hanzi Writer 是一个交互式汉字书写导师和 SVG 动画库,旨在可视化和验证汉字的笔画构建。它作为一种书法练习的教学工具,通过渲染逐笔动画和验证用户绘制的路径来发挥作用。 该库提供了一个系统,用于将用户输入与预定义的笔画序列进行比较,以实时验证书写准确性。它引导用户进行交互式练习,指导书写过程并提供关于笔顺的即时反馈。 该工具处理从远程源检索字符坐标数据的过程,以渲染 SVG 路径动画。它将鼠标和触摸事件映射到这些路径段,以检测并验证每个笔画的完成情况。

    Compares user input coordinates against a predefined order of strokes to verify writing accuracy in real time.

    TypeScript
    在 GitHub 上查看↗4,835
  • nixzhu/dev-blognixzhu 的头像

    nixzhu/dev-blog

    3,906在 GitHub 上查看↗

    该项目是一个综合性的 iOS 应用开发框架,专注于构建具有自定义用户界面组件、异步任务管理和本地数据持久化的移动应用。它作为软件工程的技术知识库,提供用于以 Markdown 格式组织和发布架构分析与笔记的工具。 该框架通过一个强大的基于文档的存储层脱颖而出,该层利用 BSON 格式的记录在 NoSQL 文档存储中执行 CRUD 操作。它提供广泛的系统集成功能,包括专门的应用扩展通信、跨沙盒消息传递和原生共享表单呈现,从而允许宿主应用与系统级服务之间的无缝交互。 该项目涵盖了广泛的功能面,包括具有线程安全同步的高级并发管理、卸载到后台的 UI 渲染以保持响应性,以及全面的国际化支持。它还包括面向开发者的工具,用于静态类型生成、自动化资源映射和交互式原型构建,以及用于地理信标监控和自适应图表生成的专门工具。

    Records user touch input as smooth, variable-width ink strokes for digital signature capture.

    在 GitHub 上查看↗3,906
  • opentabletdriver/opentabletdriverOpenTabletDriver 的头像

    OpenTabletDriver/OpenTabletDriver

    3,612在 GitHub 上查看↗

    OpenTabletDriver is a user-mode graphics tablet driver and USB HID input manager that translates raw USB input from digitizer hardware into system cursor and pen events. It serves as a hardware abstraction layer that normalizes input from various tablet brands into a consistent API, providing a cross-platform pen interface with pressure and tilt sensitivity. The project distinguishes itself through a plugin-based architecture and a profile-based configuration system, allowing for custom filters, interpolators, and persistent hardware setups. It includes specialized tools for hardware driver d

    Integrates with system ink services to record and provide pen input as digital ink strokes.

    C#cross-platformcsharpdotnet-core
    在 GitHub 上查看↗3,612
  1. Home
  2. User Interface & Experience
  3. Digital Ink Capture

探索子标签

  • Ink PersistenceSaving and loading of digital ink stroke data to persistent storage. **Distinct from Digital Ink Capture:** Focuses on the persistence and restoration of strokes, distinct from the real-time capture process.
  • Stroke Analysis1 个子标签Algorithms for identifying shapes and text within captured digital ink strokes. **Distinct from Digital Ink Capture:** Distinct from Digital Ink Capture: focuses on the semantic analysis of the strokes rather than the recording of the pen input.