- ⭐ Favorites:
- 📖 Currently learning:
Unreal Engine[C++]3D Game Development&Real Time RenderingCompilersComputer TheoryInteraction Human-ComputerStatisticsTypescript
- 🧐 Interests:
Shaders[HLSL]Graphics Design,Software DesignProcedural Generation&Game AI
- 💙
Godot
- Enthusiast since 2016
#include <print> // C++ 23
int main()
{
// ANSI escape sequences are universal now!
print("\033[32m" "Hello World!" "\033[m\n");
// Windows Console Version may be too old for this example, though.
}

