-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
398 lines (398 loc) · 16 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
<html
data-wf-domain="canvasmc.io"
data-wf-page="6781fa42bc95e18c7ff86b5b"
data-wf-site="6781fa42bc95e18c7ff86b27"
data-wf-status="1"
class="w-mod-js w-mod-ix wf-ubuntu-n3-active wf-ubuntu-i3-active wf-ubuntu-n4-active wf-ubuntu-n5-active wf-ubuntu-i4-active wf-ubuntu-i5-active wf-ubuntu-n7-active wf-ubuntu-i7-active wf-lato-n1-active wf-lato-i1-active wf-lato-n3-active wf-lato-i3-active wf-lato-n4-active wf-lato-i4-active wf-lato-n7-active wf-lato-i7-active wf-lato-n9-active wf-lato-i9-active wf-gothica1-n3-active wf-gothica1-n4-active wf-gothica1-n5-active wf-gothica1-n6-active wf-gothica1-n7-active wf-gothica1-n8-active wf-active"
>
<head>
<style>
.wf-force-outline-none[tabindex="-1"]:focus {
outline: none;
}
</style>
<meta charset="utf-8" />
<title>CanvasMC</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="Webflow" name="generator" />
<link
href="./style/style.css"
rel="stylesheet"
type="text/css"
/>
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link
href="https://fonts.gstatic.com"
rel="preconnect"
crossorigin="anonymous"
/>
<script
src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"
type="text/javascript"
></script>
<link type="text/css" rel="stylesheet" id="dark-mode-custom-link" />
<link type="text/css" rel="stylesheet" id="dark-mode-general-link" />
<style lang="en" type="text/css" id="dark-mode-custom-style"></style>
<style lang="en" type="text/css" id="dark-mode-native-style"></style>
<style lang="en" type="text/css" id="dark-mode-native-sheet"></style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Ubuntu:300,300italic,400,400italic,500,500italic,700,700italic%7CLato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic%7CGothic+A1:300,regular,500,600,700,800"
media="all"
/>
<script type="text/javascript">
WebFont.load({
google: {
families: [
"Ubuntu:300,300italic,400,400italic,500,500italic,700,700italic",
"Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic",
"Gothic A1:300,regular,500,600,700,800",
],
},
});
</script>
<script type="text/javascript">
!(function (o, c) {
var n = c.documentElement,
t = " w-mod-";
(n.className += t + "js"),
("ontouchstart" in o ||
(o.DocumentTouch && c instanceof DocumentTouch)) &&
(n.className += t + "touch");
})(window, document);
</script>
<link href="./assets/icon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="./assets/icon.png" rel="apple-touch-icon" />
</head>
<body class="body">
<div class="hero">
<div
data-collapse="medium"
data-animation="default"
data-duration="400"
data-doc-height="1"
data-easing="ease"
data-easing2="ease"
role="banner"
class="nav w-nav"
>
<div class="nav-inner">
<div class="nav-menu-wrap">
<nav role="navigation" class="nav-menu-2 w-nav-menu">
<a href="#about" class="nav-link w-nav-link">About</a
><a href="#features" class="nav-link w-nav-link">Features</a
><a
href="https://github.com/CraftCanvasMC/Canvas/"
target="_blank"
class="nav-link w-nav-link"
>Source</a
><a
href="https://jenkins.canvasmc.io/job/Canvas/"
target="_blank"
class="nav-link w-nav-link"
>Download</a
>
</nav>
<div
class="menu-button w-nav-button"
style="-webkit-user-select: text"
aria-label="menu"
role="button"
tabindex="0"
aria-controls="w-nav-overlay-0"
aria-haspopup="menu"
aria-expanded="false"
>
<div class="menu-icon w-icon-nav-menu"></div>
</div>
</div>
</div>
<div class="w-nav-overlay" data-wf-ignore="" id="w-nav-overlay-0"></div>
</div>
</div>
<div class="section center">
<div class="downloadmain w-clearfix">
<img
class="image-7"
src="https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/67820f83adbb19c9627cbdc9_Screenshot%202025-01-10%20220446.png"
width="784"
alt=""
style="
transform: translate3d(-48px, 0px, 0px) scale3d(1, 1, 1)
rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
opacity: 1;
transform-style: preserve-3d;
"
sizes="(max-width: 767px) 100vw, (max-width: 991px) 366.79998779296875px, 39vw"
data-w-id="2b6fa007-edf8-58f1-14af-be04e7904a0d"
loading="lazy"
srcset="
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/67820f83adbb19c9627cbdc9_Screenshot%202025-01-10%20220446-p-500.png 500w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/67820f83adbb19c9627cbdc9_Screenshot%202025-01-10%20220446-p-800.png 800w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/67820f83adbb19c9627cbdc9_Screenshot%202025-01-10%20220446-p-1080.png 1080w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/67820f83adbb19c9627cbdc9_Screenshot%202025-01-10%20220446.png 1265w
"
/>
<aside
data-w-id="eb3751a0-57d1-f8b8-1527-5f4deda0cfc2"
style="
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
rotateY(0deg) rotateZ(0deg) skew(0deg);
opacity: 1;
transform-style: preserve-3d;
"
>
<h1 class="heading-3">CanvasMC</h1>
<h3 class="hero-subhead">
Powerful Minecraft server, built to soar.
</h3>
<a
href="https://canvasmc.io/api/latest"
target="_blank"
class="button w-button"
>Download Latest</a
>
</aside>
</div>
</div>
<div id="about" class="section wide img">
<div
data-w-id="b126983d-9126-fc06-c81d-1318685e2add"
style="
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
rotateY(0deg) rotateZ(0deg) skew(0deg);
opacity: 1;
transform-style: preserve-3d;
"
class="wrap"
>
<div class="title">About</div>
<h2>A heavily optimized server fork via experimental patches</h2>
</div>
<a
href="https://discord.gg/cKUt92kbzj"
target="_blank"
class="div-block-13 w-inline-block"
><img
src="https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/67822fcebcc1aee9222958b1_discord.png"
loading="lazy"
width="400"
sizes="(max-width: 991px) 40vw, 20vw"
alt=""
id="discord"
srcset="
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/67822fcebcc1aee9222958b1_discord-p-500.png 500w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/67822fcebcc1aee9222958b1_discord.png 800w
"
class="image-8"
/></a>
<div class="wrapper"></div>
</div>
<div class="section">
<div id="features" class="feature-wrap">
<div
data-w-id="4593c4b7-56e8-060a-be57-648b0e08fc65"
style="
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
rotateY(0deg) rotateZ(0deg) skew(0deg);
opacity: 1;
transform-style: preserve-3d;
"
class="feature-content"
>
<h2 class="black">Threaded Dimensions</h2>
<p>
Canvas introduces a new Threaded Dimensions patch, which isolates
the tick loop of each world onto its own "main thread", and
isolating them to reduce sharing data, and improve performance in
terms of scalability across worlds.
</p>
</div>
<div class="feature-image">
<img
src="https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782532da89fe1ac8c68a0d3_Screenshot%202025-01-11%20031641.png"
width="341"
alt=""
sizes="(max-width: 479px) 90vw, (max-width: 991px) 40vw, 50vw"
srcset="
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782532da89fe1ac8c68a0d3_Screenshot%202025-01-11%20031641-p-500.png 500w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782532da89fe1ac8c68a0d3_Screenshot%202025-01-11%20031641-p-800.png 800w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782532da89fe1ac8c68a0d3_Screenshot%202025-01-11%20031641.png 813w
"
class="image-2"
/>
</div>
</div>
<div class="feature-wrap reverse">
<div
data-w-id="cafe0045-d304-79d9-8f68-af3adaed06e9"
style="
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
rotateY(0deg) rotateZ(0deg) skew(0deg);
opacity: 1;
transform-style: preserve-3d;
"
class="feature-content"
>
<h2 class="black-text">Faster Chunk Generation</h2>
<p>
Canvas implements a ton of chunk generation optimizations, improving
chunk generation and loading performance
</p>
</div>
<div class="feature-image">
<img
src="https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782e36a328eb3ff8d93f8bb_Screenshot%202025-01-11%20133040.png"
width="386"
alt=""
sizes="(max-width: 479px) 90vw, (max-width: 991px) 40vw, 50vw"
srcset="
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782e36a328eb3ff8d93f8bb_Screenshot%202025-01-11%20133040-p-500.png 500w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782e36a328eb3ff8d93f8bb_Screenshot%202025-01-11%20133040-p-800.png 800w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782e36a328eb3ff8d93f8bb_Screenshot%202025-01-11%20133040.png 1062w
"
class="image-2"
/>
</div>
</div>
<div class="feature-wrap">
<div
data-w-id="88086931-0bbf-a2f5-1fc3-58d79ba19b7e"
style="
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
rotateY(0deg) rotateZ(0deg) skew(0deg);
opacity: 1;
transform-style: preserve-3d;
"
class="feature-content"
>
<h2 class="black-text">More Optimizations</h2>
<p>
Canvas optimizes most common places of lag in the Minecraft server,
from villagers(now more than 2x faster), to hoppers(also being more
than 2x faster), and more!<br /><em
><code class="code"
>The benchmarks shown are tested on:<br />32.0 GB - Intel(R)
Core(TM) i9-14900HX 2.20 GHz - Windows 11, with the
villagers test run on 16.0GB - Intel(R) Core(TM) i5-6200U - Arch
linux</code
></em
>
</p>
</div>
<div class="feature-image">
<img
src="https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/678da77bf6199e5021481d4a_benchmarks.png"
width="574"
alt=""
sizes="(max-width: 479px) 90vw, (max-width: 991px) 40vw, 50vw"
srcset="
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/678da77bf6199e5021481d4a_benchmarks-p-500.png 500w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/678da77bf6199e5021481d4a_benchmarks-p-800.png 800w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/678da77bf6199e5021481d4a_benchmarks-p-1080.png 1080w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/678da77bf6199e5021481d4a_benchmarks-p-1600.png 1600w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/678da77bf6199e5021481d4a_benchmarks-p-2000.png 2000w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/678da77bf6199e5021481d4a_benchmarks-p-2600.png 2600w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/678da77bf6199e5021481d4a_benchmarks.png 2801w
"
class="image-2"
/>
</div>
</div>
<div class="feature-wrap icons">
<div class="feature-content icons">
<img
src="https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/678250551cc0535fd197a06e_rocket-svgrepo-com.svg"
width="80"
alt=""
class="feature-icon"
/>
<h4 class="black-text">Absurdly Fast</h4>
<p>
Canvas introduces tons of optimizations to keep your server insanely
fast and stable.
</p>
</div>
<div class="feature-content icons">
<img
src="https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782506137b9ced4ceb41062_tree-branch-svgrepo-com.svg"
alt=""
class="feature-icon"
/>
<h4 class="black-text">Why Not Use Folia Instead?</h4>
<p>
Canvas is made to be more of an in-between for Purpur and Folia,
offering more scalability and huge performance increases, while also
maintaining better plugin compatibility, unlike Folia
</p>
</div>
<div class="feature-content icons">
<img
src="https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6782506b34f902896cbf6392_pencil-file-svgrepo-com.svg"
width="74"
alt=""
class="feature-icon"
/>
<h4 class="black-text">Active Development</h4>
<p>
Canvas is still in active development, getting faster and more
stable each day.
</p>
</div>
</div>
</div>
<div class="bottom-image-wrap"></div>
<div class="footer">
<div class="wrap">
<img
src="https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6781fd2f1cc0535fd16a0248_canvaslogo.png"
width="136"
alt=""
sizes="136px"
srcset="
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6781fd2f1cc0535fd16a0248_canvaslogo-p-500.png 500w,
https://cdn.prod.website-files.com/6781fa42bc95e18c7ff86b27/6781fd2f1cc0535fd16a0248_canvaslogo.png 508w
"
/>
<div class="footer-list">
<a
href="https://discord.gg/cKUt92kbzj"
target="_blank"
class="footer-link"
>Discord</a
><a
href="https://github.com/CraftCanvasMC/Canvas"
target="_blank"
class="footer-link"
>Github</a
><a
href="https://github.com/CraftCanvasMC/Canvas/issues"
target="_blank"
class="footer-link"
>Issues</a
><a
href="https://github.com/CraftCanvasMC/"
target="_blank"
class="footer-link"
>Organization</a
><a
href="https://github.com/CraftCanvasMC/Canvas/blob/master/LICENSE"
target="_blank"
class="footer-link"
>License</a
>
</div>
</div>
</div>
<script
src="./scripts/jquery.js"
type="text/javascript"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script
src="./scripts/script.js"
type="text/javascript"
></script>
</body>
</html>