Skip to content

radgeRayden/bottle-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bottle-examples

Examples for the Bottle game framework

Building

The script bootstrap.sh takes care of downloading and building all direct dependencies. It does not however install build-time dependencies, since those will differ from OS to OS, and I don't think people like when a script installs system packages.

Bottle (and these examples) currently support Windows (MinGW) and Linux. The build will not successfully complete without:

  • gcc
  • a rust toolchain

This may not be a complete list, open an issue if it fails on your particular system.

Running

After all the dependencies are taken care of, simply run each example's main.sc file with Scopes in project mode (-e flag), like so:

scopes -e 01-hello-gpu/main.sc

About

Examples for the Bottle game framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published