Skip to content

exdal/IceSDK

 
 

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


# Generate IDE Specific files
# those are the supported args:
# --ide=(`vscode`, `vs2017`, `vs2019`) --target?=(`android`, `emscripten`)
# though android doesn't really work right now.
python3 ./tools/setup.py --ide=vscode

Manual Setup

Manual setup isn't really supported, if you want to know how it works, please checkout .ide and or .github/workflows

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 GitHub Workflow Status GitHub Workflow Status
iOS
Emscripten GitHub Workflow Status GitHub Workflow Status

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.

About

a cold little 2D Game SDK

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.1%
  • C++ 7.2%
  • Java 3.1%
  • Python 1.5%
  • Scala 0.1%
  • Shell 0.0%