Update README to match origin/dev

Update Doxyfile to exclude platform specific code
This commit is contained in:
Liriosha 2026-03-14 23:23:43 -04:00
parent 106552d969
commit 009ca1284b
No known key found for this signature in database
GPG key ID: 1A9AA2EFDA5F83E9
12 changed files with 12 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
.github-assets/ieget-an.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
.github-assets/opengl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
.github-assets/progress.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

View file

@ -1,14 +1,14 @@
# <img src=".github-assets/logo.jpg" alt="Logo" width="50" height="50"> 4JCraft
> Ported version of Minecraft Legacy Console edition to other systems
# <img src=".github-assets/logo.jpg" alt="Logo" width="50" height="50" style="vertical-align: middle;"> 4JCraft
![](.github-assets/transrights.png) ![](.github-assets/progress.png) ![](.github-assets/internetarchive.gif) ![](.github-assets//ieget-an.gif) ![](.github-assets/minecraft.gif) ![](.github-assets/powered-llvm.gif)
![](.github-assets/opengl.gif) ![](.github-assets/adobe_getflash2.gif) ![](.github-assets/flash_get_20010813.gif) ![](.github-assets/SiliconValley_7479_English_imagens_get_flashplayer.gif)
---
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
* **Discord:** https://discord.gg/zFCwRWkkUg
* **Steam:** https://steamcommunity.com/groups/4JCraft
## Scope & Platform Support

View file

@ -19,15 +19,14 @@ EXCLUDE_PATTERNS = \
*/dinput*.h \
*/xaudio*.h \
*/xinput*.h \
*/boost/*
*/boost/* \
*/Platform/Durango/* \
*/Platform/Orbis/* \
*/Platform/PS3/* \
*/Platform/PSVita/* \
*/Platform/Windows64/* \
*/Platform/Xbox/*
# Excluding all platform specific code except for Linux since the doc compiler runs on it so it wont shit itself
EXCLUDE = ../Minecraft.Client/Platform/Durango \
../Minecraft.Client/Platform/Orbis \
../Minecraft.Client/Platform/PS3 \
../Minecraft.Client/Platform/Orbis \
../Minecraft.Client/Platform/PSVita \
../Minecraft.Client/Platform/Windows64 \
../Minecraft.Client/Platform/Xbox \
#---------------------------------------------------------------------------
# HTML Config shit
#---------------------------------------------------------------------------