All Projects → organization → RapidPM

organization / RapidPM

Licence: GPL-3.0 license
High performance extension that implements parts of PocketMine-MP (PMMP) with Zephir

Programming Languages

Zephir
11 projects
shell
77523 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to RapidPM

Pathfinding
A pmmp virion (library) for pathfinding using A*
Stars: ✭ 36 (+16.13%)
Mutual labels:  pocketmine-mp, pmmp
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (+67.74%)
Mutual labels:  pocketmine-mp, pmmp
Pocketmine Mp
A server software for Minecraft: Bedrock Edition in PHP
Stars: ✭ 2,594 (+8267.74%)
Mutual labels:  pocketmine-mp, pmmp
MysteryCrate
PLUGIN ARCHIVED. USE https://github.com/DaPigGuy/PiggyCrates instead!
Stars: ✭ 30 (-3.23%)
Mutual labels:  pocketmine-mp, pmmp
BuilderTools
🪓 Powerful World Editor plugin for PocketMine servers
Stars: ✭ 74 (+138.71%)
Mutual labels:  pocketmine-mp, pmmp
SkyBlockUI
Manage your skyblock island in UI!
Stars: ✭ 20 (-35.48%)
Mutual labels:  pocketmine-mp, pmmp
IslandArchitect
An plugin to create custom sky island generators for the SkyBlock plugin
Stars: ✭ 12 (-61.29%)
Mutual labels:  pocketmine-mp, pmmp
NPC
The NPC plugin for PocketMine-MP
Stars: ✭ 28 (-9.68%)
Mutual labels:  pocketmine-mp, pmmp
KitUI
Advance AdvancedKits! Select Kits from a form, just do /kit and get kits info and select it if available! For Minecraft Bedrock Edition!
Stars: ✭ 44 (+41.94%)
Mutual labels:  pocketmine-mp, pmmp
FakePlayer
Specter but targeting PocketMine-MP API 4.0.0
Stars: ✭ 46 (+48.39%)
Mutual labels:  pocketmine-mp, pmmp
EasyEdit
A feature-rich World Editor for PocketMine-MP
Stars: ✭ 26 (-16.13%)
Mutual labels:  pocketmine-mp, pmmp
CosmeticMenu
Fun and Easy-to-Use Pocketmine Cosmetics plugin. (Gadgets, Particles, Trails, etc)
Stars: ✭ 22 (-29.03%)
Mutual labels:  pocketmine-mp, pmmp
Vector-Network-Project
Minecraft Bedrock Edition server plugin
Stars: ✭ 28 (-9.68%)
Mutual labels:  pocketmine-mp, pmmp
AuctionHouse
Feature-packed auction house plugin for PocketMine-MP (pmmp)
Stars: ✭ 31 (+0%)
Mutual labels:  pocketmine-mp, pmmp
Pocketmine-School
A Website To Teach Everything About PocketMine-MP
Stars: ✭ 15 (-51.61%)
Mutual labels:  pocketmine-mp, pmmp
Leveryl
An Advanced & Feature Rich Server Software for MC:PE 1.1.x
Stars: ✭ 45 (+45.16%)
Mutual labels:  pocketmine-mp, pmmp
CommandShop
Players have to pay items or money to use specific commands! A PocketMine plugin.
Stars: ✭ 32 (+3.23%)
Mutual labels:  pocketmine-mp, pmmp
InvSee
A PocketMine-MP plugin that lets you view and modify offline and online players' inventories in real-time!
Stars: ✭ 19 (-38.71%)
Mutual labels:  pocketmine-mp, pmmp
RedstoneCircuit
This is the PocketMine plugin that implements the Redstone circuit.
Stars: ✭ 81 (+161.29%)
Mutual labels:  pocketmine-mp, pmmp
DungeonPlus
[Plugin] A Plugin support Dungeon API.
Stars: ✭ 14 (-54.84%)
Mutual labels:  pocketmine-mp, pmmp

RapidPM Logo

RapidPM Build Status

High-performance PHP extension that implements parts of PocketMine-MP with Zephir.

Why should we use RapidPM?

The most used server software for "Minecraft: Bedrock Edition" is PocketMine-MP, which is written in PHP.

PocketMine-MP requires massive resource because of the nature of the game server, but PHP causes the slow-down issues for this.

The only way to fix this issue is to eradicating the rotten root: escaping from PHP and rewriting the code into another language.

RapidPM will do this for you.

How to install?

See this comment.

Why Zephir?

Zend API of PHP is very difficult to handle and C is memory-unsafe.

Our solution to fix this issue is writing the code with Zephir, an intuitive and memory safety ensured language.

License

This project is licensed under GPL-3.0. See the LICENSE file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].