Remove Game Engine Remove Games Remove Render
article thumbnail

In Retrospect: Three Game Engine Development Choices I'd Change

Harold Serrano

If you had the option to rewrite your game engine from scratch, what would you do differently? Bulletproof my engine by providing defaults upon load failures. Use Entity-Component-System I wrote my game engine using C++ and decided to take the OOP approach. OOP served me well until my engine became too complex.

article thumbnail

Making my PBR Renderer more user-friendly

Harold Serrano

For a long time, the first version of my game engine lacked a UI. Thus, I ended up developing a BRDF renderer. If you didn't get a chance to read the article, here are some screenshots of what I accomplished with my renderer. The UI in my renderer is simple. And that is what I did.

Render 69
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

I got distracted and built a Physically-Based Renderer

Harold Serrano

I was completely immersed in rewriting my game engine when I stumbled upon these captivating images. The author experimented with the properties of various metals and demonstrated how to create them in a Physically-Based Renderer through renderings. See, there were several things that I needed to change in my engine.

Render 72
article thumbnail

UKIE: Video game technology was worth £1.3 billion in 2021 for non-gaming industries

GamesIndustry.biz

Sign up for the GI Daily here to get the biggest news straight to your inbox A new report says that UK video game technology used by non-gaming industries was worth £1.3 FTI Consulting and UKIE's study says the "spillover" technology includes game engines, VR, and 3D rendering software. billion during 2021.

article thumbnail

Status of the OpenGL 3 renderer

Mircosoft Game Dev

Last year we announced that we were planning on creating an OpenGL-based renderer to complement the current Vulkan-based renderers. with an OpenGL-based renderer; it just won't be feature complete. As a reminder, an OpenGL-based renderer is still crucial so we can support older platforms, and Web export. ReflectionProbes.

Render 55
article thumbnail

Status of the OpenGL 3 renderer

Mircosoft Game Dev

Last year we announced that we were planning on creating an OpenGL-based renderer to complement the current Vulkan-based renderers. with an OpenGL-based renderer; it just won’t be feature complete. As a reminder, an OpenGL-based renderer is still crucial so we can support older platforms, and Web export. ReflectionProbes.

Render 54
article thumbnail

Making my PBR Renderer more user-friendly - Part II

Harold Serrano

Last week, I wrote an article about making my renderer more user-friendly. But my main objective is to add Ray-Tracing to the renderer. If you haven't had a chance to read any of my previous two articles, here are some videos to catch you up. This week, I decided to work on the Lights User-Interface. Some bugs need fixing.

Render 64