在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Lea-fish/Leafish开源软件地址(OpenSource Url):https://github.com/Lea-fish/Leafish开源编程语言(OpenSource Language):Rust 99.6%开源软件介绍(OpenSource Introduction):LeafishMulti-version Minecraft-compatible client written in Rust, forked from Stevenarella. ChatChat takes place on Matrix and Discord. The channels are bridged to each other so you won't need an account on both services. If you want to help make and improve the game, join the developer room. If you're a user and need help or want to ask some questions then join the general room. Announcements are made in the announcement room and joining it is a good way to keep up-to-date with the project.
Aside from the individual rooms you can also join the Matrix space to have all rooms grouped together nicely. ContentsIntroductionLeafish is an open-source re-implementation of Minecraft. The game is a open-world sandbox where players explore a blocky, procedurally-generated 3D world with virtually infinite terrain, and may discover and extract raw materials, craft tools and items, and build structures or earthworks. The game has various game modes including survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources and access to flight. Minecraft is originally written by Mojang in Java for PC, but nowadays also has a so-called "Bedrock edition" which has ports to various alternative platforms. Leafish attempts to provide everything from the Java-edition and tries to be compatible with it so you can join regular servers and play alongside people using the official Java-based clients. Being written in Rust with support for modern graphic API's like Vulkan means performance improvements and enhancements that are not possible in the original game. It's also completely community driven! Note that currently not everything from the original game is supported yet so Leafish can't currently be seen as a fully fledged alternative. A list of missing features is available on the issues page. Version support
Leafish is designed to support multiple protocol versions, so that client development is not in lock-step with the server version. The level of support varies, but the goal is to support major versions from 1.7.10 up to the current latest major version. Occasionally, snapshots are also supported. Forge servers are supported on 1.7.10 - 1.12.2 (FML) and 1.13.2 - 1.16.5 (FML2). Support for older protocols will not be dropped as newer protocols are added. Getting the gameDownloading a pre-built versionSince there currently is no release yet, pre-built binaries have to be downloaded from Github Actions. The latest actions can always be seen here. Click on a workflow run from the main branch and download the artifact for your platform. Building the gameDependenciesRust stable version 1.53.0 or newer is required. Debian/Ubuntu As current Debian stable (Bullseye) has a rust version below the required one, you need to either update from an external source, or consider using Debian Testing (Bookworm) for example.
Alpine Linux You have to enable the community repository for
Arch Linux and derivates
BuildingMake sure you're in the root of the Git repository before running the following commands. Compile and run: $ cargo run --release Just compile: $ cargo build --release RunningDouble-clicking the game should be enough to run Leafish, which will bring up a login screen followed by a server list from which you can select a server.
If nothing happens consider running the executable from the command-line, ContributingA list of bugs and missing features can be found on the issue tracker.
Feel free to work on any bug and submit a pull request to the New featuresPlease talk to the Leafish team first before starting to develop a new feature. We first and foremost try to make the game feature complete compared to the vanilla Java edition and except for very specific things these should be prioritized. Therefor contacting us will allow us to help you or prevent you from wasting any time. You can talk to us via Matrix and/or Discord, see links at the top of this page. CreditsThanks to @thinkofname for the original Steven (Rust) and @iceiix for taking up development with Stevenarella. LicenseDual-licensed MIT and ApacheV2 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论