[chore] minor fixes

This commit is contained in:
Nomango 2019-08-12 11:50:56 +08:00
parent 7da0785651
commit 6e09f5ddaf
3 changed files with 16 additions and 14 deletions

View File

@ -13,10 +13,20 @@ Kiwano-Core is a game irrelevant lib that provide a lot useful tools can be used
It's still under heavy developing. I write it and use it to developy my own tiny games.
You can move to [Kiwano Demos](https://github.com/kiwanogame/KiwanoDemos) repository to see how to use Kiwano implement simple games.
You can move to [Kiwano Demos](https://github.com/kiwanogame/KiwanoDemos) repository to see how to use Kiwano to implement simple games.
More docs and examples will be added later.
## Features
* Scene management
* Transitions between scenes
* Actions behaviours
* Buttons and menus
* Texture atlas support
* Audio support
* Custom data storage
* Direct2D based
## Install
### Dev Environment
@ -40,17 +50,8 @@ More docs and examples will be added later.
5. Right-click `References` and choose `Add Reference`, select `kiwano` project
6. Now you can build your own applications based on Kiwano source code !
## Features
* Scene management
* Transitions between scenes
* Actions behaviours
* Buttons and menus
* Texture atlas support
* Audio support
* Custom data storage
* Direct2D based
## Next plan
* GUI system
* Physical engine
* Particle system

View File

@ -93,6 +93,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<BufferSecurityCheck>false</BufferSecurityCheck>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>None</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>../src/</AdditionalIncludeDirectories>
<MinimalRebuild>false</MinimalRebuild>

View File

@ -57,9 +57,9 @@ nuget {
title: Kiwano Game Framework;
authors: Nomango;
owners: Nomango;
licenseUrl: "https://github.com/Nomango/Kiwano/blob/master/LICENSE";
projectUrl: "https://github.com/Nomango/Kiwano";
iconUrl: "https://github.com/Nomango/Kiwano/raw/master/logo/logo_square.png";
licenseUrl: "https://github.com/KiwanoEngine/Kiwano/blob/master/LICENSE";
projectUrl: "https://github.com/KiwanoEngine/Kiwano";
iconUrl: "https://github.com/KiwanoEngine/Kiwano/raw/master/logo/logo_square.png";
description: A simple game framework for C++;
releaseNotes: "Initial release of a Nuget package for Kiwano Game Engine";
copyright: Copyright 2019;