Bash Notes - Popd/Pushd & Return Value Popd/Pushd are usually used to change the directoy ... 2022-07-31 Bash Notes #Original #Bash #Windows
Illusion Engine 01 - Preparation This article is aimed at doing all the preparation work before coding. It includes the construction of the project structure, the configuration of the project, and ... 2022-07-30 Game Engine #Original #C++ #Game Development #Computer Graphics
C++ Notes - Hex Converter When I use OpenGL to develop a game engine and write a renderer for it, I often encounter the need to write an independent shader file and store the glsl code in a text file ... 2022-07-23 C/C++ Notes #C #Skill #Algorithm #Math