Skip to content

Masonlet/StarletDevelopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarletDevelopment

The StarletDevelopment repository acts as a central hub for coordinated development and testing, bringing together all Starlets libraries.

🚀 Starlet Ecosystem

The Starlet ecyostem is a collection of light, modular C++ libraries designed for creating OpenGL applications.

Building the Project

This project uses CMake. Follow these steps to build:

1. Clone the Repository

git clone https://github.com/Masonlet/StarletDevelopment.git
cd StarletDevelopment

2. Clone the Starlet Repositories

Run one of the included clone_starlet_ files

3. Create a Build directory and Generate Build Files

mkdir build
cd build 
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_LOCAL=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

4. Build the Project

  • Linux:

    make
  • Windows:

    cmake --build .

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

About

Development repository for Starlet libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published