RichardH92 / Poser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poser

Poser is a service to track particles in 3d space. It is designed to be used as the persistence layer of an online multiplayer game.

Features

  • In-memory
  • Strongly consistent
  • Efficent bounds queries
  • gRPC API

Benchmarks

Architecture

Project Structure

API

Dev Environment

Required Installs

  1. Rust

Building Poser

cargo build

Running Tests

cargo test

Running Benchmarks

cargo bench

Recommended Tools

Tool Description
BloomRPC gRPC client

About

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%