Info
Version: | 1.1.0 |
Author(s): | Alexandre Oliveira |
Last Update: | Friday, May 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RockyTV/Duality.IronPython |
NuGet Url: | https://www.nuget.org/packages/RockyTV.Duality.Plugins.IronPython |
Install
Install-Package RockyTV.Duality.Plugins.IronPython
dotnet add package RockyTV.Duality.Plugins.IronPython
paket add RockyTV.Duality.Plugins.IronPython
RockyTV.Duality.Plugins.IronPython Download (Unzip the "nupkg" after downloading)
Dependencies
- AdamsLair.Duality(>= 2.11.1)
- IronPython(>= 2.7.7)
- IronPython.StdLib(>= 2.7.7)
Tags
This plugin makes it possible to write all the logic behind your game using Python instead of C#.
Beware that, as the name says, it uses the IronPython package to be able to use Python, therefore
there may be some features that the official Python language may not have, or some features may be
missing.