lvisei

Results 136 issues of lvisei

# [triangula](https://github.com/RH12503/Triangula) 这个开源软件可以将照片转为三角形图案。 ![image](https://user-images.githubusercontent.com/26923747/117476129-6a16df00-af8f-11eb-9015-02c194c161c5.png) ![image](https://user-images.githubusercontent.com/26923747/117476138-6f742980-af8f-11eb-8e8e-c05fbfc84fd8.png)

Golang
图形学

# [Storyteller](https://storyteller.webzard.io/) 如何写软件教程,是一个令人头痛的问题。Storyteller 是一个在线工具,提供一个教程编辑器,以无代码的方式制作交互式教程。 ![image](https://user-images.githubusercontent.com/26923747/117017230-05a51700-ad26-11eb-8726-a25cb4849fbe.png)

自动化

# [JS image carver](https://github.com/trekhleb/js-image-carver) 一个采用接缝裁剪(seam carving)算法的[在线工具](https://trekhleb.dev/js-image-carver/),可以任意改变图片的高度和宽度,而不会扭曲图像。 它的原理是找出那些对图片主要内容贡献最少的像素,将它们删除,不断重复这个过程,直到达到指定的高度和宽度,详见[这篇教程](https://trekhleb.dev/blog/2021/content-aware-image-resizing-in-javascript/)。 ![image](https://user-images.githubusercontent.com/26923747/117012583-afce7000-ad21-11eb-87ab-8444326d2d21.png)

JavaScript
Math

# [Google Earth Timelapse](https://earthengine.google.com/timelapse/) Google Earth 提供的卫星照片时间线功能,可以查看同一个地点从1984年至2020年的变化,目前官方提供了十几个地点。 ![image](https://user-images.githubusercontent.com/26923747/115953461-4c249580-a51e-11eb-8c14-cb3b50a61e14.png) ## [Timelapse in Google Earth](https://earth.google.com/web/search/%e6%88%90%e9%83%bd/@30.50235284,104.6204568,534.03315762a,349767.96163939d,35y,-0.0000037h,0.07432897t,360r/data=CloSMBIgNTQ0MGExNzMxYzI1MTFlYTk0NDM4YmI2ODk0NDUyOTciDG1haW5Ob1JhbmRvbSImCiQJAAAAAAAAAAARAAAAAAAAAAAZAAAAAAAAAAAhAAAAAAAAAAA) ![image](https://user-images.githubusercontent.com/26923747/115953642-5004e780-a51f-11eb-9d5b-336937f5ba86.png)

GIS

# [在线匿名者指南](https://anonymousplanet.org/guide.html) [Repository](https://github.com/AnonymousPlanet/thgtoa) 一本免费阅读的英文书籍,教你如何在网上不留下痕迹地进行访问,分为各种使用场景,内容比较深。 ![image](https://user-images.githubusercontent.com/26923747/115101007-70f39880-9f73-11eb-85fd-9e8aa074d22d.png)

博客
网络

# [Manim](https://github.com/ManimCommunity/manim/) Manim 是一个用于解释性数学视频的动画引擎。它用于以编程方式创建精确的动画,如3Blue1Brown的视频所示。 ![image](https://user-images.githubusercontent.com/26923747/114264540-1364c680-9a1e-11eb-9dfe-eec5ca563004.png) ![image](https://user-images.githubusercontent.com/26923747/114264563-3becc080-9a1e-11eb-9832-fd72428739b9.png)

Python
Math

# [Baserow](https://gitlab.com/bramw/baserow) 一个开源的网页表格,目标是成为低代码的数据库,作为 Excel 和 Airtable 的替代品。可以使用托管的版本,也可以自己架设服务。 ![image](https://user-images.githubusercontent.com/26923747/113471515-6c1ce800-948f-11eb-87ea-84da0706536c.png) ![image](https://user-images.githubusercontent.com/26923747/113471519-7c34c780-948f-11eb-8c42-70a241fbe413.png)

JavaScript
Web开发

# [wormhole-gui](https://github.com/Jacalz/wormhole-gui) 一个桌面应用程序,可以在同一个局域网的各个机器之间,互相发送文件。 跨平台基于Golang开发 ![image](https://user-images.githubusercontent.com/26923747/113471411-af2a8b80-948e-11eb-8ce9-4236bedf903e.png)

工具

# [uidea.tools](http://uidea.tools/design/index) 一个在线 UI 设计工具,可以用来制作 H5 网页原型 ![image](https://user-images.githubusercontent.com/26923747/110979955-458ff380-83a0-11eb-88bb-e80dc4c31dbb.png)

设计

[GitHub Skyline](https://skyline.github.com/) GitHub 官方出品,将你过去一年的提交统计转成一个三维的直方图,并且提供 stl 文件下载,进行 3D 打印。 ![截屏2021-03-07 18 31 09](https://user-images.githubusercontent.com/26923747/110236867-53dea980-7f73-11eb-8360-c73681895145.png)

资源
WebGL