https://github.com/Podrum/Podrum
https://github.com/Podrum/Podrum
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/Podrum/Podrum
- Owner: Podrum
- License: gpl-2.0
- Created: 2021-12-28T15:29:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T02:47:16.000Z (about 4 years ago)
- Last Synced: 2025-04-07T22:41:34.541Z (about 1 year ago)
- Language: C
- Size: 607 KB
- Stars: 56
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minecraft-bedrock - Podrum - A minecraft (bedrock) server software written in python (3.X). (Server)
README
# 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](https://github.com/MFDGaming/CBinaryStream) By [MFDGaming](https://github.com/MFDGaming)
[CZlibHelper](https://github.com/MFDGaming/CZlibHelper) By [MFDGaming](https://github.com/MFDGaming)
[CNBT](https://github.com/MFDGaming/CNBT) By [MFDGaming](https://github.com/MFDGaming)
[miniz](https://github.com/richgel999/miniz) By [richgel999](https://github.com/richgel999)