-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (52 loc) · 3.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Fluid Simulation with Navier Stokes equation in Javascript by David Martínez Ros</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="David Martinez Ros">
<meta name="keywords" content="how, what, how to, what is, find, hire, senior, experienced, full stack developer, answer, easy, david, martinez, ros, the best, portfolio, 2018, software, engineer, barcelona, spain, latest, java, angular, node.js, spring">
<meta name="og:title" content="Angular and Java | David, a Full Stack Developer and Software Engineer">
<meta name="twitter:title" content="Angular and Java | David, a Full Stack Developer and Software Engineer">
<meta name="description" content="How to find and hire a Software Engineer? What is a Full Stack Developer? The answer is easy ... David Martinez Ros, A Software Engineer and Full Stack Developer from Barcelona with latest Java, Angular, Node.js, Spring.">
<meta name="og:description" content="How to find and hire a Software Engineer? What is a Full Stack Developer? The answer is easy ... David Martinez Ros, A Software Engineer and Full Stack Developer from Barcelona with latest Java, Angular, Node.js, Spring.">
<meta name="twitter:description" content="How to find and hire a Software Engineer? What is a Full Stack Developer? The answer is easy ... David Martinez Ros, A Software Engineer and Full Stack Developer from Barcelona with latest Java, Angular, Node.js, Spring.">
<meta name="og:type" content="website">
<meta name="og:url" content="https://davidmartinezros.com">
<meta name="twitter:card" content="summary">
<meta name="image" content="images/icon.png">
<meta name="og:image" content="images/icon.png">
<meta name="twitter:image" content="images/icon.png">
<meta name="robots" content="index, follow">
<meta name="google" content="nositelinkssearchbox">
<link rel="publisher" href=”https://plus.google.com/+DavidMartinezRos”
title="davidmartinezros.com on Google+" />
<link rel="author" href="https://plus.google.com/108069145499631514979/about"
title="David Martinez Ros on Google+"/>
<link rel="icon" href="images/icon.png">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="../../assets/scripts/google_analytics.js"></script>
</head>
<body>
<h3>Fluid Simulation with the Navier Stokes equation with Javascript (only Desktop)</h3>
<div id="wrapper">
<canvas id="d" width="64" height="64" style="width:100%;height:500px;display:block;position:relative;"></canvas>
</div>
<br/>
<table>
<tr>
<td style="width: 70%">
Create fluid with left mouse button. Create a force emitter with right mouse button.<br/>
Find this project and others from <b>David Martínez Ros</b> on <a href="https://davidmartinezros.com" target="_blank" style="color:rgb(200, 200, 200)">https://davidmartinezros.com</a> / mail <a href="mailto:davidnezan@gmail.com" target="_blank" style="color:rgb(200, 200, 200)">davidnezan@gmail.com</a>
</td>
<td style="width: 30%">
<div id="fps" style="text-align: right"></div>
</td>
</tr>
</table>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/315/dat.gui.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>