From 1eba5906ae740f279dd3eb350ef1d98bd2775043 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 16 Oct 2022 13:34:15 -0700 Subject: [PATCH] README: update example command, document where to find examples Signed-off-by: Stephen Gutekanst --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2143432..a2f59223 100644 --- a/README.md +++ b/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: