-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
541 lines (509 loc) · 22.3 KB
/
index.html
File metadata and controls
541 lines (509 loc) · 22.3 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
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
<!DOCTYPE html>
<html lang="en" data-bs-theme="auto">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Axmol | A Multi-platform Engine for Mobile, Desktop, WebAssembly and
Xbox</title>
<meta name="description"
content="Axmol — open-source C++ multi-platform game engine with modern rendering, rich tooling, and an active community.">
<meta name="color-scheme" content="light dark">
<link href="/assets/css/bootstrap.min.css?v=5.3.8" rel="stylesheet">
<link href="/assets/css/styles.css?v=2.1.0" rel="stylesheet">
</head>
<body>
<nav
class="navbar navbar-expand-lg bg-body-tertiary border-bottom sticky-top glass-nav">
<div class="container">
<!-- Brand -->
<a class="navbar-brand d-flex align-items-center gap-2" href="/">
<img src="/assets/img/logo.png" alt="Axmol" height="28">
<span class="fw-semibold">Axmol</span>
</a>
<!-- Collapse button for mobile -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#nav">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navigation links -->
<div class="collapse navbar-collapse" id="nav">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link active" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="https://axmol.dev/manual" target="_blank">API
Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="https://github.com/axmolengine/axmol/wiki"
target="_blank">Wiki</a>
</li>
<li class="nav-item">
<a class="nav-link nav-donate" href="/donate/">Donate ❤️</a>
</li>
</ul>
<!-- Right side: GitHub + Theme dropdown -->
<ul class="navbar-nav flex-row flex-wrap ms-md-auto">
<!-- GitHub icon -->
<li class="nav-item">
<a
class="nav-link d-flex align-items-center justify-content-center"
href="https://github.com/axmolengine/axmol"
target="_blank" rel="noopener" aria-label="GitHub repository">
<svg class="github-icon" width="24" height="24" aria-hidden="true">
<use href="/assets/icons.svg#github-icon"></use>
</svg>
</a>
</li>
<li class="nav-item py-2 py-lg-1 col-12 col-lg-auto">
<div
class="vr d-none d-lg-flex h-100 mx-lg-2 text-white">
</div>
<hr
class="d-lg-none my-2 text-white-50">
</li>
<!-- Theme dropdown -->
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle d-flex align-items-center justify-content-left"
href="#" id="themeDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
<svg class="theme-icon" width="24" height="24"
fill="currentColor">
<use href="/assets/icons.svg#circle-half"></use>
</svg>
</a>
<ul class="dropdown-menu dropdown-menu-end"
aria-labelledby="themeDropdown">
<li>
<button class="dropdown-item d-flex align-items-center"
onclick="AxmolTheme.saveTheme('light')">
<svg width="16" height="16" fill="currentColor">
<use href="/assets/icons.svg#sun-fill"></use>
</svg> Light
</button>
</li>
<li>
<button class="dropdown-item d-flex align-items-center"
onclick="AxmolTheme.saveTheme('dark')">
<svg width="16" height="16" fill="currentColor">
<use href="/assets/icons.svg#moon-stars-fill"></use>
</svg> Dark
</button>
</li>
<li>
<button class="dropdown-item d-flex align-items-center"
onclick="AxmolTheme.saveTheme('auto')">
<svg width="16" height="16" fill="currentColor">
<use href="/assets/icons.svg#circle-half"></use>
</svg> Auto
</button>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero -->
<header class="hero hero-gradient position-relative overflow-hidden">
<!-- Decorative energy rings -->
<div class="energy energy-a"></div>
<div class="energy energy-b"></div>
<div class="container py-5 py-lg-6 position-relative text-center">
<div class="row align-items-center gy-4">
<div class="col-lg-12">
<h1 class="display-4 fw-bold mb-3 text-glow">Axmol</h1>
<p class="lead mb-4">
A Multi-platform Engine for Mobile, Desktop, WebAssembly and Xbox.
</p>
<div
class="mt-4 d-flex align-items-center gap-3 text-body-secondary small justify-content-center">
<a href="https://github.com/axmolengine/axmol/releases">
<img
src="https://img.shields.io/github/v/release/axmolengine/axmol?include_prereleases&label=release"
alt="Release badge" class="img-fluid">
</a>
<a href="https://github.com/axmolengine/axmol">
<img
src="https://img.shields.io/github/stars/axmolengine/axmol?style=plastic"
alt="Stars badge" class="img-fluid">
</a>
<a href="https://github.com/axmolengine/axmol/blob/dev/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg"
alt="License badge" class="img-fluid">
</a>
<a href="/donate">
<img src="https://img.shields.io/badge/Donate❤️-pink.svg" alt="LICENSE" />
</a>
</div>
</div>
<!-- <div class="col-lg-5 text-center">
<div class="showcase-card card bg-transparent border-0">
<div class="card-body p-0">
<div class="device-frame">
<div class="screen shimmer"></div>
</div>
<div class="caption text-body-secondary mt-3">
Rendering demo — particles, sprites, and post-processing
effects
</div>
</div>
</div>
</div> -->
</div>
</div>
</header>
<!-- Section Index Navigation -->
<nav class="container py-5">
<h2 class="mb-4">Index</h2>
<ul class="nav flex-column align-items-start">
<li class="nav-item"><a class="nav-link" href="#what">What is Axmol
</a></li>
<li class="nav-item"><a class="nav-link" href="#who">Who is Axmol
for</a></li>
<li class="nav-item"><a class="nav-link"
href="#advantages">Advantages</a></li>
<li class="nav-item"><a class="nav-link"
href="#community">Community</a></li>
<li class="nav-item"><a class="nav-link"
href="#improvements">Improvements</a></li>
<li class="nav-item"><a class="nav-link" href="#faq">FAQ</a></li>
</ul>
</nav>
<!-- <section class="py-5">
<div class="container">
<h2 class="mb-4">Download Axmol</h2>
<p class="mb-3">Get the latest release and start building today.</p>
<div class="d-flex flex-wrap gap-3">
<a href="https://github.com/axmolengine/axmol/releases"
class="btn btn-primary">Latest Release</a>
<a href="/docs/install" class="btn btn-outline-primary">How to
Install</a>
<a href="/docs/migrate" class="btn btn-outline-secondary">Migration
Guide</a>
</div>
</div>
</section> -->
<!-- What is axmol engine -->
<section class="py-5" id="what">
<div class="container">
<h2>What is Axmol?</h2>
<p>
Axmol Engine is an open-source, C++ multi-platform engine designed for
mobile devices, desktop, Xbox and WebAssembly, well-suited for 2D game
development.
It was launched in November 2019 as a fork of Cocos2d-x v4.0.
</p>
<p class="mt-4 fw-bold">Supported Platforms</p>
<ul class="list-group list-group-flush mb-4">
<li class="list-group-item">📱 Mobile: iOS / Android</li>
<li class="list-group-item">💻 Desktop: Windows / macOS / Linux /
tvOS</li>
<li class="list-group-item">🎮 Console: Xbox (Universal Windows
Platform)</li>
<li class="list-group-item">
🌐 Web: WebAssembly (Preview:
<a href="/wasm/cpp-tests/cpp-tests">Axmol
tests</a> /
<a
href="/wasm/fairygui-tests/fairygui-tests">FairyGUI
tests</a>)
</li>
</ul>
<p class="fw-bold">Languages</p>
<ul class="list-group list-group-flush mb-4">
<li class="list-group-item"><span
class="badge bg-primary">C++</span></li>
<li class="list-group-item"><span
class="badge bg-success">Lua</span></li>
</ul>
<p class="fw-bold">Download it:</p>
<ul class="list-group list-group-flush mb-4">
<li class="list-group-item"><a
href="https://github.com/axmolengine/axmol/releases">Latest
Release</a></li>
<li class="list-group-item"><a
href="https://github.com/axmolengine/axmol/blob/dev/docs/DevSetup.md">How
to install</a></li>
<li class="list-group-item"><a
href="https://github.com/axmolengine/axmol/wiki/Cocos2d%E2%80%90x-migration-guide">Migration
guide for Cocos2d-x
users</a></li>
</ul>
<p class="fw-bold">Important links:</p>
<ul class="list-group list-group-flush mb-4">
<li class="list-group-item"><a
href="https://github.com/axmolengine/axmol">GitHub</a></li>
<li class="list-group-item"><a
href="https://github.com/axmolengine/axmol/blob/dev/LICENSE">Licence
MIT</a></li>
<li class="list-group-item"><a
href="https://github.com/axmolengine/axmol/wiki/Extensions">Available
extensions</a></li>
</ul>
<p class="fw-bold">Learning and docs:</p>
<ul class="list-group list-group-flush mb-4">
<li class="list-group-item"><a
href="https://axmol.dev/manual/latest/">API Documentation</a></li>
<li class="list-group-item"><a
href="https://github.com/axmolengine/axmol/wiki">Axmol
Wiki</a></li>
<li class="list-group-item"><a
href="https://github.com/axmolengine/axmol/wiki/Tutorials">Tutorials</a></li>
<li class="list-group-item"><a
href="https://github.com/axmolengine/axmol/wiki/FAQ">FAQ</a></li>
</ul>
<p class="fw-bold">Projects:</p>
<ul class="list-group list-group-flush">
<li class="list-group-item">
Please check our Wiki page <a
href="https://github.com/axmolengine/axmol/wiki/Made-in-Axmol">Made
in Axmol</a> for extensions,
games, tutorials and more.
</li>
</ul>
</div>
</section>
<section class="py-5" id="who">
<div class="container">
<h2 class="mb-4">Who is Axmol for</h2>
<ul class="list-group list-group-flush fade-in-list">
<li class="list-group-item">🌍 For any game creator in need of a
multi-platform engine.</li>
<li class="list-group-item">💻 For those who want to program mainly in
C++.</li>
<li class="list-group-item">⌨️ For those who prefer a code-only
engine, without a graphical user interface.</li>
<li class="list-group-item">⚡ For those requiring a lightweight,
stable, and proven solution compatible with older hardware.</li>
<li class="list-group-item">🔄 For developers who need to update their
Cocos2d-x projects.</li>
<li class="list-group-item">📲 For developers who want to port their
Sprite Kit projects to Android.</li>
</ul>
</div>
</section>
<section class="py-5" id="advantages">
<div class="container">
<h2 class="mb-4">Advantages of Axmol</h2>
<ul class="list-group list-group-flush fade-in-list">
<li class="list-group-item">💸 It’s free.</li>
<li class="list-group-item">👐 Open source, independent of any
organization.</li>
<li class="list-group-item">🧪 A tested and stable solution that has
been evolving since 2011.</li>
<li class="list-group-item">🤝 Well maintained, with an active
community of contributors.</li>
<li class="list-group-item">📚 Abundant documentation and tutorials
available online, with much of the existing Cocos2d-x documentation
applicable to Axmol Engine with minimal modifications.</li>
<li class="list-group-item">⚙️ Cross-platform high-performance graphics, supporting OpenGL (DesktopGL 3.3, ES 2.0+ on Axmol v2, ES 3.0+ on Axmol v3), Metal, Direct3D 11/12, and Vulkan.
.</li>
<li class="list-group-item">🛠️ Powerful cross-platform build system
via Axmol command line.</li>
</ul>
</div>
</section>
<section class="py-5" id="community">
<div class="container">
<h2 class="mb-4">Axmol community</h2>
<ul list-group list-group-flush>
<li list-group-item><a
href="https://github.com/axmolengine/axmol/discussions">GitHub
Discussions</a></li>
<li list-group-item><a
href="https://discord.gg/TvY2nwPbQR">Discord</a></li>
<li list-group-item><a
href="https://www.reddit.com/r/axmol/">Reddit</a></li>
<li list-group-item><a title="Click to join"
href="https://jq.qq.com/?_wv=1027&k=nvNmzOIY">QQGroup</a></li>
<li list-group-item><a
href="https://blog.csdn.net/xseekerj/category_12322250.html">CSDN Blog</a></li>
</ul>
</div>
</section>
<section class="py-5" id="improvements">
<div class="container">
<h2 class="mb-4">Improvements</h2>
<p>Some improvements over Cocos2d-x v4.0</p>
<ul>
<li>Supports the latest Android SDK out of the box</li>
<li>Uses C++20 instead C++11 or older</li>
<li>x86_64 and Apple Silicon support</li>
<li>Supports UWP (Xbox portability)</li>
<li>New MediaPlayer via videotexture streaming render</li>
<li>Lot of new extensions</li>
</ul>
<p>
<a
href="https://github.com/axmolengine/axmol/blob/dev/CHANGELOG.md">Read
the full improvements list here</a>
</p>
</div>
</section>
<section class="py-5" id="faq">
<div class="container">
<h2 class="mb-4">FAQ</h2>
<div class="accordion" id="faqAccordion">
<!-- Q1 -->
<div class="accordion-item">
<h2 class="accordion-header" id="faqHeading1">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#faqCollapse1"
aria-expanded="false" aria-controls="faqCollapse1">
Why Axmol was born (Why a fork of Cocos2d-x)
</button>
</h2>
<div id="faqCollapse1" class="accordion-collapse collapse"
aria-labelledby="faqHeading1" data-bs-parent="#faqAccordion">
<div class="accordion-body">
Cocos2d-x has not received updates since 2019, and it has been
confirmed that it will no longer receive further updates,
as all Cocos resources have been directed to Cocos Creator.
Axmol serves as the solution for those who wish to continue
working with Cocos2d-x in an updated manner, compatible with
newer hardware.
</div>
</div>
</div>
<!-- Q2 -->
<div class="accordion-item">
<h2 class="accordion-header" id="faqHeading2">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#faqCollapse2"
aria-expanded="false" aria-controls="faqCollapse2">
What does the engine name Axmol stand for?
</button>
</h2>
<div id="faqCollapse2" class="accordion-collapse collapse"
aria-labelledby="faqHeading2" data-bs-parent="#faqAccordion">
<div class="accordion-body">
<ul>
<li><strong>Word structure:</strong> <code>a</code> = one,
<code>x</code> = unknown / from cocos2d-x, <code>mol</code>
= molecule</li>
<li><strong>Pronunciation:</strong>
<code>/æksmoʊl/</code></li>
<li><strong>Slug:</strong>
<ul>
<li>Axmol is a fork of Cocos2d-x v4.0</li>
<li>Axmol is an engine with various low-level
capabilities, like molecules in our real world</li>
<li>Axmol is a multi-platform engine for desktop, Xbox
(UWP), and mobile games</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- Q3 -->
<div class="accordion-item">
<h2 class="accordion-header" id="faqHeading3">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#faqCollapse3"
aria-expanded="false" aria-controls="faqCollapse3">
How to contribute?
</button>
</h2>
<div id="faqCollapse3" class="accordion-collapse collapse"
aria-labelledby="faqHeading3" data-bs-parent="#faqAccordion">
<div class="accordion-body">
<ul>
<li>Suggestions, bug fixes, and improvements are highly
appreciated!</li>
<li>
<a
href="https://github.com/axmolengine/axmol/blob/dev/CONTRIBUTING.md">
Instructions
for contributing
</a>
</li>
<li><a
href="https://github.com/axmolengine/axmol/blob/dev/AUTHORS.md">Collaborators
list</a></li>
</ul>
</div>
</div>
</div>
</div>
<p>
For more questions, please check our <a
href="https://github.com/axmolengine/axmol/wiki/FAQ">
complete
FAQ
</a> and <a href="https://github.com/axmolengine/axmol/wiki">visit our
Wiki page</a>.
</p>
</div>
</section>
<section class="container py-5">
<h1>Axmol Supporters</h1>
<h3 id="platinum">Corporate Platinum</h3>
<p align="left">
<a href="https://scorewarrior.com/?ad=axmol" target=_blank>
<img
src="https://cdn.prod.website-files.com/633da33305ac754156026dd8/63566f1edf5f0712f94f7f1b_sw-triangle-821890.svg"
height="200" />
</a>
</p>
<h3>Platinum</h3>
<p>
peterkharitonov, Alain-Serge Nagni
</p>
<h3>Backers</h3>
<p>
bingsoo, DUONG, thienphuoc
</p>
</section>
<!-- Footer -->
<footer class="border-top mt-5">
<div class="container py-4">
<div class="row gy-3 align-items-center">
<!-- Left: Copyright -->
<div class="col-md text-center text-md-start">
<div class="text-body-secondary">
© 2019-Present Axmol Engine
<a href="https://github.com/axmolengine/axmol/blob/dev/AUTHORS.md"
target="_blank" rel="noopener">contributors</a>. <br />
Hosted on <a href="https://www.netlify.com/">Netlify</a>, Website
<a href="https://github.com/axmolengine/axmol.dev" target="_blank"
rel="noopener">source code on GitHub</a>. <br />
Sponsorship transaction data of Axmol is aggregated and stored
by <a href="https://simdsoft.com/">Simdsoft Limited</a>.
</div>
</div>
<!-- Right: Social & Sponsor Links -->
<div class="col-md">
<div
class="d-flex flex-wrap justify-content-center justify-content-md-end gap-3">
<a class="text-body-secondary"
href="https://github.com/axmolengine/axmol/discussions"
target="_blank" rel="noopener">GitHub Discussions</a>
<a class="text-body-secondary"
href="https://discord.gg/TvY2nwPbQR" target="_blank"
rel="noopener">Discord</a>
<a class="text-body-secondary"
href="https://www.reddit.com/r/axmol/" target="_blank"
rel="noopener">Reddit</a>
<a class="text-body-secondary"
href="https://github.com/sponsors/axmolengine" target="_blank"
rel="noopener">GitHub Sponsors</a>
<a class="text-body-secondary"
href="https://opencollective.com/axmol/" target="_blank"
rel="noopener">Open Collective</a>
<a class="text-body-secondary" href="https://www.paypal.com/paypalme/simdsoft" target="_blank"
rel="noopener">Simdsoft Limited</a>
</div>
</div>
</div>
</div>
</footer>
<script src="/assets/js/bootstrap.bundle.min.js?v=5.3.8"></script>
<script src="/assets/js/theme.js?v=2.1.0"></script>
</body>
</html>