An open API service indexing awesome lists of open source software.

https://github.com/IndieVisualLab/UnityGraphicsProgramming2

書籍「UnityGraphicsProgramming vol.2」のサンプルコードリポジトリ
https://github.com/IndieVisualLab/UnityGraphicsProgramming2

Last synced: 9 months ago
JSON representation

書籍「UnityGraphicsProgramming vol.2」のサンプルコードリポジトリ

Awesome Lists containing this project

README

          

UnityGraphicsProgramming vol.2
=====================

[IndieVisualLab](https://IndieVisualLab.github.io)によるUnity技術の同人誌「UnityGraphicsProgramming vol.2」のリポジトリ

- 第1章 Real-Time GPU Based Voxelizer [@mattatz](https://github.com/mattatz) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/RealTimeGPUBasedVoxelizer)
- 第2章 GPU-Based Trail [@fuqunaga](https://github.com/fuqunaga) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/GPUBasedTrails)
- 第3章 ライン表現のためのGeometryShader [@kaiware007](https://github.com/kaiware007) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/GeometryWireframe)
- 第4章 Projecction Spray [@sugi-cho](https://github.com/sugi-cho) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/ProjectionSpray)
- 第5章 プロシージャルノイズ入門 [@hiroakioishi](https://github.com/hiroakioishi) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/TheStudyOfProceduralNoise)
- 第6章 Curl Noise - 疑似流体のためのノイズアルゴリズムの解説 [@sakope](https://github.com/sakope) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/CurlNoise)
- 第7章 Shape Matching - 線形代数のCGへの応用 [@kodai100](https://github.com/kodai100) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/ShapeMatching)
- 第8章 Space Filling [@a3geek](https://github.com/a3geek) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/SpaceFilling)
- 第9章 ImageEffect入門 [@XJINE](https://github.com/XJINE) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/SimpleImageEffect)
- 第10章 ImageEffect応用(SSR) [@komietty](https://github.com/komietty) - [サンプルコード](https://github.com/IndieVisualLab/UnityGraphicsProgramming2/tree/master/Assets/SSR)