2026
2025
- [C++] 로컬 반환에서 std::move가 RVO/NRVO를 막는 이유
- [C++] Most vexing parse
- [C++] Compile-time 분기 vs Runtime 분기 (if constexpr)
- [CG] Premultiplied Alpha & Straight Alpha
- [CG] Depth, Z and W, and Clip Space
- 당신은 이미 AI에게 지능을 빼앗겼다
- The water effects in Super Mario Sunshine: Implementation
- The water effects in Super Mario Sunshine: How it works
- 초등학생 시절 염원을 이루다: 슈퍼 마리오 선샤인 클리어
- [CPython] Type & Metaclass (PyType_Type)
- 웹 게임 개발 중...
- 2021년에 Unity로 개발했던 게임
- [CPython] Python Object Model (PyObject)
- [C] variadic function: Implementation
- [C] variadic function: Calling Convention