-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (98 loc) · 5.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required Open Graph Meta Tags -->
<meta property="og:title" content="Graphaxe 2D Game Engine">
<meta property="og:type" content="website">
<meta property="og:url" content="https://graphaxe.com/">
<meta property="og:image" content="assets/logo-text.png">
<meta property="og:description" content="Graphaxe is an advanced, high-performance 2D game engine developed with Haxe. Create stunning games with ease.">
<!-- Optional Open Graph Meta Tags -->
<meta property="og:site_name" content="Graphaxe">
<meta property="og:image:type" content="image/png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Graphaxe 2D Game Engine</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header>
<img src="assets/logo.png" alt="Graphaxe Logo" class="logo">
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#docs">Docs</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section class="hero">
<img src="assets/logo-text.png" alt="Graphaxe Logo Text" class="logo">
<p>The Ultimate 2D Game Engine for Haxe</p>
<br>
<a href="#get-started" class="cta-button">Unleash Your Creativity</a>
</section>
<section id="about" class="about">
<h2>About Graphaxe</h2>
<p>Welcome to the future of 2D game development. Graphaxe is an advanced, high-octane game engine powered by Haxe, designed for developers who refuse to compromise. With Graphaxe, you can craft visually stunning, highly optimized games that blow your audience away. Whether you're a solo creator or part of a battle-hardened team, Graphaxe arms you with the tools, power, and speed to turn your boldest visions into reality.</p>
</section>
<section id="features" class="features">
<h2>Features</h2>
<ul>
<li>Blazing-fast rendering with hardware acceleration to keep the action smooth</li>
<li>Fully customizable workflows—adapt to any challenge with ease</li>
<li>Cutting-edge graphical effects, including dynamic shaders and post-processing magic</li>
<li>Cross-platform support that dominates Windows, macOS, Linux, iOS, Android, and HTML5</li>
<li>Full console support for PlayStation, Xbox, and Nintendo Switch—because why not?</li>
<li>HTML5 deployment that's fast, efficient, and powerful—get your game out there</li>
<li>Engine IDE with a slick, user-friendly interface—because power shouldn’t come at the cost of usability</li>
<li>Built entirely in Haxe for maximum performance and type-safe development</li>
<li>Lua scripting language integration for crafting game logic with finesse</li>
<li>JavaScript scripting support for those who live on the bleeding edge</li>
<li>Multitexture support for the most complex rendering scenarios</li>
<li>Hyper-efficient batching—render more, do more, with less</li>
<li>Texture Atlas support to streamline asset management</li>
<li>Custom shaders to push visual boundaries and break the mold</li>
<li>Advanced scene management system—organize, control, conquer (Scenegraph)</li>
<li>Seamless input handling for keyboards, mice, touchscreens, and game controllers</li>
<li>Immersive 2D and 3D audio engine to bring your game world to life</li>
<li>Robust asset management system—because your game’s success starts with organization</li>
<li>Networking support built-in—multiplayer, online features, it’s all here</li>
<li>Powerful debugging and profiling tools—because perfection demands precision</li>
<li>Hot-reload support—see your changes in real-time, no delays, no hassle</li>
<li>Multilingual support to reach gamers worldwide</li>
<li>Secure save system with cutting-edge encryption</li>
<li>Modular architecture for easy customization and expansion—your engine, your rules</li>
<li>Integrated analytics and telemetry for real-time data and player insights</li>
<li>Extensive documentation backed by an active, passionate community</li>
</ul>
</section>
<section id="docs" class="docs">
<h2>Documentation</h2>
<p>Dive deep into our comprehensive documentation, designed to empower you to harness the full potential of Graphaxe. Whether you're starting out or leveling up, our docs have everything you need to succeed.</p>
<a href="#docs" class="cta-button">Explore the Docs</a>
</section>
<section id="benchmarks" class="docs">
<h2>Benchmarks</h2>
<p>
Ryzen 5900x CPU<br>
RTX 3090 GPU<br>
64gb RAM<br>
Windows 10
</p>
<img src="assets/benchmark.png" alt="Graphaxe benchmark" class="logo">
</section>
<section id="contact" class="contact">
<h2>Contact</h2>
<p>Got questions? Ready to contribute? We're here to connect. Reach out, and let's build something amazing together.</p>
<a href="mailto:[email protected]" class="cta-button">Contact Us</a>
</section>
<footer>
<p>© 2024 Dimensionscape LLC. All rights reserved. Unleash your creativity.</p>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>