Skip to content

starlet-engine/starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarletStarter

Template for Starlet Game Projects

Building the Project

This project uses CMake. Follow these steps to build:

1. Clone the Repository

git clone https://github.com/masonlet/starlet-starter.git
cd starlet-starter

2. Create a Build Directory and Generate Build Files

mkdir build
cd build 
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..

-DCMAKE_EXPORT_COMPILE_COMMANDS=ON flag generates a compile_commands.json file
Can be safely omitted on Windows if you're using Visual Studio

3. Build the Project

  • Linux:

    make
  • Windows:

    cmake --build .

    Or open the generated .sln file in Visual Studio and build the solution.

About

Template for Starlet Game Projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors