Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderXu committed Apr 22, 2024
1 parent e0743ad commit 7f07f63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# RealityMoreShape


<p align="center">

<img src="Resources/RealityMoreShape.png" alt="RealityMoreShape Logo" title="RealityMoreShape" />
</p>

<p align="center">

<a href="https://github.com/apple/swift-package-manager"><img alt="Swift Package Manager compatible" src="https://img.shields.io/badge/SPM-%E2%9C%93-brightgreen.svg?style=flat"/></a>

<img src="https://img.shields.io/badge/Swift-5.9+-orange.svg" alt="Swift 5.9" />

<img src="https://img.shields.io/badge/Platforms-visionOS--iOS-brightgreen?style=flat-square" alt="Swift 5.9" />

</p>

# RealityMoreShape



Extending the built-in Geometry types in RealityKit, for iOS and visionOS.
Expand Down Expand Up @@ -73,7 +69,9 @@ RealityView { content in

In the Demo, you can see the shape of every Geometry type. And you can also choose to display DebugOptions of `normal` and `uv`.

在演示 Demo 中,你可以看到所有几何体形状,并且可以选择调试选项,以可视化方式查看 `法线``贴图坐标(UV)`
在演示 Demo 中,你可以看到所有几何体形状,并且可以选择调试选项,以可视化方式查看 `法线``贴图坐标(UV)`

![shapes-gif](./Resources/shapes-gif.gif)

![Tetrahedron-none](./Resources/Tetrahedron-none.png)

Expand Down Expand Up @@ -126,7 +124,12 @@ Xander: API 搬运工
* [https://juejin.cn/user/2629687543092056](https://juejin.cn/user/2629687543092056)


## Related Package 相关框架

This project is inspired by the following two frameworks, particularly Euclid, and is greatly appreciated:
本项目思路来自于以下两个框架,受它们激发而产生,尤其是 `Euclid`,非常感谢:
* [RealityGeometries](https://github.com/maxxfrazer/RealityGeometries):Add more geometries to your RealityKit projects
* [Euclid](https://github.com/nicklockwood/Euclid):Euclid is a Swift library for creating and manipulating 3D geometry using techniques such as extruding or "lathing" 2D paths to create solid 3D shapes, and CSG (Constructive Solid Geometry) to combine or subtract those shapes from one another.


## License 证书
Expand Down
Binary file added Resources/RealityMoreShape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f07f63

Please sign in to comment.