Skip to content
View dotm5's full-sized avatar
  • 20:41 (UTC +08:00)

Block or report dotm5

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dotm5/README.md

dotm5

Computational graphics, HDR imaging, numerical experiments, and local-first tools

Blender tools, gain-map HEIC, WENO plus KAN, WinUI and Qt


What I Like Building

I am drawn to tools that sit close to real workflows: importing things, reconstructing things, validating formats, and turning experiments into something usable without making the tool bigger than the problem.

  • Graphics tooling: Blender add-ons, Unreal asset workflows, map recovery, material reconstruction, and diagnostics that make messy exports easier to reason about.
  • Image pipelines: HDR authoring, gain-map HEIC, Apple compatibility, local encoding, preview tooling, and metadata checks.
  • Numerical experiments: classical schemes, neural correction models, and small PDE experiments that are closer to notebooks than polished products.

Some repositories are just little instruments for a narrow task. That is usually intentional.

A Few Anchors

UModel_Tools_Next is the graphics corner: a maintained Blender workflow for Unreal Engine mesh and map importing.

LumaHEIC is the image pipeline corner: local HDR gain-map HEIC generation and validation.

kan-weno-solver is the numerical corner: an archived experiment combining WENO5 with KAN-style correction.


Working Bias

Local-first when possible
Small tools over dashboards
Useful experiments over polished demos
Readable pipelines over magic

Pinned Loading

  1. LumaHEIC LumaHEIC Public

    Open-source Apple HDR gain-map HEIC generator with local WASM encoding, base+gain-map authoring, previews, and metadata validation.

    TypeScript 1

  2. UModel_Tools_Next UModel_Tools_Next Public

    Forked from skarndev/umodel_tools

    A maintained Blender add-on for importing Unreal Engine game meshes and maps, updated for Blender 5.1 with legacy LTS compatibility.

    Python 1

  3. WinUILatexRender WinUILatexRender Public

    A WinUI 3 desktop app that converts LaTeX formulas into high-DPI transparent PNG images and writes them back to the Windows clipboard

    C#

  4. Nqueen Nqueen Public

    NQueen 可视化程序是一个用于求解并展示 N 皇后问题(N-Queens Problem) 的桌面应用程序。该项目不仅实现了 N 皇后问题的求解算法,还提供图形化界面用于展示求解结果,并支持将棋盘布局导出为图像文件。 程序基于 Qt 6(qtbase) 构建图形界面,使用 CMake 作为构建系统,适用于 Windows x64 环境。项目主要目标是通过可视化方式帮助用户理解 N 皇后问…

    C++