IceSDK is a cold little Game SDK to create games. You can use individuel parts or just use it as a Game Engine itself.
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 is a bit werid though.
just enter nix-shell
and run the commands above
Current supported platforms: iOS/MacOS aren't currently supported since i lack those devices.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|---|
✔️ | ✔️ | ❌ | ✔️ | ❌ | ✔️ |
Platform | Windows | Linux | MacOS |
---|---|---|---|
PC | ❌ | ||
Android | ❌ | ❌ | ❌ |
iOS | ❌ | ❌ | ❌ |
Emscripten | ❌ | ❌ | ❌ |
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.