A lightweight, high-performance cross-platform camera capture library with video file playback support, plus Rust bindings.
轻量级、高性能的跨平台相机捕获库,支持视频文件播放,并提供 Rust bindings。
Hardware-accelerated conversion with AVX2, Apple Accelerate, NEON
支持 AVX2、Apple Accelerate、NEON 硬件加速
Pre-built binaries for all supported platforms
所有支持平台的预编译二进制文件
Loading release information...
正在加载版本信息...
Hardware-accelerated pixel format conversion with up to 10x speedup using AVX2, Apple Accelerate, and NEON.
硬件加速的像素格式转换,使用 AVX2、Apple Accelerate 和 NEON 可提升高达 10 倍性能。
No third-party dependencies - uses only system frameworks for maximum portability.
无第三方库依赖,仅使用系统框架,实现最大可移植性。
Native support for Windows dual backends (DirectShow by default, Media Foundation also supported), macOS/iOS (AVFoundation), and Linux (V4L2).
原生支持 Windows 双后端(默认 DirectShow,同时支持 Media Foundation)、macOS/iOS (AVFoundation) 和 Linux (V4L2)。
Support for RGB, BGR, YUV (NV12/I420) with automatic format conversion.
支持 RGB、BGR、YUV(NV12/I420)及自动格式转换。
Both modern C++ API and pure C99 interface for various project integration and language bindings.
同时提供现代 C++ API 和纯 C99 接口,支持各种项目集成和语言绑定。
Comprehensive test suite with 95%+ accuracy validation and 50+ test cases.
完整测试套件,95%+ 精度验证,50+ 测试用例。
DirectShow default + Media Foundation support
MSVC 2019+
AVFoundation
Xcode 11+, macOS 10.13+
AVFoundation
Xcode 11+, iOS 13.0+
V4L2
GCC 7+ / Clang 6+
New chapters (e.g., Chapter 4) launch with timed early access exclusivity before public distribution.
Midway through Chapter 2, the power dynamic flips. One mistake—a missed jump, a creaking floorboard—and the Gatekeeper catches her. From that point forward, the series becomes a relentless, exhausting chase. Lara stops trying to beat the monster and starts trying to survive it.
"The Gatekeeper" has cultivated a dedicated and passionate community, primarily within adult content circles. The series is frequently discussed on forums like Bilibili and NGA in China, where it is highly recommended as a prime example of high-quality adult 3D animation. Fans often highlight the studio's work as among the best in the genre, praising the visual fidelity and the distinctive "dark" atmosphere that the series provides.
Primarily Lara Croft (updated periodically with new models), her Doppelganger , and monstrous antagonists like Centaurs . the gatekeeper wildeer studio
The audio design is built to complement the "impact" of the gameplay.
"The Gatekeeper" is a 3-minute and 45-second short film, produced in collaboration with W+K's creative team. Here are some technical details about the project:
is an ongoing saga that blends dark fantasy, ritualistic mysticism, and high-fidelity 3D animation. Since the release of the original New chapters (e
The series is characterized by its high-resolution output, often reaching 4K at 60fps. This highlights a significant commitment to technical quality within the independent digital art scene, prioritizing lighting, texture, and fluid motion to create a polished visual experience. Key Aspects of The Gatekeeper Series
In late 2023, the studio successfully ported "The Gatekeeper" to the Blender 4.0 environment, utilizing new rendering features to enhance textures and lighting.
There is a heavy emphasis on technical performance, with many releases optimized for high frame rates and high-definition displays to showcase the intricacies of the 3D environments. From that point forward, the series becomes a
As we explore the world of Wildeer Studio, we find ourselves in a realm of breathtaking wonder. The studio's creations are a portal to a world of mythical creatures, ancient ruins, and mystical landscapes. Here, the laws of physics are mere suggestions, and the fabric of reality is twisted and distorted in impossible ways.
The narrative of "The Gatekeeper" is set within a grim, dungeon-like environment dominated by its titular character: The Gatekeeper, a powerful and monstrous being who serves as both warden and antagonist. The primary character is Lara Croft, the iconic adventurer from the Tomb Raider franchise, who is captured and held in the Gatekeeper's domain. Throughout the series, she is pitted against the Gatekeeper's traps and trials, transforming her from a hunter into the hunted.
Critics and players generally praise the game for its —the satisfying tactile sensation of the controls and combat. The visuals are frequently highlighted as a standout feature in the indie market.
For those newly acquainted with the term, searching for "The Gatekeeper Wildeer Studio" usually leads to a labyrinth of fan forums, Patreon pages, and teaser trailers. This article serves as the definitive guide. We will break down what "The Gatekeeper" is, why the animation community holds it in such high regard, and how Wildeer Studio changed the landscape of adult narrative design.
git clone https://github.com/wysaid/CameraCapture.git
cd CameraCapture
./scripts/build_and_install.sh
include(FetchContent)
FetchContent_Declare(ccap
GIT_REPOSITORY https://github.com/wysaid/CameraCapture.git
GIT_TAG main)
FetchContent_MakeAvailable(ccap)
target_link_libraries(your_app PRIVATE ccap::ccap)
brew tap wysaid/ccap
brew install ccap
cargo add ccap-rs
# Recommended in Cargo.toml:
# ccap = { package = "ccap-rs", version = "<latest>" }
find_package(ccap REQUIRED)
target_link_libraries(your_app ccap::ccap)
| Platform平台 | Compiler编译器 | Requirements要求 |
|---|---|---|
| Windows | MSVC 2019+ | DirectShow default + Media Foundation support |
| macOS | Xcode 11+ | macOS 10.13+ |
| iOS | Xcode 11+ | iOS 13.0+ |
| Linux | GCC 7+ / Clang 6+ | V4L2 (Linux 2.6+) |
Build Requirements: CMake 3.14+, C++17 (C++ interface), C99 (C interface) 构建要求:CMake 3.14+,C++17(C++ 接口),C99(C 接口)