Files
memory-manager-concurrent/games/3dcity/README.md
Cola-Echo 6b80f1b755 feat: 支持 Lore-char 命名的总结世界书识别
- isSummaryBook 函数新增对 Lore-char/lore-char 的检测
- 修复启用记忆搜索助手时进度条重复显示总结世界书任务的问题
- 更新错误提示信息,说明支持的命名规则

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 00:49:28 +08:00

25 lines
1.1 KiB
Markdown

3d.city v 0.8.0
=======
3d city builder [LAUNCH](http://lo-th.github.io/3d.city/index.html)<br>
The goal is create 3d city builder to test performance for three.js webgl games<br>
With minimum size impact and maximum speed.<br>
3d side use [Three.js](https://github.com/mrdoob/three.js), GLSL 3d model made by me.<br>
This game use simulation source micropolisJS by Graememcc, full convert to ES6<br>
[https://github.com/graememcc/micropolisJS](https://github.com/graememcc/micropolisJS)<br>
Game simulation work in a web worker.
Work in progress
<a target='_blank' href='http://lo-th.github.io/3d.city/index.html'><img src="http://lo-th.github.io/3d.city/assets/img/preview01.jpg"/></a><br>
<a target='_blank' href='http://lo-th.github.io/3d.city/index.html'><img src="http://lo-th.github.io/3d.city/assets/img/preview02.jpg"/></a><br>
<a target='_blank' href='http://lo-th.github.io/3d.city/index.html'><img src="http://lo-th.github.io/3d.city/assets/img/preview03.jpg"/></a><br>
Feature improvements
add different envmap, add snow, destruct ...<br>
correct message display.