You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move physics from core/xyz to lab/physics -- this is more specialized and requires significant additional development to get the actual physics part working.
Copy file name to clipboardExpand all lines: xyz/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,5 @@
2
2
3
3
`xyz` is a 3D graphics framework written in Go. It is a separate standalone package that renders to an offscreen WebGPU framebuffer, which can easily be converted into a Go `image.RGBA`. The [xyzcore](xyzcore) package provides an integration of xyz in Cogent Core, for dynamic and efficient 3D rendering within 2D GUI windows.
4
4
5
-
See [Cogent docs xyz](https://cogentcore.org/core/xyz) for full documentation. This README just has some extra detailed bits and pointers to sub-packages:
6
-
7
-
* The [physics](physics) sub-package provides a physics engine for simulating 3D virtual worlds, using xyz.
5
+
See [Cogent docs xyz](https://cogentcore.org/core/xyz) for full documentation.
0 commit comments