Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

eopb/amethyst-pong-example-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amethyst-pong-example-tutorial

How to run

To run the game, use

cargo run --features "vulkan"

on Windows and Linux, and

cargo run --features "metal"

on macOS.

For building without any graphics backend, you can use

cargo run --features "empty"

but be aware that as soon as you need any rendering you won't be able to run your game when using the empty feature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages