Skip to content

Using SplashKit (Overview)


Here is a basic overview of how to compile and run SplashKit programs in C++, C# and python.

To compile C++ SplashKit code, you will use the following command (assuming the code file is named program.cpp):

Terminal window
g++ program.cpp -l SplashKit -o test_program

Then you can run the program with:

Terminal window
./test_program