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

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

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

3 个仓库

Awesome GitHub RepositoriesEngine Instance Isolation

Isolation of multiple software engine instances using unique identifiers to prevent setting conflicts.

Distinct from Controller Instance Isolation: Distinct from Controller Instance Isolation: targets the entire engine runtime instance rather than individual operator controllers.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Engine Instance Isolation. Refine with filters or upvote what's useful.

Awesome Engine Instance Isolation GitHub Repositories

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

    tixl3d/tixl

    5,004在 GitHub 上查看↗

    Tixl 是一个基于节点的动态图形引擎和程序化生成工具,用于创建 3D 几何体和着色器。它利用有向无环图(DAG)操作符和 GPU 加速计算内核来生成复杂的 3D 形状,特别是通过使用符号距离函数(SDF)和粒子模拟。 该引擎通过 C# 开发框架具有高度可扩展性,支持热代码重载,允许在不重启的情况下将自定义操作符逻辑注入到活动运行时中。它还作为一个灯光控制器脱颖而出,能够将 3D 空间属性和旋转转换为 DMX 和 ArtNet 协议,以驱动物理舞台设备。 该平台涵盖了广泛的能力,包括通过 FFT 分析实现的音频响应可视化、关键帧和程序化动画,以及通过 MIDI 和 OSC 集成的实时外部控制。其渲染流水线支持基于物理的渲染(PBR)和自定义着色器构建,同时该环境还提供了用于投影映射和独立可执行文件部署的工具。 该项目提供了一个用于构建应用程序的 CLI 和一个用于创建 C# 扩展的开发界面。

    Allows running multiple parallel software instances using unique identifiers to prevent settings conflicts.

    C#animationdesigndirectx
    在 GitHub 上查看↗5,004
  • docker/buildxdocker 的头像

    docker/buildx

    4,410在 GitHub 上查看↗

    Buildx 是一个 BuildKit 构建扩展和容器构建实例管理器,能够同时创建针对多个 CPU 架构和操作系统的容器镜像。它作为一个多平台镜像构建器,利用 BuildKit 后端来扩展标准镜像构建功能。 该项目具有分布式构建编排器,能够协调跨远程节点集群的任务。这允许通过将多个远程工作节点连接到单个实例中来增加构建并发性,从而实现跨不同硬件架构的原生编译。 Buildx 管理隔离的构建器实例,以确保不同项目或自动化管道之间的环境隔离。它还提供了生成多架构清单列表以及将构建结果导出为镜像压缩包或缓存的功能。

    Provides isolated builder instances to ensure environment separation between different projects or CI pipelines.

    Go
    在 GitHub 上查看↗4,410
  • facebookarchive/injectfacebookarchive 的头像

    facebookarchive/inject

    1,408在 GitHub 上查看↗

    Inject is a dependency injection framework for Go that automates the assembly of complex object graphs. By leveraging runtime reflection, the library dynamically inspects object structures to resolve and populate required dependencies, decoupling component initialization from business logic. The framework manages object lifecycles through both singleton and factory-based provisioning. It maintains a central registry to share singletons across an application for consistent state, while also supporting the creation of unique, private instances to isolate state between different components. To

    Isolates state by generating unique, non-shared instances for specific dependencies.

    Go
    在 GitHub 上查看↗1,408
  1. Home
  2. Operating Systems & Systems Programming
  3. Installation Instance Isolation
  4. Controller Instance Isolation
  5. Engine Instance Isolation