Not trying to shit on anyone, but that screenshot reminds me of 1990s/early 2000's games. I'm sure there has been a ton of work that went into it, but having some better textures or highlighting the usability would go a long way. Just based on the screenshot, I am not sure that I would even bother to dig too deeply into the library.
Meta releases Intermediate Graphics Library
11–20 of 221 posts
Re: Meta releases Intermediate Graphics Library
#12This seems like another intermediate decoupling layer?
Re: Meta releases Intermediate Graphics Library
#13No mention of Metal
- Metal 2+
- OpenGL 2.x (requires GL_ARB_framebuffer_object)
- OpenGL 3.1+
- OpenGL ES 2.0+
- Vulkan 1.1 (requires VK_KHR_buffer_device_address and VK_EXT_descriptor_indexing)
- WebGL 2.0Re: Meta releases Intermediate Graphics Library
#14Not trying to shit on anyone, but that screenshot reminds me of 1990s/early 2000's games. I'm sure there has been a ton of work that went into it, but having some better textures or highlighting the usability would go a long way. Just based on the screenshot, I am not sure that I would even bother to dig too deeply into the library.
Now look at real 1990s/early 2000’s screenshots. You memory is deceiving you. This screenshot is far from current AAA games, but there is no way to render such a scene in a game made for 2000 hardware.
Re: Meta releases Intermediate Graphics Library
#15Re: Meta releases Intermediate Graphics Library
#16Not trying to shit on anyone, but that screenshot reminds me of 1990s/early 2000's games. I'm sure there has been a ton of work that went into it, but having some better textures or highlighting the usability would go a long way. Just based on the screenshot, I am not sure that I would even bother to dig too deeply into the library.
I guess, to make a poor analogy, your comment is sort of like looking at a still frame of a poorly shot movie and complaining that the codec is shit.
Re: Meta releases Intermediate Graphics Library
#17Re: Meta releases Intermediate Graphics Library
#18Not trying to shit on anyone, but that screenshot reminds me of 1990s/early 2000's games. I'm sure there has been a ton of work that went into it, but having some better textures or highlighting the usability would go a long way. Just based on the screenshot, I am not sure that I would even bother to dig too deeply into the library.
Now look at real 1990s/early 2000’s screenshots. You memory is deceiving you. This screenshot is far from current AAA games, but there is no way to render such a scene in a game made for 2000 hardware.
Re: Meta releases Intermediate Graphics Library
#19Not trying to shit on anyone, but that screenshot reminds me of 1990s/early 2000's games. I'm sure there has been a ton of work that went into it, but having some better textures or highlighting the usability would go a long way. Just based on the screenshot, I am not sure that I would even bother to dig too deeply into the library.
Now look at real 1990s/early 2000’s screenshots. You memory is deceiving you. This screenshot is far from current AAA games, but there is no way to render such a scene in a game made for 2000 hardware.
Re: Meta releases Intermediate Graphics Library
#20Not trying to shit on anyone, but that screenshot reminds me of 1990s/early 2000's games. I'm sure there has been a ton of work that went into it, but having some better textures or highlighting the usability would go a long way. Just based on the screenshot, I am not sure that I would even bother to dig too deeply into the library.
Adding any PBR materials as samples would have been the wrong choice, since those are not hardware or graphics api dependent, and are always for the implementor to implment by themselves.
You don't want a graphics api to look nice at this abstraction level.
You get access to device resources, shader API etc.
Once you get triangles in, it's up to you to make it nice using the shaders you write - materials and GI model of your choice.