Documentation
  • 🏠Home
    • Parallel-Origin Documentation
  • Server
    • Introduction
    • Database
    • Entity Component System
    • Networking
    • Physics
    • Workflow
  • Client
    • Introduction
    • Internal Database
    • Entity Component System
    • Networking
    • User Interface
    • Workflow
  • Core
    • Introduction
    • Shared Components
    • Shared Networking
    • Shared Utils
    • Workflow
Powered by GitBook
On this page
Edit on GitHub

Home

Start here and work your way forward to understand client, server and shared codebase.

NextIntroduction

Last updated 1 year ago

To actively help with development, you'll probably need to learn some basics first. Among them how the client, server and shared code base work together. That is what this is for.

Let's start with a little overview. The project consists of three parts. The client, the server and the core. They all work together with each other and are somewhat connected. You can find the repositorys here: - - - And the documentation here: - - - Are you ready? It won't be easy and you'll have to push through... so let's get started!

🏠
documentation
https://github.com/Parallel-Origin/PO-Server
https://github.com/Parallel-Origin/PO-Client
https://github.com/Parallel-Origin/PO-Core
Server Docs
Client Docs
Core Docs