Skip to content

juanvillacortac/nuuro_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuuro Game Template

This is the basic boilerplate for generating a nuuro project with targets on desktop and web (wasm32-unknown-unknown target).

Building

On desktop (Windows, Linux, MacOS) simply run:

cargo build --release

For web target, run:

cargo build --target=wasm32-unknown-unknown

Running

On desktop (Windows, Linux, MacOS) simply run:

cargo run --release

For web target, first build with the instructions above and serve the html folder with a static server. For example, if you have installed node, run:

npx serve html

About

Nuuro game engine template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages