pixelmotion-forge / index.html
carbonx's picture
A game engine with animation and level editor.
40d0fb2 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PixelMotion Forge - Game Engine</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<style>
#vanta-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.7;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.editor-preview {
background-image: url('http://static.photos/gaming/1024x576/42');
background-size: cover;
background-position: center;
}
</style>
</head>
<body class="bg-gray-900 text-white min-h-screen">
<div id="vanta-bg"></div>
<!-- Navigation -->
<nav class="bg-gray-800 bg-opacity-90 backdrop-blur-md sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl font-bold text-indigo-400">PixelMotion<span class="text-yellow-400">Forge</span></span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#" class="bg-indigo-600 text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Features</a>
<a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Docs</a>
<a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Community</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium flex items-center">
<i data-feather="download" class="w-4 h-4 mr-2"></i> Download
</button>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" class="bg-gray-800 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
<div class="text-center">
<h1 class="text-5xl font-extrabold tracking-tight sm:text-6xl lg:text-7xl">
<span class="block text-transparent bg-clip-text bg-gradient-to-r from-indigo-400 to-yellow-400">Create Games</span>
<span class="block text-3xl font-medium text-gray-300 mt-4">With Ease and Style</span>
</h1>
<p class="mt-6 max-w-lg mx-auto text-xl text-gray-300">
PixelMotion Forge brings powerful animation tools and intuitive level design into one seamless game engine.
</p>
<div class="mt-10 flex justify-center">
<div class="rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
Get Started
</a>
</div>
<div class="ml-3 rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
Live Demo
</a>
</div>
</div>
</div>
<!-- Features Grid -->
<div class="mt-24">
<h2 class="text-3xl font-bold text-center text-gray-100 mb-12">Powerful Features</h2>
<div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Feature 1 -->
<div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
<div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mb-4">
<i data-feather="trending-up" class="w-6 h-6 text-white"></i>
</div>
<h3 class="text-xl font-bold text-white mb-2">Real-time Animation</h3>
<p class="text-gray-300">Smooth frame-by-frame and skeletal animation systems with intuitive timeline editing.</p>
</div>
<!-- Feature 2 -->
<div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
<div class="w-12 h-12 bg-yellow-500 rounded-lg flex items-center justify-center mb-4">
<i data-feather="layout" class="w-6 h-6 text-white"></i>
</div>
<h3 class="text-xl font-bold text-white mb-2">Visual Level Editor</h3>
<p class="text-gray-300">Drag-and-drop interface with layers, grids and snapping for perfect level design.</p>
</div>
<!-- Feature 3 -->
<div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
<div class="w-12 h-12 bg-green-500 rounded-lg flex items-center justify-center mb-4">
<i data-feather="code" class="w-6 h-6 text-white"></i>
</div>
<h3 class="text-xl font-bold text-white mb-2">Scripting Engine</h3>
<p class="text-gray-300">Powerful JavaScript API with auto-complete and debugging tools built-in.</p>
</div>
<!-- Feature 4 -->
<div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
<div class="w-12 h-12 bg-red-500 rounded-lg flex items-center justify-center mb-4">
<i data-feather="cpu" class="w-6 h-6 text-white"></i>
</div>
<h3 class="text-xl font-bold text-white mb-2">Physics Engine</h3>
<p class="text-gray-300">Advanced 2D physics with collisions, joints, particles and soft-body simulation.</p>
</div>
<!-- Feature 5 -->
<div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
<div class="w-12 h-12 bg-purple-500 rounded-lg flex items-center justify-center mb-4">
<i data-feather="cloud" class="w-6 h-6 text-white"></i>
</div>
<h3 class="text-xl font-bold text-white mb-2">Cloud Publishing</h3>
<p class="text-gray-300">One-click deploy to web, mobile and desktop platforms with cloud hosting.</p>
</div>
<!-- Feature 6 -->
<div class="card-hover bg-gray-800 bg-opacity-70 rounded-xl p-6 backdrop-blur-sm border border-gray-700">
<div class="w-12 h-12 bg-pink-500 rounded-lg flex items-center justify-center mb-4">
<i data-feather="users" class="w-6 h-6 text-white"></i>
</div>
<h3 class="text-xl font-bold text-white mb-2">Multiplayer Ready</h3>
<p class="text-gray-300">Built-in networking for creating multiplayer games with minimal setup.</p>
</div>
</div>
</div>
<!-- Editor Preview -->
<div class="mt-32 bg-gray-800 rounded-xl overflow-hidden border border-gray-700">
<div class="flex items-center bg-gray-700 px-4 py-3">
<div class="flex space-x-2">
<div class="w-3 h-3 rounded-full bg-red-500"></div>
<div class="w-3 h-3 rounded-full bg-yellow-500"></div>
<div class="w-3 h-3 rounded-full bg-green-500"></div>
</div>
<div class="ml-4 text-sm text-gray-300">editor.pixelforge.js</div>
</div>
<div class="editor-preview h-96 flex items-center justify-center relative">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center">
<button class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-md text-lg font-medium flex items-center">
<i data-feather="play" class="w-5 h-5 mr-2"></i> Launch Editor Demo
</button>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="mt-32 text-center">
<h2 class="text-3xl font-bold text-gray-100 mb-6">Ready to Create Your Masterpiece?</h2>
<p class="text-xl text-gray-300 max-w-2xl mx-auto mb-8">
Join thousands of developers creating amazing games with PixelMotion Forge. Free to try, easy to learn, powerful enough for professionals.
</p>
<div class="flex justify-center">
<button class="bg-gradient-to-r from-indigo-500 to-purple-600 hover:from-indigo-600 hover:to-purple-700 text-white px-8 py-4 rounded-md text-lg font-medium shadow-lg">
Download Now - It's Free!
</button>
</div>
</div>
</main>
<!-- Footer -->
<footer class="bg-gray-800 mt-32">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-white text-sm font-semibold uppercase tracking-wider">Product</h3>
<ul class="mt-4 space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Features</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Download</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Roadmap</a></li>
</ul>
</div>
<div>
<h3 class="text-white text-sm font-semibold uppercase tracking-wider">Resources</h3>
<ul class="mt-4 space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Documentation</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Tutorials</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">API Reference</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Examples</a></li>
</ul>
</div>
<div>
<h3 class="text-white text-sm font-semibold uppercase tracking-wider">Community</h3>
<ul class="mt-4 space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Forums</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Discord</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Showcase</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">GitHub</a></li>
</ul>
</div>
<div>
<h3 class="text-white text-sm font-semibold uppercase tracking-wider">Company</h3>
<ul class="mt-4 space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">About</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between">
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="github"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="youtube"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram"></i>
</a>
</div>
<p class="mt-4 md:mt-0 text-gray-400 text-sm">
© 2023 PixelMotion Forge. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js background
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3b82f6,
backgroundColor: 0x111827
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>