设计了一种”二进制进度条“,感觉可以用于游戏,网页加载之类的
点击下方链接体验:
二进制进度条 – 两种视觉效果 demo – limitless最近放假,于是闲的蛋疼,就设计了一种”二进制进度条“,感觉可以用于游戏,网页加载之类的,我感觉这个想法还是很有趣的。
我不会html或者JavaScript,更不会css,所以,感谢deepseek和千问开源。所有代码均为deepseek V3和qwen2.5-coder写的。
该demo总共就3个文件:
index.html
script.js
style.css
采用MIT协议开源。你可以直接通过从limitless域名的链接来获取这三个文件,并获取。比如
https://limitless.net.cn/wyb/binary_progress_bar/script.js
你可能需要专门ctrl+s把他保存下来,尤其是对于html,浏览器可能优先渲染内容,而非呈现文本内容。
知乎:“二进制”进度条,使用分型方块和bit点实现一个进度条的视觉效果 – 知乎
GitHub:binary_progress_bar
开源协议:
The MIT License (MIT)
Copyright © 2025 <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2025年1月22日
