Skip to content
Snippets Groups Projects
Commit 0cd52bd3 authored by Hyung-Taik Choi's avatar Hyung-Taik Choi
Browse files

Update README

parent a9c917b1
Branches
No related tags found
No related merge requests found
...@@ -11,27 +11,37 @@ ...@@ -11,27 +11,37 @@
<img src="http://img.shields.io/badge/-Netlify-00C7B7?style=flat&logo=Netlify&link=https://webgl2-fluid-simulation.netlify.app"/> <img src="http://img.shields.io/badge/-Netlify-00C7B7?style=flat&logo=Netlify&link=https://webgl2-fluid-simulation.netlify.app"/>
</p> </p>
<p align="center"> <p align="center">
<a href="#how-to-start">Try Here</a> <a href="#try-here">Try Here</a>
<a href="#features">Features</a> <a href="#prerequisites">Prerequisites</a>
<a href="#contributor">License</a> <a href="#what-this-tutorial-covers">What This Tutorial Covers</a>
<a href="#contributor">Acknowledgements</a> <a href="#license">License</a>
<a href="#acknowledgements">Acknowledgements</a>
</p> </p>
WebGL2는 인터넷 브라우저 환경에서 OpenGL을 플러그인 도움 없이 공식적으로 사용할 수 있도록 Khronos Group에서 제정한 웹 그래픽스 API입니다. WebGL 인터넷 브라우저 환경에서 OpenGL을 플러그인 도움 없이 공식적으로 사용할 수 있도록 Khronos Group에서 제정한 웹 그래픽스 API입니다.
2017년 2월에 OpenGL ES 3.0기반 WebGL 2.0이 공개됐습니다. 2017년 2월에 OpenGL ES 3.0기반 WebGL 2.0이 공개됐습니다.
WebGL2에 입문하고자 하시는 분들을 위해 WebGL로 할 수 있는 다양한 것 중 가장 흥미로웠던 유체 시뮬레이션에 대한 튜토리얼 입니다. WebGL2에 입문하고자 하시는 분들을 위해 WebGL로 할 수 있는 다양한 것 중 가장 흥미로웠던 유체 시뮬레이션에 대한 튜토리얼 입니다.
</div> </div>
## Try Here ## Try Here
How to try the simulator: 시뮬레이터 사용해보기:
1. (Recommended) [Click this link](https://webgl2-fluid-simulation.netlify.app) - (모바일도 가능한 초간단 방법) [Try on Netlify](https://webgl2-fluid-simulation.netlify.app)
2. Clone this repository to a local directory and open `index.html` in your web browser. - (조금 귀찮은 방법) Git Repository를 클론한 후, `index.html`를 웹 브라우저에서 열기.
## Features ## Prerequisites
- WebGL2를 지원하는 최신 브라우저를 권장해요 ([여기서 확인하기](http://get.webgl.org/))
## What The Tutorial Covers
- WebGL1과 WebGL2의 차이
## License ## License
MIT License
- Linking: Permissive
- Distribution: Permissive
- Modification: Permissive
- Patent Grant: Manually
- Private Use: Yes
- Sublicensing: Permissive
- TM Grant: Manually
## Acknowledgements ## Acknowledgements
https://github.com/PavelDoGreat/WebGL-Fluid-Simulation Many thanks to [PavelDoGreat](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation) for the mesmerizing implementation of the fluid simulator.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment