-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (72 loc) · 3.4 KB
/
index.html
File metadata and controls
75 lines (72 loc) · 3.4 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<!--
Copyright 2017 albert.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<title>LeeboardTools</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Welcome to LeeboardTools</h1>
<p>Home of Albert's open source Javascript sailing simulation engine.</p>
<p>In active development, right here on GitHub: <a href='https://github.com/leeboardtools/bythelee' target='_blank'>https://github.com/leeboardtools/bythelee</a>.</p>
<p> </p>
<ul>
<li><a href="bythelee-ThreeJS.html">ByTheLee - ThreeJs Version</a> All 3D, has a boat that sails...</li>
</ul>
<p> </p>
<p>Some notes on browsers:</p>
<p>I did some VERY simple tests on the computers/operating systems I have available to me,
and came up with the following suggested browsers when operating in Full Screen mode:</p>
<table border='1'>
<tr>
<th>OS/Computer</th>
<th>Tested Browsers (Bold performed best)</th>
</tr>
<tr>
<td><p><b>Windows 10 1703 10.0.15063</b></p>
<p>3.5 GHz i7, AMD Radeon R9 200/HD 7900 Series GPU Driver</p>
<p>GPU is an AMD Sapphire Radeon R9 HD 7970 3GB</p>
</td>
<td><p><b>Chrome 61.0.3163.100</b></p>
<p><b>Edge 40.15063</b></p>
<p><b>Firefox 56.0.1</b></p>
</td>
</tr>
<tr>
<td><p><b>Ubuntu 16.04 LTS</b></p>
<p>3.5 GHz i7, Gallium 0.4 on AMD TAHITI (DRM 2.43.0 / 4.4.0-97-generic, LLVM 3.8.0) GPU Driver</p>
<p>GPU is an AMD Sapphire Radeon R9 HD 7970 3GB</p>
</td>
<td><p><b>*Chrome 59.0.3071.109</b></p>
<p><b>Firefox 56.0</b></p>
</td>
</tr>
<tr>
<td><p><b>OSX El Capitan 10.11.6</b>, on a mid-2015 MBP</p>
<p>2.5 GHz i7, Radeon R9 M370X graphics card</p>
</td>
<td><p><b>Chrome 62.0.3163.100</b></p>
<p><b>Firefox 56.0</b></p>
<p>Safari 11.0 (11604.1.38.1.7)</p>
</td>
</tr>
</table>
<p>Note that some browsers may require you to enable hardware acceleration (Chrome) or WebGL (Safari)</p>
<p>*For Google Chrome in Ubuntu try the following: <a href="https://askubuntu.com/questions/299345/how-to-enable-webgl-in-chrome-on-ubuntu">https://askubuntu.com/questions/299345/how-to-enable-webgl-in-chrome-on-ubuntu</a>
<p></p>
<p><a href="webgl-check.html">A simple WebGL report via ThreeJS</a></p>
<p>(Don't mind this plain website, as I'm focusing on getting ByTheLee going...)</p>
</body>
</html>