Skip to content

sgeos/nyaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nyaa Game Template

Forked from Rust SDL2 Template.

Building

The following libraries need to be installed to build this project.

  • SDL2
  • SDL2 Mixer
  • SDL2 Image
  • SDL2 TTF
  • SDL2 GFX

Usage Examples

This template accepts command line arguments and environment variables. Press ESC to exit the program.

# Basic Usage
cargo run

# Help and Version
cargo run -- --help
cargo run -- --version

# Command Line Arguments
cargo run -- --fullscreen
cargo run -- -t "Window Title" -w 200 -h200
cargo run -- -f21 -i1 -d7

# Environment Variables
FULLSCREEN=true cargo run
WINDOW_TITLE="Window Title" WINDOW_WIDTH=200 WINDOW_HEIGHT=200 cargo run
FLASH_INTERVAL=1 FLASH_DURATION=7 FPS=21 cargo run

About

Nyaa game repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages