This commit is contained in:
Miguel de Icaza 2015-12-07 14:20:51 -05:00
Родитель 4b1855d64e
Коммит 7d8915c901
6 изменённых файлов: 51 добавлений и 26 удалений

24
LICENSE Normal file
Просмотреть файл

@ -0,0 +1,24 @@
This binding for Urho is licensed under:
Copyright (c) 2015 Xamarin Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Просмотреть файл

@ -1,15 +1,26 @@
# UrhoSharp
Code to integrate with the Urho3D engine
C# Bindings to the [Urho3D](http://urho3d.github.io/) engine.
This is designed to be a binding to the C++ API of the Urho3D engine.
The bindings/ for UrhoSharp are licensed under the MIT license, as
found on the LICENSE file.
For information on the binding strategy, see the document at:
# Sample
https://docs.google.com/document/d/1uuPwkmnGWdlhRe0-8VqLVtYyo1Hv1cgl_ZxmjwxMiFA/edit#heading=h.ozhfa8u99ynm
Sample code lives in https://github.com/xamarin/urho-samples and
repository has them as a git submodule. Samples use Urho via nuget.
![Very simple sample](https://hsto.org/files/ec1/1c8/d0c/ec11c8d0c4494048bc614e3166df4f3b.png)
Some screencasts:
* http://screencast.com/t/EmFj3O0K8
* http://screencast.com/t/Xh8G4StiABY
# How to build
This is currently a little messy, so YMMV.
In order to compile binaries for all platforms you will need both
Windows and OS X environment. Please follow these steps:
@ -94,14 +105,3 @@ Then, open Urho.sln and compile MonoUrho.Windows project in Release configuratio
All compiled binaries could be found in the Bin/{platform} folder.
# Sample
Sample code lives in https://github.com/xamarin/urho-samples and
repository has them as a git submodule. Samples use Urho via nuget.
![Very simple sample](https://hsto.org/files/ec1/1c8/d0c/ec11c8d0c4494048bc614e3166df4f3b.png)
Some screencasts:
* http://screencast.com/t/EmFj3O0K8
* http://screencast.com/t/Xh8G4StiABY

8
SharpieBinder/LICENSE Normal file
Просмотреть файл

@ -0,0 +1,8 @@
The binaries in the SharpieBinder directory are included for
convenience and are part of the Xamarin Platform which is licensed
under the Xamarin Software License
https://xamarin.com/platform/license
Xamarin grants you permission to use the binaries in the
SharpieBindier directory to update and recompile the bindings for
UrhoSharp.

Просмотреть файл

@ -6,7 +6,7 @@
<title>UrhoSharp</title>
<authors>Xamarin Inc.</authors>
<owners>Xamarin</owners>
<licenseUrl>http://developer.xamarin.com/guides/cross-platform/urho/</licenseUrl>
<licenseUrl>https://github.com/xamarin/urho/blob/master/LICENSE</licenseUrl>
<projectUrl>http://developer.xamarin.com/guides/cross-platform/urho/</projectUrl>
<iconUrl>http://developer.xamarin.com/guides/cross-platform/urho/introduction/Images/UrhoSharp_icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

Просмотреть файл

@ -6,14 +6,7 @@ Monodoc tools do not seem to run with PCL references).
The result was imported, and after this point, it is unlikely that it would be wise
to update from the C++ sources.
# Auto-documenting features
Easing functions
BaseType - StringHash
Type - Stringhash
Typename - string
Typenamestatic -string
TaskT returns
IntPtr constructors
The contents of this directory contain both original Xamarin content
and content produced originally the Urho3D project and Cocos2D
projects and have been adjusted to fit the C# bindings.

Двоичные данные
docs/Urho.Actions/_images/easing-functions.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 67 KiB