Skip to content

Podrum/Podrum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podrum

Introduction

Podrum is a server software for Minecraft Bedrock Edition written in C and aims to be fast, stable and secure.

This project is still in early development.

Building

Linux/MacOS:

cmake CMakeLists.txt
make

Windows:

cmake CMakeLists.txt
msbuild PodrumR3.sln

Used Libraries

CBinaryStream By MFDGaming

CZlibHelper By MFDGaming

CNBT By MFDGaming

miniz By richgel999