From 6e09f5ddafd65bad261f630499c27b585f3399db Mon Sep 17 00:00:00 2001 From: Nomango <569629550@qq.com> Date: Mon, 12 Aug 2019 11:50:56 +0800 Subject: [PATCH] [chore] minor fixes --- README.md | 23 ++++++++++++----------- projects/kiwano-audio.vcxproj | 1 + scripts/coapp/kiwano.autopkg.template | 6 +++--- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a888312e..2c722015 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/projects/kiwano-audio.vcxproj b/projects/kiwano-audio.vcxproj index 28dbcd6a..f3593c1a 100644 --- a/projects/kiwano-audio.vcxproj +++ b/projects/kiwano-audio.vcxproj @@ -93,6 +93,7 @@ true false true + None true ../src/ false diff --git a/scripts/coapp/kiwano.autopkg.template b/scripts/coapp/kiwano.autopkg.template index 070b23d7..3d9cc68e 100644 --- a/scripts/coapp/kiwano.autopkg.template +++ b/scripts/coapp/kiwano.autopkg.template @@ -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;