/IceSDK

a cold little 2D Game SDK

Primary LanguageCMIT LicenseMIT

IceSDK

IceSDK is a cold little Game SDK to create games. You can use individuel parts or just use it as a Game Engine itself.

How to setup

Setting things up is quite easy, you simply go ahead and run following commands:

# Clone the repository
git clone https://github.com/IceSDK/IceSDK

# Create a directory && go into it
mkdir build && cd build

# Generate CMake build files
cmake .. -GNinja # we recommend ninja generator since it's much faster

NixOS

NixOS is a bit werid though.
just enter nix-shell and run the commands above

Supported Platforms

Current supported platforms: iOS/MacOS aren't currently supported since i lack those devices.

Windows Linux osX android ios web
✔️ ✔️ ✔️ ✔️

Compile Status

Platform Windows Linux MacOS
PC GitHub Workflow Status GitHub Workflow Status
Android
iOS
Emscripten

License

IceSDK's code is licensed under the MIT licence. Please see the licence file for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.