Skip to content

njsch/splashkit-core

 
 

Repository files navigation

SplashKit

Test SplashKit Core Linux Actions Status Test SplashKit Core macOS Actions Status Test SplashKit Core Windows Actions Status

Get involved:

git clone --recursive -j2 https://github.com/splashkit/splashkit.git

Refer to documentation guidelines here.

Extending SplashKit

Build dependencies

  • c++ compiler
  • cmake

Development on macOS

  1. Install Xcode command line tools
  2. Install brew
  3. Install cmake
  4. Clone repository
  5. Build test project cmake
  6. Run test project
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake
git clone --recursive -j2 https://github.com/splashkit/splashkit.git
cd splashkit/projects/cmake
cmake .
make
cd ../../bin
./sktest

About

Core code for SplashKit—beginner's all-purpose SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 43.0%
  • C# 18.8%
  • Pascal 13.9%
  • C 12.3%
  • Python 10.8%
  • CMake 0.6%
  • Other 0.6%