Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change all occurrences of "convid" to "covid" #4

Merged
merged 2 commits into from
Aug 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: change all occurences of "convid" to "covid"
  • Loading branch information
fnick851 committed Aug 4, 2020
commit 9366873f6645fd8e18ccfa724ad58719db0612e1
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

https://akira-cn.github.io/graphics/

## 3D基础
## 3D 基础

- [立方体](https://akira-cn.github.io/graphics/3d-basic/cube.html)
- [圆柱](https://akira-cn.github.io/graphics/3d-basic/cylinder.html)

## 3D相机
## 3D 相机

- [圆柱裁切](https://akira-cn.github.io/graphics/3d-camera/cylinder-clip.html)
- [正交相机](https://akira-cn.github.io/graphics/3d-camera/cylinder-ortho.html)
- [透视相机](https://akira-cn.github.io/graphics/3d-camera/cylinder-perspective.html)
- [圆柱](https://akira-cn.github.io/graphics/3d-camera/cylinder.html)
- [使用Ogl](https://akira-cn.github.io/graphics/3d-camera/ogl-basic.html)
- [使用 Ogl](https://akira-cn.github.io/graphics/3d-camera/ogl-basic.html)

## 3D模型矩阵
## 3D 模型矩阵

- [轴角](https://akira-cn.github.io/graphics/3d-model/axis-angle.html)
- [欧拉角](https://akira-cn.github.io/graphics/3d-model/euler-angle.html)
Expand All @@ -26,28 +26,28 @@ https://akira-cn.github.io/graphics/
- [时间动画](https://akira-cn.github.io/graphics/animate/animate_time.html)
- [动画封装](https://akira-cn.github.io/graphics/animate/animator.html)
- [帧动画](https://akira-cn.github.io/graphics/animate/frame_animate.html)
- [css贝塞尔](https://akira-cn.github.io/graphics/animate/lerp-bezier-css.html)
- [js贝塞尔](https://akira-cn.github.io/graphics/animate/lerp-bezier.html)
- [css 贝塞尔](https://akira-cn.github.io/graphics/animate/lerp-bezier-css.html)
- [js 贝塞尔](https://akira-cn.github.io/graphics/animate/lerp-bezier.html)

## webgl动画
## webgl 动画

- [bezier easing](https://akira-cn.github.io/graphics/animate_webgl/bezier_easing.html)
- [网格动画](https://akira-cn.github.io/graphics/animate_webgl/cellular-animation.html)
- [片元着色器旋转](https://akira-cn.github.io/graphics/animate_webgl/fragment_rotation_animation.html)
- [片元着色器旋转](https://akira-cn.github.io/graphics/animate_webgl/fragment_rotation_animation2.html)
- [帧动画](https://akira-cn.github.io/graphics/animate_webgl/fragment_animate.html)
- [补间easing](https://akira-cn.github.io/graphics/animate_webgl/lerp_easing.html)
- [补间 easing](https://akira-cn.github.io/graphics/animate_webgl/lerp_easing.html)
- [补间动画](https://akira-cn.github.io/graphics/animate_webgl/lerp.html)
- [粒子动画](https://akira-cn.github.io/graphics/animate_webgl/particle.html)
- [顶点移动动画](https://akira-cn.github.io/graphics/animate_webgl/vertex_move_animator.html)
- [顶点移动easing](https://akira-cn.github.io/graphics/animate_webgl/vertex_move_easing.html)
- [顶点移动 easing](https://akira-cn.github.io/graphics/animate_webgl/vertex_move_easing.html)
- [顶点旋转动画](https://akira-cn.github.io/graphics/animate_webgl/vertex_rotation_animator.html)
- [顶点旋转](https://akira-cn.github.io/graphics/animate_webgl/vertex_rotation.html)

## 贝塞尔

- [3阶贝塞尔曲线](https://akira-cn.github.io/graphics/bezier/cubic.html)
- [2阶贝塞尔曲线](https://akira-cn.github.io/graphics/bezier/quadratic.html)
- [3 阶贝塞尔曲线](https://akira-cn.github.io/graphics/bezier/cubic.html)
- [2 阶贝塞尔曲线](https://akira-cn.github.io/graphics/bezier/quadratic.html)

## canvas

Expand All @@ -63,12 +63,12 @@ https://akira-cn.github.io/graphics/
- [color-hsl-problem](https://akira-cn.github.io/graphics/color-hints/color-hsl-problem.html)
- [color-lab](https://akira-cn.github.io/graphics/color-hints/color-lab.html)

## convid 可视化
## covid 可视化

- [convid-动态](https://akira-cn.github.io/graphics/convid-vis/convid-dynamic.html)
- [convid-静态](https://akira-cn.github.io/graphics/convid-vis/convid-static.html)
- [墨卡托-topojson](https://akira-cn.github.io/graphics/convid-vis/mercator-topojson.html)
- [墨卡托](https://akira-cn.github.io/graphics/convid-vis/mercator.html)
- [covid-动态](https://akira-cn.github.io/graphics/covid-vis/covid-dynamic.html)
- [covid-静态](https://akira-cn.github.io/graphics/covid-vis/covid-static.html)
- [墨卡托-topojson](https://akira-cn.github.io/graphics/covid-vis/mercator-topojson.html)
- [墨卡托](https://akira-cn.github.io/graphics/covid-vis/mercator.html)

## 坐标系

Expand All @@ -85,19 +85,19 @@ https://akira-cn.github.io/graphics/

- [柱状图](https://akira-cn.github.io/graphics/data-graph-svg/bargraph.html)

## Github贡献图表
## Github 贡献图表

- [3D柱状图](https://akira-cn.github.io/graphics/github-contributions/index.html)
- [3D 柱状图](https://akira-cn.github.io/graphics/github-contributions/index.html)

## GPU抽奖
## GPU 抽奖

- [webgl抽奖](https://akira-cn.github.io/graphics/gl-graffle/index.html)
- [webgl 抽奖](https://akira-cn.github.io/graphics/gl-graffle/index.html)

## 光照

- [环境光](https://akira-cn.github.io/graphics/lights/ambient-light.html)
- [平行光](https://akira-cn.github.io/graphics/lights/directional-light.html)
- [Phong光照](https://akira-cn.github.io/graphics/lights/phong.html)
- [Phong 光照](https://akira-cn.github.io/graphics/lights/phong.html)
- [点光源](https://akira-cn.github.io/graphics/lights/point-light.html)
- [镜面高光](https://akira-cn.github.io/graphics/lights/specular.html)
- [聚光灯](https://akira-cn.github.io/graphics/lights/spot-light.html)
Expand Down Expand Up @@ -150,23 +150,23 @@ https://akira-cn.github.io/graphics/
- [圆](https://akira-cn.github.io/graphics/polar-shader/circle.html)
- [葫芦](https://akira-cn.github.io/graphics/polar-shader/clover.html)
- [径向](https://akira-cn.github.io/graphics/polar-shader/conic.html)
- [hsv色轮](https://akira-cn.github.io/graphics/polar-shader/hsvwheel.html)
- [hsv 色轮](https://akira-cn.github.io/graphics/polar-shader/hsvwheel.html)
- [玫瑰瓣](https://akira-cn.github.io/graphics/polar-shader/rose.html)
- [玫瑰瓣2](https://akira-cn.github.io/graphics/polar-shader/rose2.html)
- [玫瑰瓣 2](https://akira-cn.github.io/graphics/polar-shader/rose2.html)

## 多边形填充

- [2D多边形填充](https://akira-cn.github.io/graphics/polygon-fill/fill-canvas2d.html)
- [2D 多边形填充](https://akira-cn.github.io/graphics/polygon-fill/fill-canvas2d.html)

## 多边形-曲线

- [2D曲线](https://akira-cn.github.io/graphics/polygon-curve/canvas2d.html)
- [2D 曲线](https://akira-cn.github.io/graphics/polygon-curve/canvas2d.html)
- [挤压曲线](https://akira-cn.github.io/graphics/polygon-curve/webgl-lines-extrude.html)

## 重复与随机

- [网格](https://akira-cn.github.io/graphics/repeat-and-random/grids.html)
- [Mandelbrot集](https://akira-cn.github.io/graphics/repeat-and-random/grids.html)
- [Mandelbrot 集](https://akira-cn.github.io/graphics/repeat-and-random/grids.html)
- [迷宫](https://akira-cn.github.io/graphics/repeat-and-random/maze.html)
- [随机一](https://akira-cn.github.io/graphics/repeat-and-random/random.html)
- [随机二](https://akira-cn.github.io/graphics/repeat-and-random/random2.html)
Expand All @@ -192,8 +192,8 @@ https://akira-cn.github.io/graphics/

## 三角剖分

- [多边形2D-碰撞检测](https://akira-cn.github.io/graphics/triangluations/polygon2d-collision.html)
- [多边形2D](https://akira-cn.github.io/graphics/triangluations/polygon2d.html)
- [多边形 2D-碰撞检测](https://akira-cn.github.io/graphics/triangluations/polygon2d-collision.html)
- [多边形 2D](https://akira-cn.github.io/graphics/triangluations/polygon2d.html)
- [多边形-三角剖分](https://akira-cn.github.io/graphics/triangluations/trianglu-polygon.html)

## 矢量绘制
Expand All @@ -204,10 +204,10 @@ https://akira-cn.github.io/graphics/

- [矢量画树](https://akira-cn.github.io/graphics/vector_tree/index.html)

## WegGL基础
## WegGL 基础

- [Hello world](https://akira-cn.github.io/graphics/webgl/hello_world.html)

## WebGL粒子
## WebGL 粒子

- [粒子效果](https://akira-cn.github.io/graphics/webgl_particles/index.html)
141 changes: 0 additions & 141 deletions convid-vis/convid-dynamic.html

This file was deleted.

Loading