首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 玫瑰在线插件系统用C++编写C++/CLI,C #和IronPython

玫瑰在线插件系统用C++编写C++/CLI,C #和IronPython

资 源 简 介

SharpAPI Introduction SharpAPI is a plugin system created for the MMORPG ROSE Online (kROSE v736 - AruaROSE, TitanROSE, etc.). Written in a variety of programming languages targeting the .NET Framework (version 4), SharpAPI allows players to create and use plugins written in most CLI languages (see a list of the most popular). Plugins can either be compiled into DLL form or Python scripts (.py files). An example of a Python script can be seen below, the example draws the text "SharpAPI is running!" onto the screen. ``` import clr clr.AddReference("System.Drawing") from System.Drawing import Color from SharpAPI import * from SharpAPI.Engine import * def Render(): Sprite.Begin() Sprite.DrawText("SharpAPI is running!", Font.NormalOutline, 50, 50, Color.White) Sprite.End() Scene.R

文 件 列 表

SharpAPI.dll
SharpAPI.Interface.dll
zlib1.dll
Plugins
SharpAPI.Console.dll
VIP VIP
0.180417s