PROJECT KNOWLEDGE BASE
Generated: 2026-04-26 12:44:05 Commit: 70017fc
OVERVIEW
Project documentation posts covering graphics programming, algorithms, and software experiments.
WHERE TO LOOK
| Project | File | Description |
|---|---|---|
| MMD via OpenGL | MMD-OpenGL.md | PMX/VMD parsing, Saba library integration, GLFW transparency |
| Inverse Kinematics | Inverse-Kinematics.md | FABRIK algorithm implementation with OpenGL |
| Flight Simulator | Flight-Simulator.md | Flight physics and rendering |
| Music Visualizer | Music-Visualizer.md | Real-time audio visualization |
| Galaxy Instanced Rendering | Galaxy-Instanced-Rendering.md | GPU instancing for particle systems |
| Earth Lighting | Earth-Lighting.md | Atmospheric scattering, PBR rendering |
| Music Search Engine | Music-Search-Engine.md | Audio fingerprinting, search indexing |
| Personal Homepage | Personal-Homepage.md | Web development project |
CONVENTIONS (THIS CATEGORY)
- Front matter:
title,date,draft,author,tags,featured_image,description,toc featured_imagepath:/images/others/for project covers- Code blocks: C++ with syntax highlighting (
```c++) - GIFs in body:
/images/others/or external URLs for algorithm demos - External images: GitHub raw URLs for project screenshots
- Author always:
["Lucas Li"] - Tags always:
["Projects"]
ANTI-PATTERNS (THIS CATEGORY)
- DO NOT use
<!--more-->tag (already present in template) - DO NOT add custom CSS (keep posts lightweight)
- DO NOT link to local static files in body (use /images/others/ path)