Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmich/Gem
A cross-platform game engine with GUI and multiplayer support using Monogame, Farseer and Lidgren
https://github.com/gmich/Gem
Last synced: 3 months ago
JSON representation
A cross-platform game engine with GUI and multiplayer support using Monogame, Farseer and Lidgren
- Host: GitHub
- URL: https://github.com/gmich/Gem
- Owner: gmich
- License: mit
- Created: 2014-12-23T10:26:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T09:59:08.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T03:14:23.188Z (6 months ago)
- Language: C#
- Homepage:
- Size: 10.3 MB
- Stars: 20
- Watchers: 14
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-monogame - Gem - ![GitHub stars](https://img.shields.io/github/stars/gmich/Gem.svg) - A cross-platform game engine with GUI and multiplayer support using MonoGame, Farseer and Lidgren. (Engines)
README
Gem
===================================| Linux | Windows |
|-------------------------|------------------------|
|[![Linux Build Status](https://travis-ci.org/gmich/Gem.svg)](https://travis-ci.org/gmich/Gem) | [![Windows Build status](https://ci.appveyor.com/api/projects/status/2kb9f1h05hksb3ry?svg=true)](https://ci.appveyor.com/project/gmich/gem) |
Gem is a cross-platform game framework with GUI and multiplayer support using Monogame, Farseer and Lidgren## Developement Progress
* Gem Network is not fully tested and not ready to use. See [Ginet](https://github.com/gmich/ginet) instead.
* Gem Gui API is likely to change.
* Gem Engine is still in early development.## Description
### Gem Network
A library for client server applications using network sockets. Gem Network extends Lidgren Network, offering an easy to use API for creating network events and a configurable and expendable server console for executing remote commands[A Gist with a NetworkPackage simple example](https://gist.github.com/gmich/cc0d256b0db04a8d24f5)
Documentation for Gem Network can be found [here](https://github.com/gmich/Gem/wiki/Gem.Network)
### Gem GUI
A library to render [GUI controls](https://github.com/gmich/Gem/wiki/GemGui-Controls) in Monogame applications.
Gem Gui supports the basic control events for mouse / keyboard / controller / touch.
The control's style is easily customisable.Controls can be grouped into [GuiHosts](https://github.com/gmich/Gem/wiki/GemGui-Host) and show/hide them using the GemGui's screen management.
You can also assing controls into layout groups for automatic alignment that respond to window and resolution changes.
[A Gist with an example](https://gist.github.com/gmich/aee2e5cd3e7866df1446#file-gistfile1-cs)
Documentation and how to get started can be found [here](https://github.com/gmich/Gem/wiki)