• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

Haeri/PhotonBox: A portable modern OpenGL Game-Engine with focus on PBR

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

Haeri/PhotonBox

开源软件地址(OpenSource Url):

https://github.com/Haeri/PhotonBox

开源编程语言(OpenSource Language):

C++ 48.7%

开源软件介绍(OpenSource Introduction):

Version Actions Status License

A portable modern OpenGL Game-Engine with focus on PBR

Project Goal

The 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

  • Deferred/Forward Rendering
  • Point lights, Directional lights, Spot lights
  • SkyBox/Enviroment Mapping
  • Parallax cubeMap correction
  • Cook Torrance BRDF shader
    • Albedo Map
    • Normal Map
    • Roughness Map
    • Metallic Map
    • Ambient Occclusion Map
    • Emission Map
  • Dynamic Irradiance & Specular-Convolution generation
  • Post Processing List
    • Eye adaptation
    • Bloom
    • Tone mapping
    • SSAO
    • SSReflections
    • Temporal anti aliasing
  • Transparent/Cutout rendering
  • Shadow mapping
  • Contact shadows
  • Volumetric Fog
  • Text rendering

Systems

  • Component system
  • Scene system
  • Generic Materials
  • Lightprobe volumes
  • Resource caching
  • Async resource loading
  • Shader hot reload
  • PhysX partial integration
  • ImGui integration

Project Setup

Requirements

Windows

Generate 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.

Linux

Generate 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

macOS

Generate xcode project files:

git clone https://github.com/Haeri/PhotonBox.git --recursive
cd PhotonBox
./scripts/generate_project_mac.sh

Media

Interiour screenshot_1 (Assets not distributed)

Automotive screenshot 2

Roadmap

RENDERING

  • Instanced rendering
  • Deferred decals
  • GTAO
  • Anisotropic filtering

GENERAL

  • Precompile shader
  • Abstraction layer over OpenGL
  • Precompiled headers
  • Switch to dynamic library compilation
  • Decoupling asset conversion from engine
  • Doxygen integration for documentation

OPTIMIZATION

  • Uniform buffer
  • SIMD math



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap