Skip to content

Commit 71c8216

Browse files
committed
docs: reorganize README layout following best practices
- Move official website link to description section with blockquote - Keep badge row for project status only (CI, license, language, platform) - Remove workflow badges from website (docs/index.html) - Follow GLFW/SDL/OpenCV layout best practices
1 parent 77fd009 commit 71c8216

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
A high-performance, lightweight cross-platform camera capture library with hardware-accelerated pixel format conversion, providing complete C++ and pure C language interfaces.
1414

15+
> 🌐 **Official Website:** [ccap.work](https://ccap.work)
16+
1517
## Table of Contents
1618

1719
- [Features](#features)
@@ -29,7 +31,7 @@ A high-performance, lightweight cross-platform camera capture library with hardw
2931
- **Lightweight**: Zero external dependencies - uses only system frameworks
3032
- **Cross Platform**: Windows (DirectShow), macOS/iOS (AVFoundation), Linux (V4L2)
3133
- **Multiple Formats**: RGB, BGR, YUV (NV12/I420) with automatic conversion
32-
- **Dual Language APIs**: ✨ **New Complete Pure C Interface** - Both modern C++ API and traditional C99 interface for various project integration and language bindings
34+
<!-- - **Dual Language APIs**: ✨ **New Complete Pure C Interface** - Both modern C++ API and traditional C99 interface for various project integration and language bindings -->
3335
- **Production Ready**: Comprehensive test suite with 95%+ accuracy validation
3436
- **Virtual Camera Support**: Compatible with OBS Virtual Camera and similar tools
3537

README.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
高性能、轻量级的跨平台相机捕获库,支持硬件加速的像素格式转换,提供完整的 C++ 和纯 C 语言接口。
1414

15+
> 🌐 **官方网站:** [ccap.work](https://ccap.work)
16+
1517
## 目录
1618

1719
- [特性](#特性)

docs/index.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ <h1>ccap</h1>
3434
<p class="tagline lang-zh">支持 AVX2、Apple Accelerate 和 NEON 硬件加速的像素格式转换</p>
3535

3636
<div class="badges">
37-
<a href="https://github.com/wysaid/CameraCapture/actions/workflows/windows-build.yml">
38-
<img src="https://github.com/wysaid/CameraCapture/actions/workflows/windows-build.yml/badge.svg" alt="Windows Build">
39-
</a>
40-
<a href="https://github.com/wysaid/CameraCapture/actions/workflows/macos-build.yml">
41-
<img src="https://github.com/wysaid/CameraCapture/actions/workflows/macos-build.yml/badge.svg" alt="macOS Build">
42-
</a>
43-
<a href="https://github.com/wysaid/CameraCapture/actions/workflows/linux-build.yml">
44-
<img src="https://github.com/wysaid/CameraCapture/actions/workflows/linux-build.yml/badge.svg" alt="Linux Build">
45-
</a>
4637
<a href="https://opensource.org/licenses/MIT">
4738
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License">
4839
</a>

0 commit comments

Comments
 (0)