为现代C++设计的2D游戏引擎
Please wait for the administrator to review and you will receive a system notification when the review is complete

English | 简体中文
Kiwano is a open-source 2D C++ game engine, only support win32 platform.
Kiwano-Core is a game irrelevant lib that provide a lot useful tools can be used in other projects. I made a lot wheels to make cpp simpler to use.
It's still under heavy developing. I write it and use it to developy my own tiny games.
You can move to Kiwano Demos repository to see how to use Kiwano to implement simple games.
More docs and examples will be added later.
References and choose Manage NuGet Packages
Browse tab, search for kiwano, select that package in the list, and select InstallAdd and then Existing item
.vcxproj files in /projects folder which you downloaded in 1st stepProperties, select C\C++ => General, add the root directory of kiwano project to the Additional include directory fieldReferences and choose Add Reference, select kiwano project