README: update example command, document where to find examples
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
96a9c94922
commit
1eba5906ae
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -17,15 +17,19 @@ Written in [Zig](https://ziglang.org/), Mach is for creating games, graphical ap
|
|||
## Cross-platform graphics in ~60 seconds
|
||||
|
||||
```sh
|
||||
git clone https://github.com/hexops/mach
|
||||
cd mach/
|
||||
zig build run-example-boids
|
||||
git clone --recursive https://github.com/hexops/mach-examples
|
||||
cd mach-examples/
|
||||
zig build run-boids
|
||||
```
|
||||
|
||||
Cross-platform graphics, a unified shader language & compute shaders.
|
||||
|
||||
(Requires [zig 0.10.x](https://ziglang.org/) | [known issues](https://github.com/hexops/mach/blob/main/doc/known-issues.md#known-issues))
|
||||
|
||||
## Get started with 15+ examples
|
||||
|
||||
* Examples showcase: https://machengine.org/gpu/
|
||||
|
||||
## Libraries
|
||||
|
||||
Mach has many libraries you can use for game development in Zig - **you don't have to use the entire engine.** All our libraries aim to have the same zero-fuss installation, cross compilation, and platform support:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue