在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):johnpayne-dev/MinecraftC开源软件地址(OpenSource Url):https://github.com/johnpayne-dev/MinecraftC开源编程语言(OpenSource Language):C 100.0%开源软件介绍(OpenSource Introduction):MinecraftC - A Raytraced Minecraft Classic Port to CFeatures:
Raytracing:
ScreenshotsDownloads
BuildingNote: if you would like to build the vanilla version, remove Requirements:
Windows instructions for Visual Studio:
git clone --recursive https://github.com/johnpayne-dev/MinecraftC.git
cd MinecraftC
mkdir Build
cd Build
cmake -DMINECRAFTC_MODS=1 -G"Visual Studio 17" .. # replace "Visual Studio 17" with your version
MacOS instructions for Xcode:
git clone --recursive https://github.com/johnpayne-dev/MinecraftC.git
cd MinecraftC
mkdir Build && cd Build
cmake -DMINECRAFTC_MODS -GXcode ..
Providing the developer id will sign the .app, which you can find by running Linux instructions (untested):
sudo apt-get update
sudo apt-get install libsdl2-dev
git clone --recursive https://github.com/johnpayne-dev/MinecraftC.git
cd MinecraftC
mkdir Build && cd Build
cmake -DMINECRAFTC_MODS=1 ..
make Modifying ResourcesIf you're creating a mod and want to change or add any python3 Scripts/EmbedResources.py It will recursively go through all Known Issues
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论