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

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

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

1 个仓库

Awesome GitHub RepositoriesBinary Interface Bindings

Stable binary interfaces that allow core engine functionality to be embedded in applications across different programming languages.

Distinct from Binary Architecture Overrides: None of the candidates cover general binary ABI/FFI design for cross-language embedding; they focus on build-time architecture overrides or runtimes.

Explore 1 awesome GitHub repository matching software engineering & architecture · Binary Interface Bindings. Refine with filters or upvote what's useful.

Awesome Binary Interface Bindings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • servo/pathfinderservo 的头像

    servo/pathfinder

    3,891在 GitHub 上查看↗

    Pathfinder 是一个高性能图形引擎,专为 GPU 加速的矢量渲染和排版而设计。它作为一个光栅化器,通过将几何计算和覆盖处理卸载到 GPU 计算着色器,将复杂的矢量路径、字体和文档格式转换为像素数据。 该引擎通过将矢量图形和文本投影到三维环境中的能力脱颖而出,支持空间用户界面的开发。它采用基于瓦片的遮挡剔除技术来优化重叠形状和复杂工作负载的渲染,同时利用分数梯形抗锯齿和子像素采样来确保视觉清晰度和边缘平滑。 除了核心渲染功能外,该项目还提供稳定的二进制绑定,允许将其作为库嵌入到使用各种编程语言编写的应用程序中。这种跨语言架构使得在包括矢量动画格式播放的各种软件环境中都能获得一致的视觉输出。

    Provides stable binary interfaces for embedding the rendering engine into applications written in various programming languages.

    Rust
    在 GitHub 上查看↗3,891
  1. Home
  2. Software Engineering & Architecture
  3. Binary Interface Bindings