An open API service indexing awesome lists of open source software.

https://github.com/rodd-oss/gomp

Golang MultiPlayer Engine Framework
https://github.com/rodd-oss/gomp

ecs fullstack gamedev go golang multiplayer quic-go raylib-go

Last synced: 5 months ago
JSON representation

Golang MultiPlayer Engine Framework

Awesome Lists containing this project

README

          

![Master Workflow](https://github.com/rodd-oss/gomp/actions/workflows/master_workflow.yml/badge.svg?event=push)

# Golang MultiPlayer Game Engine Framework
Modern way to create fullstack multiplayer games using Go.

## Features
- Entity Component System - written using best practices
- [raylib-go](https://github.com/gen2brain/raylib-go) bindings for rendering systems
- [quic-go](https://github.com/quic-go/quic-go) udp protocol for networking

## Tools
- [taskfile](https://taskfile.dev/) makefile alternative for running different tasks during development

## Task commands

```
task proto
task pprof
```