-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
151 lines (146 loc) · 4.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/style.css?ver=1.0.0" />
<link rel="shortcut icon" href="/img/geckos-logo.png" type="image/x-icon">
<title>Geckos.io Framework</title>
</head>
<body>
<section id="sponsor-section">
<span>
Geckos.io is maintained and provided for free, please consider
supporting it on
<a href="https://github.com/sponsors/yandeu">
GitHub Sponsors
</a>
❤️
</span>
</section>
<section class="section">
<a
href="https://github.com/geckosio/geckos.io#readme"
class="top-section"
>
<div class="top-section-item">
<h1>geckos.io</h1>
<p>
Real-time client/server communication over UDP using WebRTC and
Node.js<br /><small class="small-link">README.md</small>
</p>
<p>
<img
class="lazy badge"
src="/img/placeholder/badge-blue.png"
data-src="https://img.shields.io/npm/v/@geckos.io/server.svg?style=flat-square"
alt="NPM version"
/><img
class="lazy badge"
src="/img/placeholder/badge-green.png"
data-src="https://img.shields.io/github/actions/workflow/status/geckosio/geckos.io/main.yml?branch=master&label=github%20build&logo=github&style=flat-square"
alt="Github Workflow"
/><img
class="lazy badge"
src="/img/placeholder/badge-green.png"
data-src="https://img.shields.io/npm/dm/@geckos.io/server.svg?style=flat-square"
alt="downloads"
/>
</p>
</div>
<div class="top-section-item">
<img
style="margin-bottom: 22px;"
src="/img/geckos-logo.png"
alt="geckos.io logo"
/>
</div>
</a>
</section>
<section class="section">
<h2 style="text-align: center; font-size: 32px; padding: 1em 0em;">
More Awesome Packages
</h2>
<div class="more-section">
<a
href="https://github.com/geckosio/snapshot-interpolation#readme"
class="more-section-card"
>
<img
src="/img/snapshot-interpolation-logo.png"
alt="Snapshot Interpolation logo"
/>
<h2>Snapshot Interpolation</h2>
<p>
A Snapshot Interpolation library for Real-Time Multiplayer Games<br /><small
class="small-link"
>README.md</small
>
</p>
</a>
<a
href="https://github.com/geckosio/typed-array-buffer-schema#readme"
class="more-section-card"
>
<img
src="/img/typed-array-buffer-schema-logo.png"
alt="Typed Array Buffer Schema logo"
/>
<h2>Typed Array Buffer Schema</h2>
<p>
A Schema based Object to Buffer converter<br /><small
class="small-link"
>README.md</small
>
</p>
</a>
<a
href="https://github.com/geckosio/phaser-on-nodejs#readme"
class="more-section-card"
>
<img
src="/img/phaser-on-nodejs-logo.png"
alt="Phaser on nodejs logo"
/>
<h2>Phaser on Node.js</h2>
<p>
Allows you to run Phaser 3 games (including Phaser's physics
engines) on Node.js<br /><small class="small-link">README.md</small>
</p>
</a>
<a href="https://enable3d.io" class="more-section-card">
<img src="/img/enable3d-logo.png" alt="enable3d logo" />
<h2>enable3d</h2>
<p>
3D for Web, Mobile and PC (Not directly provided by geckos.io, but
still awesome!)<br /><small class="small-link">website</small>
</p>
</a>
</div>
<div
class="github-buttons"
style="text-align: center; padding-top: 64px;"
>
<a
class="github-button"
href="https://github.com/yandeu"
data-color-scheme="no-preference: dark; light: dark; dark: dark;"
data-size="large"
aria-label="Follow @yandeu on GitHub"
>Follow @yandeu</a
>
<a
class="github-button"
href="https://github.com/sponsors/yandeu"
data-color-scheme="no-preference: dark; light: dark; dark: dark;"
data-icon="octicon-heart"
data-size="large"
aria-label="Sponsor @yandeu on GitHub"
>Sponsor</a
>
</div>
</section>
<script src="/js/load-images.js?ver=1.0.0"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>