From 045b44c98d13c7d9e4a578c1b917d35713883c82 Mon Sep 17 00:00:00 2001 From: LelandJin <153583907lnj@gmail.com> Date: Wed, 15 Jul 2026 00:44:55 +0800 Subject: [PATCH] docs: add Simplified Chinese README translation Add README.zh-CN.md and a language-switch link at the top of README.md. --- README.md | 3 +++ README.zh-CN.md | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 README.zh-CN.md diff --git a/README.md b/README.md index 5129a54..77bdf09 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Carbon Math + +[English](./README.md) | [简体中文](./README.zh-CN.md) + > Provides some basic math utilities for vectors, planes, quaternions etc. ## 🛠️ Building diff --git a/README.zh-CN.md b/README.zh-CN.md new file mode 100644 index 0000000..3baa5f3 --- /dev/null +++ b/README.zh-CN.md @@ -0,0 +1,25 @@ +# Carbon Math + +[English](./README.md) | [简体中文](./README.zh-CN.md) + +> 提供向量、平面、四元数等基础数学工具。 + +## 🛠️ 构建 + +使用仓库根目录下提供的 CMakeLists 进行构建。 + +## 🤝 参与贡献 + +贡献遵循标准的 Git PR(Pull Request)流程。 + +提交 Pull Request 或以其他方式为本项目做出贡献,即表示您同意以(待定的)许可证授权您的贡献内容,并确认您拥有这样做的权利。 + +## 📄 许可证与法律声明 + +本软件由 CCP Games 提供,不包含也不分发任何第三方库或框架。 + +本软件为图形与物理编程提供基础数学工具。 + +商标声明:CCP Games 是 CCP ehf. 的商标。 + +本项目基于 [MIT 许可证](LICENSE.md)授权。[MIT 许可证](LICENSE.md)中的任何条款均不授予任何关于 CCP Games 商标或游戏内容的权利。