Skip to content

Umi is, at its core, a data-oriented component system for high-performance and concurrent computing. Umi can be combined with Kaminari and Kumo to create a full-fledged MMO server. If paired with OpenGL/Vulkan/DirectX, UMI is the perfect base for a game engine.

Notifications You must be signed in to change notification settings

NetPunkSoftware/Umi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Using CMake:

mkdir build
cd build
cmake ..
make

Executable will be found at

* build/samples/client/src/
* build/samples/server/src/

Tested with

  • Clang 11.0 and libc++.
  • Visual Studio 2019 16.5.5 and 16.7.0 Preview 4

Should work with any compile as long as it has support for

  • Conceps TS
  • C++17 major features (notably constexpr, fold expressions, variant)
  • Boost 1.73 libraries

Might require tweaking src/CMakeLists.txt to add flags when not using the above combination.

About

Umi is, at its core, a data-oriented component system for high-performance and concurrent computing. Umi can be combined with Kaminari and Kumo to create a full-fledged MMO server. If paired with OpenGL/Vulkan/DirectX, UMI is the perfect base for a game engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published