在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):codingminecraft/StreamMinecraftClone开源软件地址(OpenSource Url):https://github.com/codingminecraft/StreamMinecraftClone开源编程语言(OpenSource Language):C++ 95.4%开源软件介绍(OpenSource Introduction):Minecraft CloneThis is a Minecraft clone that will be used for an education YouTube series. I will link the YouTube series here once I begin creating it. To Build
WindowsIn order to build this, you must have git installed. Then you can create a new directory where you want to install this code and open a command prompt. Then run: git clone --recursive https://github.com/codingminecraft/StreamMinecraftClone
cd StreamMinecraftClone
build.bat vs2019 This should create a Visual Studio solution file, and all you need to do is double click the solution file, then build and run the project within Visual Studio. Linux (Ubuntu)In order to build this, you must have git and a few other dependencies installed. You cun run the following commands to ensure you have all the dependencies:# Get the dependencies for libcurl
sudo apt-get install libcurl4-gnutls-dev
# Get the dependencies for freetype
wget https://download.savannah.gnu.org/releases/freetype/freetype-2.10.4.tar.gz
tar xvfz freetype-2.10.4.tar.gz
cd freetype-2.10.4
./configure --prefix=/usr/local/freetype/2_10_4 --enable-freetype-config
make
make install
cd ..
rm -rf ./freetype-2.10.4
rm ./freetype-2.10.4.tar.gz
# Get dependencies for GLFW
sudo apt-get install xorg-dev
# Clone the repository and change into the directory
git clone --recursive https://github.com/codingminecraft/StreamMinecraftClone
# Compile and install GLFW
cd StreamMinecraftClone/Minecraft/vendor/GLFW
cmake .
make
sudo make install
cd ../../../
# Finally build the project
./build.sh gmake2
make Minecraft If you ever need to rebuild the project simply run these two commands: ./build.sh gmake2
make Minecraft config=release
Bug ReportingThis game is still very much in development, there are no official releases yet. However, bug reporting is still very helpful so I can keep track of everything. If you encounter any bugs please report them at the issues tab of the repository at: https://github.com/codingminecraft/StreamMinecraftClone. TODOsThis is a list of tasks that still need to be done. Most Important
Less Important
Bugs
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论