Aspiring Graphics Engineer based in South Korea.
グラフィックスエンジニアを目指して勉強中の学生です。
I have built a renderer using OpenGL and am currently developing a custom math library from scratch to master the low-level foundations of graphics engine. My next goal is to master Vulkan.
グラフィックパイプラインを学びながらOpenGLでのレンダラー開発を完了し、現在はグラフィックスエンジンの基礎となる数学ライブラリを自作しています。次の目標はVulkanの習得です。
| Category | Technologies |
|---|---|
| Languages | |
| Graphics API | |
| Tools & Libs |
Custom Rendering Engine based on OpenGL OpenGLを用いた自作レンダリングエンジン
- Key Features:
- Implemented Blinn-Phong Lighting & Shadow Mapping.
- Model loading using Assimp & Scene management.
- Tech: C++, OpenGL, GLFW, GLAD, GLM.
2. ShikaMath
High-Performance Math Library for Graphics グラフィックスエンジンのための自作C++数学ライブラリ
- Goal: Replacing
GLMwith my own SIMD-optimized library. - Focus:
- Deep understanding of Linear Algebra (Vector, Matrix, Quaternion).
- Optimization using SIMD Intrinsics (AVX/SSE).
- Memory alignment and Cache efficiency.
Pipeline Base |
Z-Buffer Logic |
3D & Quaternion |


