1 Star 0 Fork 0

轻飘yyf/webgl-shader-2d-lines

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
example.css 569 Bytes
Copy Edit Raw Blame History
ColaColin authored 2016-05-10 20:42 . initial commit
body {
font-family: arial;
font-size: 14px;
background-color: black;
background: black;
margin: 0;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
.stats {
position: fixed;
margin: 10px;
bottom: 0px;
left: 0px;
color: white;
font-size: 10px;
text-align: center;
z-index: 5;
}
.uibar {
color: white;
position: fixed;
margin: 10px;
top: 0px;
left: 0px;
z-index: 5;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyf994/webgl-shader-2d-lines.git
git@gitee.com:yyf994/webgl-shader-2d-lines.git
yyf994
webgl-shader-2d-lines
webgl-shader-2d-lines
master

Search