Shooting Star

Outline

A small frontend framework for game development. This framework is supported on Windows and Linux.

Build

Following commands are required:

Following dependencies are required:

Run following commands to build in Linux:

$ ./build.sh $ cargo build

or in Windows:

```

powershell -NoProfile -ExecutionPolicy Unrestricted .\build.ps1 cargo build ```