Liu

Results 68 comments of Liu

- assets 和 locales 目录里是否有文件? - 是否装有 360 之类的软件? 下载测试了一下,能运行。 ![QQ截图20211025220715](https://user-images.githubusercontent.com/1730073/138711069-5aa40c30-2c4b-4288-8e76-8de361970f1c.png)

> 看见图片两个字忍不住BB几句。 > 咱能不能把图片显示做成一个小部件呀 例如根据物理路径加载。还有超大图片显示崩溃问题。CSS 背景图片闪烁崩溃问题。 > 以上均为个人吐槽哈。。。 以前就有计划把图片查看器和缩略图列表拆分成独立的部件的,但历史遗留代码改起来费时间,所以一直没搞,我会试试在这个版本中搞定它。 至于你说的超大图片显示崩溃问题、CSS 背景图片闪烁崩溃问题,最好还是反馈的 issues 页面里,附上问题重现方法、相关文件、屏幕截图或录像。

@txg911807 有什么建议和问题尽管提,有人吐槽我才有动力搞,现在想更新版本只是因为 win10 的照片应用和另一个预装的图片查看应用的性能太差才有点动力搞。

> Just out of curiosity - why complicate build process so much? Why not to use any cross-platform build system (meson, xmake, may be even simple makefiles?). I like LCUI,...

> I'm not a C programmer, so it might be a silly question, but why prefix all the names with "lib" prefix? By defition this is a library, so why...

> the website says all the contributors of the project are Chinese, @FireInIceCode The website you mentioned is [summer.iscas.ac.cn](https://summer.iscas.ac.cn/#/?lang=en)?

@FireInIceCode > No, I mean https://lcui.org/ 你贴的是 lcui.lc-soft.io 中文主页上的内容,不是 lcui.org。 > so must I use English when I write comments and documents? 优先用中文。

> In terms of versatility, I recommend CMake. @Taswen I've decided to use xmake because I can easily communicate with xmake author about usage issues. Here is the xmake configuration...

@Taswen xmake supports generating CMakelists.txt file using the `xmake project -k cmakelists` command. > 1\. Many IDEs integrate native support for CMake, such as VS, Clion, QT. This is not...