game-framework
Here are 235 public repositories matching this topic...
Distributed server for social and realtime games and apps.
-
Updated
May 30, 2022 - Go
A game server framework in Go (golang)
-
Updated
Jul 11, 2021 - Go
Unity3D System Design Architecture
-
Updated
May 22, 2022 - C#
Unreal Engine .NET 6 integration
-
Updated
Mar 13, 2022 - C#
In the current version, only the Handshake is used at the start of the connection. If the client does not send a message for a long time, the session will not be closed automatically. Will future versions do this session logic maintenance? For example, Netty can set the session to be automatically closed if the client does not send messages for a long time .
Context
There is a use case for creating a timer that has a variable duration. For example, if you wanted to randomly space events during a game.
Proposal
Add the ability to specify a range (min and max) of time and allow the timer to randomly choose a duration within that range.
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
-
Updated
Apr 29, 2022 - C++
DEMO: Mahjong server base on nano(https://github.com/lonng/nano)
-
Updated
Jun 15, 2021 - Go
C99, header-only framework for games and multimedia applications
-
Updated
May 27, 2022 - C
-
Updated
May 25, 2022 - Java
Small C game development framework
-
Updated
Feb 18, 2022 - C
-
Updated
Dec 19, 2021 - C#
AgileJS - The Css3 Creation Engine
-
Updated
Nov 18, 2021 - JavaScript
a Game Framework in Nim inspired by Pico-8.
-
Updated
Mar 11, 2022 - Nim
Screenshot game
It would be great to be able to screenshot a game, similar to Pygame.
a framework in golang for game server or app server
-
Updated
Mar 28, 2021 - Go
-
Updated
May 30, 2022 - C
A small 2d c++ game framework
-
Updated
May 28, 2022 - C++
Crystal bindings to SFML multimedia/game library
-
Updated
May 8, 2022 - Crystal
a simple cross-platform game framework made in C# dotnet core
-
Updated
Mar 7, 2022 - C#
a simple 2d game framework
-
Updated
Jan 10, 2021 - Go
cocos-creator游戏框架,typescript版本。
-
Updated
Mar 26, 2022 - TypeScript
Provides a set of default code that makes getting up and running with an HTML5 canvas game very easy.
-
Updated
May 26, 2022 - JavaScript
game engine and framework written in luajit
-
Updated
Apr 6, 2022 - Lua
JavaScript HTML5 game development framework
-
Updated
Mar 26, 2022 - JavaScript
Feature-rich game framework for Common Lisp
-
Updated
Feb 5, 2022 - Common Lisp
Improve this page
Add a description, image, and links to the game-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game-framework topic, visit your repo's landing page and select "manage topics."


MonoGame has a very long history of tutorials, some are as old as a decade and some even are still based on XNA (which is compatible with MonoGame for the most part, but different in regard to how to start a project).
Also, MonoGame is a stable API with a policy of "no breaking changes" when possible, which means that even very old tutorials