Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WebGL Tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
최형택
WebGL Tutorial
Commits
0cd52bd3
Commit
0cd52bd3
authored
4 years ago
by
Hyung-Taik Choi
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
a9c917b1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+22
-12
22 additions, 12 deletions
README.md
with
22 additions
and
12 deletions
README.md
+
22
−
12
View file @
0cd52bd3
...
@@ -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>
WebGL
2는
인터넷 브라우저 환경에서 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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment