WAXINGFORM
Ray Lyrith · 盈形数字

我们不在满月上雕刻,
我们在弦月里生长。

从荆州博物馆的青铜纹样,到南洋海域的沉船坐标;从一段被侵蚀的记忆,到一帧正在成形的数字孪生——我们的工作,是把物理世界里正在消逝的"相",转化为数据流中持续盈满的"形"。

弦月未满,正在成形 ——
WaxingForm

We do not carve
on the full moon.

We grow within the crescent. From bronze patterns in Jingzhou Museum to shipwreck coordinates in Nanyang waters; from eroded memory to a digital twin still taking shape—our work is to transform what is fading in the physical world into what is accumulating in data.

Crescent incomplete, still forming —

关于

About

我来自中国乡村,现居荆州。十六岁,正在备考ACT,目标是新加坡国立大学传播与新媒体专业(CNM)。新加坡对我而言不是陌生的坐标,我的家族与那片土地有渊源——这让我确信,跨越地理的数字化叙事是可能的。

我的工具链从Blender的节点编辑器开始,经过深夜的雕刻与绘制,在After Effects的合成窗口里结束。我习惯给图层命名为"不可撤销的修改_最终版_真的最终版",因为我知道骨骼绑定后的任何调整都是疼痛的。

从初中独立完成《楚韵青龙·荆山伏》(央电教馆全国一等奖),到与荆州博物馆的古物数字化合作,再到如今对峇峇娘惹文化的跨媒介重建——我不是在改进一个行业,我是在创造一个自己的轨道。如果你也在登月,这里可能是你的参照系。

I am from rural China, currently based in Jingzhou. Sixteen, preparing for the ACT, aiming for NUS Communications and New Media (CNM). Singapore is not an alien coordinate to me; my family has gravitational entanglement with that land—confirming that cross-border digital storytelling is physically possible.

My pipeline begins in Blender's node editor, passes through midnight sculpting and painting, and ends in After Effects' composition window. I name my layers "irreversible_change_final_v2_actual_final" because I know the pain of adjusting anything after rigging.

From "Chu Rhyme Azure Dragon" (national first prize, completed independently in middle school) to digital heritage collaboration with Jingzhou Museum, and now to transmedia reconstruction of Peranakan culture—I am not improving an industry. I am building my own orbital path. If you are also shooting for the moon, this might be your reference frame.

项目

Projects

正在成形的轨道。未完成的弦月。

Orbital paths in formation. Incomplete crescents.

文化遗产数字化 / 2026

南洋来风

"舟师识地理,夜则观星,昼则观日,阴晦观指南针。"——《萍洲可谈》。

六百年前,郑和船队穿越这片海域时,靠的是星象与罗盘。今天,我们靠的是激光扫描、摄影测量与拓扑重建。南洋来风项目是对新加坡及马来西亚峇峇娘惹文化遗产的3D数字化孪生。

流程:扫描 — 拓扑 — 贴图 — 光照 — 叙事引擎
Digital Heritage / 2026

Winds From Nanyang

"The navigator knows geography; by night he observes stars, by day the sun, and in gloom the compass." — Pingzhou Ketan.

Six centuries ago, Zheng He's fleet crossed these waters by celestial navigation. Today, we cross by LiDAR, photogrammetry, and topological reconstruction.

Pipeline: Scan. Retopology. Texture. Light. Narrative engine.
独立游戏 / Steam / 2026

往昔

这是一款以记忆失落为基底的心理恐怖游戏。主角在空荡的宅邸中探索,每找到一件旧物,记忆便重构一分——但重构的未必是真相,只是记忆持有者愿意相信的版本。

UE5 Lumen · AI辅助生成(Meshy) · 弦月氛围
Indie Game / Steam / 2026

The Past

A psychological horror game built on the archaeology of lost memory. The protagonist explores an empty mansion; each found object reconstructs a fragment of memory—but reconstruction is not truth.

UE5 Lumen · AI-assisted (Meshy) · Crescent atmosphere
3D数字艺术 / 全国一等奖

楚韵青龙 · 荆山伏

初三那年冬天,我在Blender里一片一片地画鳞片。不是用贴图,是用顶点色。AE里逐层点亮龙睛时,我设了十七个调整图层,命名为"瞳孔收缩_恐惧_敬畏"。

央电教馆全国一等奖。但这不重要。重要的是它让我走进了荆州博物馆的数字采集室,让我知道十六岁的流水线可以对接两千年的青铜纹路。

Blender · AE · 顶点绘制 · 手工K帧
3D Digital Art / National First Prize

Chu Rhyme Azure Dragon

Winter of ninth grade. I painted scales in Blender, vertex by vertex, no textures. When lighting the dragon's eyes in After Effects, I stacked seventeen adjustment layers.

National First Prize, Central Audio-Visual Education Center. That matters less than the door it opened—the digital acquisition room at Jingzhou Museum.

Blender · AE · Vertex Paint · Hand-keyed
桌面应用 / .NET 10 / WPF / 2026

Vein Archive Builder

为博物馆展览数字化打包而构建的桌面工具。从拖拽 .glb 模型到生成 .vein 离线归档,三步完成展项资产的标准化封装。

自定义二进制格式:512字节头部 + 资产区块 + 隐私哈希(SHA-256 + HMAC-SHA256)+ 256字节 RSA-2048 数字签名 + 256字节尾部。人类可读的版本号写入头部,如 001-RL-N6MA13A930,与机器级哈希并存但互不替代。

C# · WPF · RSA-2048 · SHA-512 · 自定义二进制格式
Desktop App / .NET 10 / WPF / 2026

Vein Archive Builder

A desktop tool built for museum exhibition digitization. From drag-and-drop .glb models to generating .vein offline archives, three steps standardize exhibit asset packaging.

Custom binary format: 512-byte header + asset blocks + privacy hashes (SHA-256 + HMAC-SHA256) + 256-byte RSA-2048 digital signature + 256-byte footer. Human-readable version tags like 001-RL-N6MA13A930 coexist with machine-level cryptographic hashes.

C# · WPF · RSA-2048 · SHA-512 · Custom Binary Format

技术栈

Stack

器官报告。冷静。精确。略带自嘲。

Organ report. Cold. Precise. Mildly self-deprecating.

Blender
骨架
我在节点编辑器里搭建拓扑,像给龙接脊椎。修改器顺序错了,整条龙会抽搐。骨骼绑定后不接受结构性修改——这是工业标准,也是我研究100目纱网过滤时学到的精度偏执。
Blender
SKELETON
I build topology in the node editor like wiring a spinal cord. Wrong modifier order, the whole dragon convulses. No structural modifications after rigging—industrial standard, and a precision obsession learned from studying 100-mesh filtration.
After Effects
皮肤
合成窗口是我的手术室,图层是移植的皮肤。我习惯在渲染前检查每一帧的直方图,像检查术后体征。
After Effects
SKIN
The composition window is my operating theater; layers are grafted epidermis. I check histograms before rendering like checking post-surgical vitals.
UE5
心脏
Lumen是心跳,Nanite是血液。当角色第一次在自建关卡里落地时,我听到了心跳。
UE5
HEART
Lumen is heartbeat; Nanite is blood flow. When the character first landed in my self-built level, I heard it beat.
Meshy / AI
外接神经
不是替代,是加速。我给它草图,它给选项;我负责否决,它负责量产。DDL驱动,快速迭代。
Meshy / AI
NERVES
Not replacement, but acceleration. I provide sketches, it provides options; I handle veto, it handles volume. DDL-driven, rapid iteration.

弦月日志

WaxingLog

满月适合许愿,新月适合许愿,弦月适合记录——记录那些尚未圆满但正在发生的东西。

这里有三类声音:开发日志、文化笔记、备考杂记。

Full moons are for wishes. New moons are for wishes. Crescent moons are for logging—recording what is not yet complete but already in motion.

Three frequencies here: dev logs, field notes, test-prep fragments.

全部
开发日志
文化笔记
备考杂记
Dev Logs
Field Notes
Test Prep
2026.06.13
Vein Archive Builder 功能定型
VAB 从 .NET 10 控制台原型走到 WPF 桌面应用。弦月暗色主题,项目-资产-参数-输出四区导航,.vein 自定义二进制格式:512字节头部 + 资产区块 + 隐私哈希(SHA-256 + HMAC-SHA256)+ RSA-2048 数字签名 + 尾部。负责人从全局配置同步,项目编号自动递增,版本号格式锁定为 001-RL-N6MA13A930 标准。桌面端不再需要 Node.js,.NET 10 原生编译,单文件发布就绪。
2026.06.13
Vein Archive Builder Feature Lock
VAB evolved from a .NET 10 console prototype to a WPF desktop app. Crescent dark theme, four-zone navigation (Project/Asset/Param/Output), custom .vein binary format: 512-byte header + asset blocks + privacy hashes (SHA-256 + HMAC-SHA256) + RSA-2048 digital signature + footer. Responsible person synced from global config, project number auto-increment, version tag locked to 001-RL-N6MA13A930 standard. No more Node.js dependency; native .NET 10 compilation, single-file publish ready.
2026.05.09
网站内容更新
清理 GitHub 与 Steam 占位链接——它们还没 ready,不该在这里假装存在。联系区只留 Email 与 Bilibili,等真正的接口接通时再自动生长出来。waxingform.com 从五一上线至今第八天,第一次内容修剪。弦月未满,但已经开始成形。
2026.05.09
Site Content Update
Removed GitHub and Steam placeholder links—they are not ready yet and should not pretend to exist here. Contact section now only shows Email and Bilibili. They will auto-grow when the real endpoints are live. waxingform.com has been live since May 1st; today is its first content pruning. Crescent incomplete, but already forming.
2026.05.01
网站部署上线
waxingform.com 与 waxingform.cn 今日正式解析。从本地 HTML 到线上弦月,¥123 买下的域名终于有了归宿。这不是作品集,这是轨道的中继站。GitHub 与 Steam 尚未接入——等它们 ready 的时候,这里会自动更新。
2026.05.01
Site Deployment
waxingform.com and waxingform.cn are live today. From local HTML to online crescent, the ¥123 domains finally have a home. This is not a portfolio; this is a relay station. GitHub and Steam not yet connected—they will auto-update when ready.
2026.04.30
Vein Archive Builder MVP 跑通
Electron + Three.js 的桌面打包器终于能跑了。拖拽 .glb → 填表单 → 生成离线包,三步完成博物馆数字化展示。虽然 Node.js 装了三遍才成功,但看到模型在预览区旋转的那一刻,值了。
2026.04.30
Vein Archive Builder MVP Online
The Electron + Three.js desktop packer finally runs. Drag .glb → fill form → generate offline package. Three Node.js reinstalls, but watching the model rotate in the preview made it worth it.
2026.04.30
商标与域名占位战
查了一晚上商标局数据库:VEIN 第9类被华为等公司注册了950件,基本没戏;但 WAXINGFORM 和 STELLAVENARI 都是0件。立刻拿下 waxingform.com 和 waxingform.cn。¥123买下未来十年的品牌门面,比任何设备都值。
2026.04.30
Trademark & Domain Occupation
Searched the trademark database all evening: VEIN class 9 has 950 registrations from Huawei et al.—dead. But WAXINGFORM and STELLAVENARI are clean. Secured waxingform.com and .cn immediately. ¥123 for a decade of brand real estate.
2026.04.30
ACT 单词:4000/8000
今天被 Electron 和域名折腾了一天,单词只背了50个。明天五一假期正式开始,目标:每天100个,5天冲到4500。33分不是梦,是数学题。
2026.04.30
ACT Vocab: 4000/8000
Only 50 words today—blame Electron and domain wrestling. May Day holiday starts tomorrow. Target: 100/day for 5 days, hit 4500. 33 is not a dream; it's math.

建立连接

如果你也在某个未完成的轨道上,这里可能有你的参照系。

Establish Connection

If you are also on an incomplete orbital path, this may contain your reference frame.