Jack-Ji / raynew

Dummy script for initializing new zig project based on raylib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raynew

Dummy script for initializing new zig project based on raylib.

Prerequisite

  • bash
  • zig
  • git

Usage

Run following command in your terminal:

./raynew.sh mygame

When script exit successfully, your game should be ready to run. Try it out:

cd mygame
zig build run

About

Dummy script for initializing new zig project based on raylib.


Languages

Language:Shell 100.0%