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

https://github.com/dotmos/ugameframework

A reactive, modular, service based framework for Unity that keeps the code side of your project de-fragmented, organized and reuseable.
https://github.com/dotmos/ugameframework

Last synced: 8 months ago
JSON representation

A reactive, modular, service based framework for Unity that keeps the code side of your project de-fragmented, organized and reuseable.

Awesome Lists containing this project

README

          

# uGameFramework by gentlymad



***DEPRECATED

Use the new GameFramework2 instead, which has been rewritten from scratch

-> https://github.com/dotmos/GameFramework2***


A modular, service based, multithreaded framework for Unity that keeps the code side of your project de-fragmented, organized and reuseable.

Features an optional multithreaded ECS imlementation, modular services, parallel global eventstreams, MVC, reactive state machines, serializer interface, double precision Vector2/3/Quaternion/Math, and many other things that makes your life easier.

Needs Unity with .NET 4.6 support enabled. (found in PlayerSettings)

Uses Zenject (https://github.com/modesttree/Zenject), Flatbuffers (https://github.com/google/flatbuffers) and UniRx (https://github.com/neuecc/UniRx).

Used in production at gentlymad studios for "Endzone - A world apart", "Furious Fightpub", "Pizza Connection 3" and other games.
.