
tty7
tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
它完全从头实现 Live2D 模型渲染,不包含任何专有代码,采用 MIT/Apache2 双许可,并提供基于 wgpu 的高质量跨平台参考渲染器。
Ayagami (彩紙) is a 2D puppet model loading and rendering library written in Rust. It is designed to be compatible with models in the Live2D model format, while being extensible to new model formats and features in the future.
Ayagami is completely free software dual licensed under the MIT and Apache2 licenses. You may use it for any purpose as long as you abide by your choice of either license, without having to pay any royalties or obtain permission from anyone. This includes any use cases, including both games with built-in models and expandable applications that load user-provided models.
This software is developed strictly using black-box reverse engineering only. That means that it is a complete, from-scratch, independent implementation, and no license terms were violated during its development. We have never and will never disassemble or decompile any proprietary software in order to develop this project. To guarantee this, we have a strict contributor policy.
Check out the Web demo & model poser! This demo runs entirely in your browser, and your model data is not sent anywhere outside your machine. You can use it to manually pose your model (high quality screenshot feature coming soon).
You can also build and run the demo as a native app by running cargo run -r in the ayagami-demo directory. Use trunk serve --release instead to run the web version locally (using trunk).
The API is pretty unstable and subject to change, and there is no documentation yet! crates.io release coming soon. For now, take a look at ayagami-demo for a usage example.
The code is messy; I'm releasing this early to get feedback on the API and start enabling users, but expect significant cleanup over time.
driver
ayagami-render (supports Vulkan, Metal, DirectX,2D puppet model renderer compatible with Live2D
根据分类、Topic 和编程语言匹配的相似项目。

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
reims-vgpu is an experimental virtual GPU for macOS guests that uses QEMU to decode the guest's GPU command stream and execute it through Metal or Vulkan, leveraging the built-in AppleParavirtGPU driver without requiring custom kexts.
A Rust library that provides secure memory handling primitives including zeroization on drop, memory locking, constant-time comparison, and compile-time guarded regions, with zero dependencies and no_std support.