源码聚合搜索 - 壹搜网为您找到"

用 Three.js 写了一个《我的世界》,结果老外差点给我众筹做游戏?

"相关结果 50条

WebGPU API

The WebGPU API enables web developers to use the underlying system's GPU (Graphics Processing Unit) to carry out high-performance computations and draw complex images that can be rendered in the browser.
developer.mozilla.org

javascript异步 - Van-c的个人空间 - OSCHINA - 中文开源技术交流社区

成功的使rem实现移动多屏适配之后开心的看javascript异步了。 奉上大神的演讲(讨厌土豆,自行翻墙):what the hack is event loop 然后我就没什么好说的了。
my.oschina.net

Using CSS custom properties (variables)

Custom properties (sometimes referred to as CSS variables or cascading variables) are entities defined by CSS authors that represent specific values to be reused throughout a document. They are set using the @property at-rule or by custom property syntax (e.g., --primary-color: blue;). Custom properties are accessed using the CSS var() function (e.g., color: var(--primary-color);).
developer.mozilla.org

疯狂的编程世界_IT新闻_博客园_a13393665983的博客-CSDN博客

疯狂的编程世界_IT新闻_博客园 疯狂的编程世界_IT新闻_博客园 疯狂的编程世界 投递人itwriter 发布于 2012-07-24 09:05 有952人阅读 原文链接 [收藏] «» @eranation写了一条非常有趣的评论,我把他描述的这些看作是疯狂的编程世界: 我承认,我跟不上。我刚刚
blog.csdn.net

Array

The Array object, as with arrays in other programming languages, enables storing a collection of multiple items under a single variable name, and has members for performing common array operations.
developer.mozilla.org

JavaScript 编程精解 中文第三版 十六、项目:平台游戏 - 龙哥盟 - OSCHINA - 中文开源技术交流社区

> 来源:[ApacheCN『JavaScript 编程精解 中文第三版』翻译项目](https://github.com/apachecn/eloquent-js-3e-zh) > > 原文:[Project: A Platform Game](https://eloquentjavascript
my.oschina.net

Expressions and operators

This chapter describes JavaScript's expressions and operators, including assignment, comparison, arithmetic, bitwise, logical, string, ternary and more.
developer.mozilla.org

javascript - 圣诞节,中国开源世界炸锅了@阿里巴巴 - 个人文章 - SegmentFault 思否

注册登录 圣诞节,中国开源世界炸锅了@阿里巴巴 发布于 2018-12-25   今天和往常并没有什么区别,最为一名小程序员,我照常开始自己的工作,写着自己的代码。 npm start 启动自己的前端代码,接着码代码。随着浏览器跳转到页面,看着昨天完成的代码,还有点小激动。划拉两下鼠标,准备开始今天
segmentfault.com

Iterator.zip()

The Iterator.zip() static method creates a new Iterator object that aggregates elements from multiple iterable objects by yielding arrays containing elements at the same position. It essentially "zips" the input iterables together, allowing simultaneous iteration over them.
developer.mozilla.org

ghostchu/peerbanhelper-snapshot

开发版快照,仅于尝鲜和测试途。正式版请前往:ghostchu/peerbanhelper
hub.docker.com