forked from IrisShaders/irisshaders.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
773 lines (773 loc) · 30.5 KB
/
about.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
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
<!DOCTYPE html>
<!-- This site was created in Webflow. http://www.webflow.com -->
<!-- Last Published: Wed Jun 16 2021 18:54:32 GMT+0000 (Coordinated Universal Time) -->
<html
data-wf-page="60b6a6f4e6d29084ad497fba"
data-wf-site="60b6a6f4e6d29054cd497fb4"
>
<head>
<meta charset="utf-8" />
<title>About IrisShaders</title>
<meta
content="A detailed description of the shaders mod in all its glory."
name="description"
/>
<meta content="About IrisShaders" property="og:title" />
<meta
content="A detailed description of the shaders mod in all its glory."
property="og:description"
/>
<meta
content="https://raw.githubusercontent.com/IrisShaders/Iris/trunk/docs/iris-logo-transparent.png"
property="og:image"
/>
<meta content="About IrisShaders" property="twitter:title" />
<meta
content="A detailed description of the shaders mod in all its glory."
property="twitter:description"
/>
<meta
content="https://raw.githubusercontent.com/IrisShaders/Iris/trunk/docs/iris-logo-transparent.png"
property="twitter:image"
/>
<meta property="og:type" content="website" />
<meta content="summary_large_image" name="twitter:card" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="Webflow" name="generator" />
<link href="css/normalize.css" rel="stylesheet" type="text/css" />
<link href="css/webflow.css" rel="stylesheet" type="text/css" />
<link href="css/iris-2.webflow.css" rel="stylesheet" type="text/css" />
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="images/webclip.webp" rel="apple-touch-icon" />
<link href="css/darkmode_supplements.css" rel="prefetch" />
<script defer="" src="js/lang.js" type="text/javascript"></script>
<script defer="" src="js/darkmode.js" type="text/javascript"></script>
<script defer="" type="text/javascript">
if (!localStorage.getItem("darkMode")) {
const userPrefersDark =
window.matchMedia &&
window.matchMedia("(prefers-color-scheme: dark)").matches;
localStorage.setItem("darkMode", userPrefersDark ? "true" : "false");
}
document.addEventListener("DOMContentLoaded", function (event) {
reloadTheme("about");
initLang(1);
});
document.addEventListener("load", function () {
document.getElementById("body").classList.remove("no-transition");
});
</script>
</head>
<body class="no-transition">
<div
data-collapse="medium"
data-animation="default"
data-duration="400"
role="banner"
class="navigation-bar w-nav"
>
<div class="w-container">
<img
src="images/logos/iristrans.webp"
loading="lazy"
width="56"
sizes="56px"
srcset="
images/logos/iristrans-p-800.webp 800w,
images/logos/iristrans-p-1080.webp 1080w,
images/logos/iristrans.webp 1280w
"
alt=""
class="image"
/>
<a href="/" class="brand-link w-nav-brand">
<h1 class="brand-text">Iris Shaders</h1>
</a>
<nav role="navigation" class="navigation-menu w-nav-menu">
<a
href="/"
langfield="home"
class="navigation-link w-nav-link"
>Home</a
>
<link rel="prefetch" href="/" />
<a
href="/"
langfield="about"
aria-current="page"
class="navigation-link w-nav-link w--current"
>Learn More</a
>
<link rel="prefetch" href="/about" />
<a
href="download"
langfield="download"
class="navigation-link-button w-nav-link"
>Download Now</a
>
<link rel="prerender" href="/download" />
<img
src="https://d3e54v103j8qbb.cloudfront.net/plugins/Basic/assets/placeholder.60f9b1840c.svg"
loading="lazy"
width="15"
height="15"
id="darkThemeIcon"
alt=""
class="image-6"
/>
<a
id="theme-switcher"
langfield="dark"
href="#"
class="style-nav-link w-inline-block"
>Dark Mode</a
>
</nav>
<div class="hamburger-button w-nav-button">
<div class="w-icon-nav-menu"></div>
</div>
</div>
<div class="w-nav-overlay" style="display: inline-block; height: 0px">
<nav
role="navigation"
class="navigation-menu"
id="minimenu"
style="
transform: translateY(-284px) translateX(0);
transition: transform 400ms ease 0s;
"
>
<a
href="/"
langfield="home"
aria-current="page"
class="navigation-link w-nav-link w--nav-link-open"
>Home</a
>
<link rel="prefetch" href="/" />
<a
href="about"
langfield="about"
class="navigation-link w-nav-link w--current w--nav-link-open"
>Learn More</a
>
<link rel="prefetch" href="/about" />
<a
href="download"
langfield="download"
class="navigation-link-button w-nav-link w--nav-link-open"
>Download Now</a
>
<link rel="prerender" href="/download" /><img
src="https://d3e54v103j8qbb.cloudfront.net/plugins/Basic/assets/placeholder.60f9b1840c.svg"
loading="lazy"
width="15"
height="15"
id="darkThemeIcon"
alt=""
class="image-6"
srcset=""
/>
<a
id="theme-switcher"
langfield="light"
href="#"
class="style-nav-link w-inline-block"
width="100%"
>
Light mode</a
>
</nav>
</div>
</div>
<div class="hero-section">
<div class="w-container">
<div class="section-title-group">
<h2
langfield="heading"
data-w-id="967e2b13-e58f-7cc7-bb5b-a7a1fa9f4792"
class="hero-heading fadein"
>
The Iris Project
</h2>
<div
langfield="subheading"
data-w-id="732748e7-4c98-18e7-ed34-efc539421d45"
class="hero-subheading"
>
Learn more about the Shader Sensation
</div>
</div>
</div>
</div>
<div class="section accent">
<div class="container-4 w-container">
<h1 langfield="aboutproject" class="section-heading centered">
About the Project
</h1>
<div langfield="messageheading" class="section-subheading center">
A message from the founder and lead developer at Iris Shaders
</div>
</div>
<div class="w-container">
<p langfield="message" class="paragraph-11">
Iris was created to fill a void that I saw in the Minecraft
customization and graphical enhancement community: the lack of an
open-source shaders mod that would let me load my favorite shader
packs on modern versions of the game, while retaining performance and
compatibility with modpacks. OptiFine, the current dominant mod for
loading shader packs, has restrictive licensing that firmly stands in
the way of any sort of tinkering, and is fairly notorious for having
compatibility issues with the mods that I like. It's also
mutually incompatible with Sodium, the best rendering optimization mod
in existence by a large margin. ShadersMod was never updated past
1.12, and it lacks support for many of the many modern popular
shaderpacks. So I created Iris, to try and solve these issues, and
also address many other longstanding issues with shader packs.<br /><br />I
first and foremost develop Iris to meet my own needs of a
performance-oriented shaders mod with good compatibility and potential
for tinkering. Iris when paired with Sodium delivers great performance
on my machine, finally making it fully possible for me to actually
play with shaders instead of just periodically switching them on to
take pretty screenshots, then switching them off once I get tired of
frame drops. Of course, as it turns out, I'm far from the only
person who benefits from the development of Iris, which is why
I've decided to release it to the public as an open-source
mod.<br /><br />Iris has a public stable release for both 1.16 and 1.17 that work
with a custom version of Sodium, and a public beta release for 1.18 snapshots. Iris is still in heavy
development and gets new improvements every week, and is progressing
very rapidly!
</p>
</div>
</div>
<div class="section">
<div class="container-5 w-container">
<h1 langfield="performance" class="section-heading centered">
Performance
</h1>
<div langfield="performanceheading" class="section-subheading center">
See how the frames stack up with Iris
</div>
</div>
<ul role="list" class="w-list-unstyled">
<li>
<h1 langfield="vanilla" class="heading-8 left">Vanilla Only</h1>
<div class="columns-2 w-row">
<div class="w-clearfix w-col w-col-3">
<img
src="images/logos/minecraft-volume-alpha.webp"
loading="lazy"
width="205"
sizes="(max-width: 479px) 100vw, (max-width: 767px) 205px, (max-width: 1105px) 22vw, 205px"
srcset="
images/logos/minecraft-volume-alpha-p-500.webp 500w,
images/logos/minecraft-volume-alpha-p-800.webp 800w,
images/logos/minecraft-volume-alpha-p-1080.webp 1080w,
images/logos/minecraft-volume-alpha.webp 1400w
"
alt=""
class="image-8"
/>
</div>
<div class="w-col w-col-9">
<p langfield="vanillamessage" class="paragraph-10 left">
Vanilla Minecraft has a very old codebase, and many say that it
is in sore need of a rewrite, especially when it comes to
graphics. Blaze 3D rendering, added in 1.15, was an attempt to
alleviate this somewhat, but in many ways only worsened the
problem. In 1.17, Minecraft is moving to OpenGL Core 3.2 and
Java 16, but so far no significant changes have been implemented
that utilize the performance enhancements of these systems.
Minecraft before 1.17 also did not natively support shaders, and
even since 1.17 released, shader support is very limited.
However, Minecraft is known for its low-overhead
minimalistic graphics, and provides a strong foundation for
high-performance shader-based graphics.
</p>
</div>
</div>
</li>
<li>
<h1 langfield="sodium" class="heading-8">
Vanilla + <span class="text-span-4">Sodium</span>
</h1>
<div class="columns-2 w-row">
<div class="w-col w-col-9">
<p langfield="sodiummessage" class="paragraph-10 right">
Sodium is a fabric mod that rewrites parts of the vanilla
rendering system to optimize for performance in a way that no
other mod has done before. Sodium is actively maintained and
updated, and aims to be compatible with most other Fabric mods
for maximum FPS even in the densest modpacks. Its sibling mods,
Lithium, Phosphor, and Hydrogen, can all be used in conjunction
with sodium to each optimize a different aspect of the game,
whether it be ticking, lighting, or memory respectively. These
mods together can boost FPS to 150% or more of vanilla
performance for any player out there, whether you're aiming
for maximum frames to give you that PvP edge, or whether Sodium
and the like are the only mods that can make the game playable
on the hardware you have at hand.
</p>
</div>
<div class="w-clearfix w-col w-col-3">
<img
src="images/logos/sodium1x.webp"
loading="lazy"
width="205"
alt=""
class="image-9"
/>
</div>
</div>
</li>
<li>
<img
src="images/logos/iristrans.webp"
loading="lazy"
width="72"
sizes="(max-width: 479px) 35vw, 72px"
srcset="
images/logos/iristrans-p-800.webp 800w,
images/logos/iristrans-p-1080.webp 1080w,
images/logos/iristrans.webp 1280w
"
alt=""
class="image-7"
/>
<h1 langfield="sodiumiris" class="heading-8">
Vanilla + <span class="text-span-4">Sodium</span> +
<span class="text-span-5">Iris</span>
</h1>
<div class="columns-2 w-row">
<div class="w-clearfix w-col w-col-3">
<img
src="images/logos/iristrans.webp"
loading="lazy"
width="205"
sizes="(max-width: 479px) 100vw, (max-width: 767px) 205px, (max-width: 1105px) 22vw, 205px"
srcset="
images/logos/iristrans-p-800.webp 800w,
images/logos/iristrans-p-1080.webp 1080w,
images/logos/iristrans.webp 1280w
"
alt=""
class="image-10"
/>
</div>
<div class="w-col w-col-9">
<p langfield="sodiumirismessage" class="paragraph-10 left">
Iris builds on both Sodium and Vanilla by providing something
that no standalone fabric mod has before: support for existing
custom shaders. And because Iris stacks with Sodium and Vanilla,
you can get shaders at remarkable frame rates, without the need
for expensive hardware or experimental game modifications. The
extra processes that iris performs only reduce performance by
10-15 percent, and with sodium installed the performance stays
well above vanilla performance! This transfers directly to shaders, with most popular
shaders consistently running at or above 60 fps, even on 5 and 6
year old hardware!
</p>
</div>
</div>
</li>
</ul>
<div class="w-container">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/y96sOAC0Op0"
title="Iris Mod Review"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
</div>
<div class="section accent">
<div class="div-block-2">
<h2 langfield="screenshot" class="section-heading centered">
Screenshot Gallery
</h2>
<div langfield="screenshotsubheading" class="section-subheading center">
See what iris has to offer
</div>
</div>
<div class="w-container">
<div
data-delay="5000"
data-animation="slide"
data-autoplay="1"
data-duration="500"
data-infinite="1"
class="slider w-slider"
>
<div class="w-slider-mask">
<div class="w-slide">
<div langfield="screenshot1" class="text-block-slides-light">
Captured by Guardian using SEUS v11
</div>
<img
src="images/screenshots/screen1.webp"
loading="lazy"
srcset="
images/screenshots/screen1-p-500.webp 500w,
images/screenshots/screen1-p-800.webp 800w,
images/screenshots/screen1-p-1080.webp 1080w,
images/screenshots/screen1-p-1600.webp 1600w,
images/screenshots/screen1.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot2" class="text-block-slides-light">
Captured by Guardian using Sildurs Extreme VL
</div>
<img
src="images/screenshots/screen2.webp"
loading="lazy"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot3" class="text-block-slides-light">
Captured by FoundationGames using Complementary
</div>
<img
src="images/screenshots/screen3.webp"
loading="lazy"
srcset="
images/screenshots/screen3-p-500.webp 500w,
images/screenshots/screen3-p-800.webp 800w,
images/screenshots/screen3-p-1080.webp 1080w,
images/screenshots/screen3-p-1600.webp 1600w,
images/screenshots/screen3.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot4" class="text-block-slides-light">
Captured by IMS using Sildurs Vibrant Extreme VL
</div>
<img
src="images/screenshots/screen4.webp"
loading="lazy"
srcset="
images/screenshots/screen4-p-500.webp 500w,
images/screenshots/screen4-p-800.webp 800w,
images/screenshots/screen4-p-1080.webp 1080w,
images/screenshots/screen4-p-1600.webp 1600w,
images/screenshots/screen4.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot5" class="text-block-slides-light">
Captured by IMS using BSL v8
</div>
<img
src="images/screenshots/screen5.webp"
loading="lazy"
srcset="
images/screenshots/screen5-p-500.webp 500w,
images/screenshots/screen5-p-800.webp 800w,
images/screenshots/screen5-p-1600.webp 1600w,
images/screenshots/screen5.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot6" class="text-block-slides-light">
Captured by IMS using Complementary v4.0
</div>
<img
src="images/screenshots/screen6.webp"
loading="lazy"
srcset="
images/screenshots/screen6-p-500.webp 500w,
images/screenshots/screen6-p-800.webp 800w,
images/screenshots/screen6-p-1080.webp 1080w,
images/screenshots/screen6-p-1600.webp 1600w,
images/screenshots/screen6.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot7" class="text-block-slides-light">
Captured by IMS using Complementary v4.0
</div>
<img
src="images/screenshots/screen7.webp"
loading="lazy"
srcset="
images/screenshots/screen7-p-500.webp 500w,
images/screenshots/screen7-p-800.webp 800w,
images/screenshots/screen7-p-1080.webp 1080w,
images/screenshots/screen7-p-1600.webp 1600w,
images/screenshots/screen7.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot8" class="text-block-slides-light">
Captured by IMS using SEUS Renewed
</div>
<img
src="images/screenshots/screen8.webp"
loading="lazy"
srcset="
images/screenshots/screen8-p-500.webp 500w,
images/screenshots/screen8-p-800.webp 800w,
images/screenshots/screen8-p-1080.webp 1080w,
images/screenshots/screen8-p-1600.webp 1600w,
images/screenshots/screen8.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot9" class="text-block-slides-light">
Captured by IMS using Complementary v4.0
</div>
<img
src="images/screenshots/screen9.webp"
loading="lazy"
srcset="
images/screenshots/screen9-p-500.webp 500w,
images/screenshots/screen9-p-800.webp 800w,
images/screenshots/screen9-p-1080.webp 1080w,
images/screenshots/screen9-p-1600.webp 1600w,
images/screenshots/screen9.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot10" class="text-block-slides-light">
Captured by IMS using Complementary v4.0
</div>
<img
src="images/screenshots/screen10.webp"
loading="lazy"
srcset="
images/screenshots/screen10-p-500.webp 500w,
images/screenshots/screen10-p-800.webp 800w,
images/screenshots/screen10-p-1080.webp 1080w,
images/screenshots/screen10-p-1600.webp 1600w,
images/screenshots/screen10.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot11" class="text-block-slides-light">
Captured by kinzuu_music using Complementary v4.0
</div>
<img
src="images/screenshots/screen11.webp"
loading="lazy"
srcset="
images/screenshots/screen11-p-500.webp 500w,
images/screenshots/screen11-p-800.webp 800w,
images/screenshots/screen11-p-1600.webp 1600w,
images/screenshots/screen11.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
<div class="w-slide">
<div langfield="screenshot12" class="text-block-slides-light">
Captured by Justsnoopy30 using Complementary v4.0 BE
</div>
<img
src="images/screenshots/screen12.webp"
loading="lazy"
srcset="
images/screenshots/screen12-p-500.webp 500w,
images/screenshots/screen12-p-800.webp 800w,
images/screenshots/screen12-p-1080.webp 1080w,
images/screenshots/screen12-p-1600.webp 1600w,
images/screenshots/screen12.webp 1920w
"
sizes="(max-width: 767px) 96vw, (max-width: 1105px) 728px, 940px"
alt=""
class="fullwidth-image slides"
/>
</div>
</div>
<div class="left-arrow w-slider-arrow-left" onclick="plusSlides(-1)">
<div class="w-icon-slider-left"></div>
</div>
<div class="right-arrow w-slider-arrow-right" onclick="plusSlides(1)">
<div class="w-icon-slider-right"></div>
</div>
<div class="slide-nav w-slider-nav w-shadow w-round"></div>
</div>
</div>
<div langfield="note" class="text-block-6">
Note - BE indicates screenshots that feature content from the BetterEnd
mod by paulevs
</div>
<div
style="
text-align: center;
position: relative;
transform: translateY(-60px);
"
id="dots"
></div>
</div>
<div class="footer">
<div class="w-container">
<div class="w-row">
<div class="spc w-col w-col-4">
<h5 langfield="footer1" class="heading-11">
about the Iris project
</h5>
<p langfield="footerdesc1" class="paragraph-14">
The Iris Project is a collaborative open-source project created by
a team of passionate developers seeking to make the Minecraft
shaders experience the best that it can be. Iris is developed by
the community, for the community.
</p>
</div>
<div class="spc w-col w-col-4">
<h5 langfield="footer2" class="heading-9">useful links</h5>
<a
href="about"
langfield="about"
aria-current="page"
class="footer-link w--current"
>Learn More</a
>
<a href="download" langfield="download" class="footer-link"
>Download Now</a
>
<a
href="https://modrinth.com/mod/iris"
langfield="modrinth"
class="footer-link"
>Iris on Modrinth</a
>
</div>
<div class="w-col w-col-4">
<h5 langfield="social" class="heading-10">social</h5>
<div class="footer-link-wrapper w-clearfix">
<img
src="images/footer/github-logo.webp"
width="20"
alt=""
class="info-icon"
/>
<a
href="https://github.com/IrisShaders/Iris"
target="_blank"
class="footer-link with-icon"
>GitHub</a
>
</div>
<div class="footer-link-wrapper w-clearfix">
<img
src="images/footer/discord-logo.webp"
width="20"
alt=""
class="info-icon"
/>
<a
href="https://discord.gg/jQJnav2jPu"
target="_blank"
class="footer-link with-icon"
>Discord</a
>
</div>
<div class="footer-link-wrapper w-clearfix">
<img
src="images/footer/twitter-logo.webp"
width="20"
alt=""
class="info-icon"
/>
<a
href="https://twitter.com/IrisShaders"
target="_blank"
class="footer-link with-icon"
>Twitter</a
>
</div>
<div class="footer-link-wrapper w-clearfix">
<img
src="images/footer/mastodon-logo.webp"
width="20"
alt=""
class="info-icon"
/>
<a
rel="me"
href="https://tech.lgbt/@iris"
target="_blank"
class="footer-link with-icon"
>Mastodon</a
>
</div>
<div class="footer-link-wrapper w-clearfix">
<img
src="images/footer/patreon-logo.webp"
width="20"
alt=""
class="info-icon"
/>
<a
href="https://www.patreon.com/coderbot"
target="_blank"
class="footer-link with-icon"
>Patreon</a
>
</div>
<select
class="langselect"
id="langselect"
onchange="setSelectLang(1)"
></select>
</div>
</div>
</div>
</div>
<div class="footer center">
<div class="w-container">
<div langfield="copyright" class="footer-text">
© Copyright 2024. Licensed under the LGPLv3.
</div>
</div>
</div>
<script src="js/index.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>