Wireframe-World

码农软件 · 软件分类 · 其他开发相关 · 2019-10-18 08:43:54

软件介绍

Wireframe-World 是使用 WebGL 框架 regl 绘制的一个无限的、类似 vaporwave 效果的虚拟世界。

效果展示:https://erkaman.github.io/wireframe-world/www/demo.html

实现细节

至于实现过程,这并不困难。我把世界分成块(就像在Minecraft里那样),并作为相机穿越世界,超出范围的块将会被去掉,不再呈现。而在遥远的地平线,我一直在给无限的虚拟世界增加新的块。

构建

要在你的本地运行这个Demo,需要将你的目录更改为项目目录,然后再运行。

npm install

然后运行Demo

npm start

本文地址:https://www.codercto.com/soft/d/17007.html

Haskell

Haskell

Simon Thompson / Addison-Wesley / 1999-3-16 / GBP 40.99

The second edition of Haskell: The Craft of Functional Programming is essential reading for beginners to functional programming and newcomers to the Haskell programming language. The emphasis is on th......一起来看看 《Haskell》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具