Skip to content

Commit 60781a7

Browse files
committed
move physics from core/xyz to lab/physics -- this is more specialized and requires significant additional development to get the actual physics part working.
1 parent 3612525 commit 60781a7

23 files changed

Lines changed: 1 addition & 2122 deletions

xyz/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22

33
`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.
44

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.
86

xyz/examples/physics/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

xyz/examples/physics/typegen.go

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)