Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FNA Template

Clone this repo

git clone https://github.com/studylessshape/FNA-template --recursive

Download fnalibs

Enter fnalibs action page: https://github.com/FNA-XNA/fnalibs-dailies/actions.

Then download CI artifacts and decompressed in fnalibs folder.

Build project

Windows

  • Debug or Run: use Visual Studio or dotnet-cli by dotnet run
  • Publish: use Visual Studio or dotnet-cli by dotnet publish

Linux

Need Install

  1. clang or gcc;
  2. libsdl3: libsdl3-dev,libsdl3-ttf-dev,libsdl3-image-dev
  3. libfaudio-dev or libfaudio0: FAudio need these to play song or sound effects.

If use sdl2, replace the sdl3 to sdl2

  • Debug or Run: dotnet-cli by dotnet run
  • Publish: dotnet-cli by dotnet publish

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages