百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

duality

> 编程语言
开源

一个 2D 游戏开发框架

1.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个 2D 游戏开发框架

Duality - A 2D GameDev Framework

Duality is a plugin based 2D game development framework based on C# and OpenTK. To get a quick overview, please visit the project page. For documentation, take a look at our docs page.

If you have questions or just want to say Hi, feel free to check out the discussions area, or join us in the chat. Also, feedback is always welcome! Bugs and feature requests that do not require further discussion, however, should be filed in the issue tracking system, directly here on github.

Latest Binary Release

You can find the latest binary release here. If you already have a Duality project, you can update your Duality version or any of its plugins in the Package Manager.

Build status:

Branch Status master release 1.x 2.x 3.x

Building From Source

If you want to build Duality yourself, you can do so using Visual Studio or MonoDevelop by simply opening Duality.sln and selecting "Build Solution". On non-Windows systems, you will be able to build core projects only and have to unload any editor projects first. When building Duality from the command line, make sure to call nuget restore Duality.sln first, so the required packages can be restored.

All framework build results will be located in the shared Build/Output folder. Sample project build results will be separate, and located in their respective Content/Plugins subdirectories. To launch any of the included sample projects after building Duality, select it as a startup project in your IDE. Otherwise, you can use either DualityEditor or DualityLauncher as a startup project.

⚠️ Project status

The project is on hold indefinitely - probably forever. The latest version is stable and usable, with some caveats:

  • The package manager is not working, as it broke following a change in the NuGet APIs. If you want to check and use the available plugins you can search for Duality on NuGet, download the package and unzip the dlls in the plugins folder of Duality.
  • A v4 was being worked on, and is the one currently available in the master branch. It should be pretty stable and you can build it as described above. That said, no further work is scheduled to happen in the near and possibly far future.

This said, I'm going to thank everyone who worked on this project. It was a blast while it lasted.

SirePi


Maintainers

  • SirePi
  • Barsonax
  • Ilexp (creator, now inactive but still around to give us advice)

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •C#
  • •c-sharp
  • •csharp
  • •dotnet
  • •duality

> 标签

C#c-sharpcsharpdotnetduality

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言