Jean Philippe
Jean Philippe
Make the Copy button of Log Component functional
Make the Clear button of Log Component functional
partially done, but we should improve color value, for normal color it's RGB (0 - 255), but for tint color texture it's Vec4 (0f- 1f)
We want to be able to add r, g, b, a value through the ctor of Texture Class. we add a new ctor or extend an existing one See the...
We want to perform a release operation during the build pipeline, so we can deliver the ZEngine Editor release for each platform in form of zip file See as an...
Right now, the rendering pipeline is single-threaded, we can improve it and make it faster by using more threads.
The goal here is by using a template shader file, we could generate a file depending on the target platform. this can help to avoid the code copy process we...
see : https://learnopengl.com/Lighting/Lighting-maps