Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Podrum/Podrum
https://github.com/Podrum/Podrum
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Podrum/Podrum
- Owner: Podrum
- License: gpl-2.0
- Created: 2021-12-28T15:29:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T02:47:16.000Z (over 2 years ago)
- Last Synced: 2024-07-28T13:24:40.148Z (3 months ago)
- Language: C
- Size: 607 KB
- Stars: 55
- 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)