Skip to content

linround/three-explore

Repository files navigation

3D Explore

Explore th 3D world

https://www.shadertoy.com/user/linround
https://docs.qq.com/aio/DWVRkZ1RUWHRsdU1J

强大的rust

https://www.egui.rs/
https://developer.mozilla.org/zh-CN/docs/WebAssembly/Rust_to_Wasm

相关课程

关于建模的一些库

数据可视化产品

一些idea

  • 参考小程序包包认昆虫(一款利用webgl实现昆虫模型的渲染工具);
  • 倾斜摄影:无人机+reality capture
  • NeRF:无人机+LUMA AI
  • 基于midjounity服务的图片工具

相关项目案例

commit规范

  • feat:新功能(feature)
  • fix:修补bug
  • docs:文档(documentation)
  • style: 格式(不影响代码运行的变动)
  • refactor:重构(即不是新增功能,也不是修改bug的代码变动)
  • test:增加测试
  • chore:构建过程或辅助工具的变动