在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Haeri/PhotonBox开源软件地址(OpenSource Url):https://github.com/Haeri/PhotonBox开源编程语言(OpenSource Language):C++ 48.7%开源软件介绍(OpenSource Introduction):A portable modern OpenGL Game-Engine with focus on PBR Project GoalThe PhotonBox Engine aims to be an open source resource for people interested in computer graphics. The goal is to create a clean and readable codebase, whilst still maintaining good performance and a high graphical fidelity. An Editor is currently not planned as I am still exploring the possibilities for state based GUI solutions. Rendering
Systems
Project SetupRequirements
WindowsGenerate visual studio project files: git clone https://github.com/Haeri/PhotonBox.git --recursive
cd PhotonBox
./scripts/generate_project_win.bat Make sure to open the Visual Studio project as administrator, as it needs to perform copy operatiosn to make resources files available to the binaries. LinuxGenerate make files: git clone https://github.com/Haeri/PhotonBox.git --recursive
cd PhotonBox
sudo apt update
sudo apt install -y mesa-common-dev mesa-utils libgl1-mesa-dev cmake curl unzip tar
./scripts/generate_project_linux.sh macOSGenerate xcode project files: git clone https://github.com/Haeri/PhotonBox.git --recursive
cd PhotonBox
./scripts/generate_project_mac.sh MediaInteriour (Assets not distributed) RoadmapRENDERING
GENERAL
OPTIMIZATION
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论