mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-09 14:17:20 +00:00
docs: update README to better represent scope
This commit is contained in:
parent
53b5f7058e
commit
7975f5c3c0
15
README.md
15
README.md
|
|
@ -6,19 +6,26 @@
|
|||
|
||||
---
|
||||
|
||||
4JCraft is a modified version of the Minecraft Console Legacy Edition aimed on porting old Minecraft to different platforms (such as Linux, Android, Emscripten, etc.)
|
||||
4JCraft is a modified version of the Minecraft Console Legacy Edition aimed on porting old Minecraft to different platforms (such as Linux, Android, Emscripten, etc.) and refactoring the codebase to improve organization and use modern C++ features.
|
||||
|
||||
Join our community:
|
||||
* Discord: https://discord.gg/zFCwRWkkUg
|
||||
* Steam: https://steamcommunity.com/groups/4JCraft
|
||||
|
||||
## Planned platforms to be supported:
|
||||
- Linux (~85%)
|
||||
## Scope & Platform Support
|
||||
|
||||
At the moment, we're aiming to support the following platforms:
|
||||
|
||||
- Linux (~85%, *rough estimate*)
|
||||
- Emscripten (not started)
|
||||
- PS3
|
||||
- macOS (not started)
|
||||
- iOS (not started)
|
||||
- Android (not started)
|
||||
|
||||
> All efforts are focused towards a native Linux port, OpenGL rendering pipeline, and modernizing the existing LCE codebase/tooling to make future platform ports easier.
|
||||
>
|
||||
> `Windows64` and other platforms originally supported by LCE are currently unsupported, since the original Visual Studio tooling has been stripped from this repository and replaced with our own.
|
||||
|
||||
---
|
||||
|
||||
## Building (Linux)
|
||||
|
|
|
|||
Loading…
Reference in a new issue