-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa1aff7
commit 09eea55
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<img style="width: 100%" src="https://github.com/ferrumc-rs/ferrumc/assets/README/header.svg?raw=true" alt="FerrumC Header"> | ||
<img style="width: 100%" src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/header.svg?raw=true" alt="FerrumC Header"> | ||
<div align="center"> | ||
<img src="https://img.shields.io/github/license/ferrumc-rs/ferrumc?style=for-the-badge&color=red" alt="License"> | ||
<img src="https://img.shields.io/github/languages/code-size/ferrumc-rs/ferrumc?style=for-the-badge&color=red" alt="Code Size"> | ||
|
@@ -32,37 +32,37 @@ programming language, it is completely multithreaded and offers high performance | |
[Docs](https://docs.ferrumc.com) are currently under construction, but you can join | ||
our [Discord server](https://discord.gg/qT5J8EMjwk) for help or to discuss the project! | ||
|
||
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/in_game.png?raw=true" alt="In-game screenshot"> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/in_game.png?raw=true" alt="In-game screenshot"> | ||
|
||
## ✨ Key Features | ||
|
||
<ul> | ||
<li> | ||
<h4>🛈 Customizable server list</h4> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/server%20list.png?raw=true" alt="Server list"> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/server%20list.png?raw=true" alt="Server list"> | ||
</li> | ||
<li> | ||
<h4>🚄 Extremely fast and adaptable update speeds</h4> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/mind%20boggling.gif?raw=true" alt="Mind boggling"> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/mind%20boggling.gif?raw=true" alt="Mind boggling"> | ||
</li> | ||
<li> | ||
<h4>🖥️ Highly efficient memory usage</h4> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/mem_use.png?raw=true" alt="Low memory usage"> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/mem_use.png?raw=true" alt="Low memory usage"> | ||
</li> | ||
<li> | ||
<h4>🗂️ Customizable configuration</h4> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/config.toml.png?raw=true" alt="Configuration"> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/config.toml.png?raw=true" alt="Configuration"> | ||
</li> | ||
<li> | ||
<h4>🔄 Can import existing worlds from vanilla minecraft</h4> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/chunk_importing.gif?raw=true" alt="Configuration"> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/chunk_importing.gif?raw=true" alt="Configuration"> | ||
</li> | ||
<li> | ||
<h4>🌐 Compatible with vanilla Minecraft clients (Currently only 1.21.1)</h4> | ||
</li> | ||
<li> | ||
<h4>💪 Powerful Entity Component System to handle high entity loads</h4> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/ECSBlockDiagram.png?raw=true" alt="Entity Component System"> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/ECSBlockDiagram.png?raw=true" alt="Entity Component System"> | ||
<p><i>ECS Block Diagram (credits: <a href="https://docs.unity3d.com/Packages/[email protected]/manual/ecs_core.html">Unity</a>)</i></p> | ||
</li> | ||
<li> | ||
|
@@ -74,7 +74,7 @@ our [Discord server](https://discord.gg/qT5J8EMjwk) for help or to discuss the p | |
<li> | ||
<h4>💾 Multiple database options to finetune the server to your needs</h4> | ||
<i>32 render distance*</i> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/assets/README/chunk_loading.gif?raw=true" alt="Chunk Loading DEMO"> | ||
<img src="https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/chunk_loading.gif?raw=true" alt="Chunk Loading DEMO"> | ||
</li> | ||
</ul> | ||
|
||
|
@@ -123,7 +123,7 @@ For now, you can either **compile** the server from source or **download** from | |
|
||
### [Option 1] Download from Github Actions | ||
|
||
![Where To Find](https://github.com/ferrumc-rs/ferrumc/assets/README/download_prebuilt.gif?raw=true) | ||
![Where To Find](https://github.com/ferrumc-rs/ferrumc/blob/master/assets/README/download_prebuilt.gif?raw=true) | ||
|
||
1. Go to the [Actions](https://github.com/ferrumc-rs/ferrumc/actions) tab | ||
2. Click on the latest build | ||
|