Skip to content

src-lua/PurpleHole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PurpleHole

Project Dependencies

This project requires the following libraries to be built and run successfully:

  • SDL3 (v3.2.1)- Simple DirectMedia Layer 3, a multimedia development library.
  • SDL_image (v3.2.0)- Image loading extension for SDL.
  • nlohmann_json (v3.11.3)- A single-header JSON library for modern C++.

Further Information

You can find more information about each of the dependecies on:

Building the Project

This section outlines the steps to build your project successfully. Make sure you have the required dependencies installed as described in the Project Dependencies section.

We support building PurpleHole using CMake (v.13.3.0)

Compile commands:

Generate build

cmake -B build

This command will generate all the build files needed to in fact build the project in the "build" folder.

Build and generate executable

cmake --build build

This command will generate the executable of the project, inside the folder "build/bin"

Running the Project

Once you've successfully built the project following the instructions in the Building the Project section, you can run it by following these steps:

1. Navigate to the executable:

Locate the bin directory, where your project's executable is placed.

cd build/bin

2. Run the program:

Windows:

PurpleHole.exe

Linux:

./PurpleHole.out

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •