Skip to content

Lisible/tuber-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuber logo

tuber

Make your games taste like a Piemontese salad

tuber is a game engine I'm currently working on during my spare time.

How to run the examples

You can run the examples by going into the examples/<example> directory and running the following example

cargo run -p <example>

How to build the book

In order to build the book, you need to install mdbook.

To build the book, navigate to the book directory use the following command

mdbook build


Similarly, to serve it on a local server use the following command

mdbook serve