Acheter Leadwerks Game Engine PC

Au 21 mars 2026, la clé Leadwerks Game Engine la moins chère coûte 17,78 € chez Eneba. XD.deals compare les prix de 2 boutiques parmi 2 offres. Sur les keyshops le prix le plus bas est 17,78 € (63% de remise), les boutiques officielles commencent à 19,59 € (60% de remise). Données fournies par XD.deals.

Date de sortie : 06 janv. 2014
Steam:
Mostly Positive (306)
Acheter sur une boutique officielle :
-60%
19,59 €
Acheter sur les keyshops :
-63%
17,78 €
Voir l'historique des prix

Boutiques officielles (1)

DRM:
Steam
Steam
Steam
Leadwerks Game Engine
Windows
il y a 1j
DRM:
Steam
Se termine dans 4 jours
Steam
48,99 € 19,59 €
Se termine dans 4 jours
-60%

Keyshops (1)

DRM:
Steam
Steam
Eneba
Leadwerks Game Engine (PC) Steam Key GLOBAL
Windows
il y a 17h
DRM:
Steam
Eneba
48,99 € 17,78 €
-63%
-10% with XDD10copy
-10% with XDD10copy

Ă€ propos de Leadwerks Game Engine

Leadwerks Game Engine - Ă  propos du jeu

Leadwerks Game Engine simplifie la création de jeux 3D et d'expériences VR sur PC. Des tutoriels complets et une documentation détaillée accompagnent les débutants de zéro jusqu'au niveau pro, tandis que les outils intégrés comme la modélisation par géométrie solide constructive et l'éditeur de terrains accéléré par GPU accélèrent la conception des niveaux. Les développeurs peignent la végétation grâce à un système de distribution dynamique pour des scènes denses, ajoutent un éclairage global via des sondes d'environnement, et conçoivent des mécaniques avancées avec des flowgraphs visuels ou un scripting Lua intégré assorti d'un débogage en temps réel. La licence sans royalties permet aux créateurs de vendre ou partager leurs jeux sans frais, avec intégration Steam Workshop et support Steamworks. Les graphismes haut de gamme reposent sur le rendu différé OpenGL 4.0, la tessellation matérielle et jusqu'à 32x MSAA. Ce puissant outil de formation et de logiciels convient parfaitement aux aspirants créateurs de jeux en quête de workflows intuitifs pour le design et l'illustration.

Leadwerks Game Engine is the easiest way to make 3D games and VR experiences. Learn everything you need with our comprehensve tutorials. Build games with the world's most intuitive game development system. Sell your games with a royalty-free license or share them with the world for free.
Key Features
Learn to Make Your Own Royalty-Free Games
We provide tons of documentation and video tutorials walking you through the steps to build your own 3D games. Leadwerks is the perfect pathway to go from total noob to pro game developer. And when you do publish your commercial game, there's no royalties to pay, ever.

New Global Illumination and Volumetric Effects
Leadwerks Game Engine 4.1 introduces environment probes for global illumination and reflections, along with volumetric lighting effects, all in an easy-to-control and intuitive interface. This makes it easier than ever to create games with amazing graphics.

Vegetation Painting System
Leadwerks Game Engine introduces a one-of-a-kind vegetation system for handling massive amounts of foliage. Instead of storing each instance in memory, our new system uses a distribution algorithm to dynamically calculate all relevant instances each frame for rendering and physics. This allows enormous densely packed scenes with minimal overhead. The results are blazingly fast, efficient, and easy to use.

Advanced Graphics
Leadwerks makes AAA graphics achievable with hardware tessellation, geometry shaders, and a deferred renderer with up to 32x MSAA. Our renderer redefines realtime with image quality more like a cg render than real-time games of the past. The use of OpenGL 4.0 provides equivalent graphics to DirectX 11, with cross-platform support across operating systems, for future expansion.

Built-in Level Design Tools
Build game levels from scratch right in our editor with constructive solid geometry. Our tools make it easy to sketch out your design and bring your ideas to life. Anyone can build their own game worlds in Leadwerks, without having to be an expert artist.

Integrated Lua Script Editor
We integrated Lua right into Leadwerks because of its proven track records in hundreds of commercial games including Crysis, World of Warcraft, and Garry's Mod. Lua integrates seamlessly with native code for rapid prototyping and instant control. The built-in debugger lets you pause your game, step through code, and inspect every variable in the program in real-time. Lua is perfect for beginners, and the integrated Just-In-Time (JIT) compiler ensures your games will keep running fast as they grow. (Please note that C++ programming support requires the Standard Edition DLC.)

Visual Flowgraph for Advanced Game Mechanics
Our unique visual flowgraph enables designers to set up game mechanics, build interactions, and design advanced scripted sequences, without touching a line of code. The flowgraph system integrates seamlessly with Lua script, allowing script programmers to expose their own functions and add new possibilities for gameplay.

Royalty-Free License
Your games you make are yours. Yours to play, yours to sell, yours to give away, and do as you please. You will never be charged royalties for any game you make in Leadwerks. And because we only rely on free open-source middleware libraries, you never have to worry about purchasing expensive licenses from third parties.
Steam Features
  • Download and publish game content with Steam Workshop.
  • Publish image renders and YouTube videos directly to Steam from the editor.
  • Built-in Steamworks support makes your game ready to publish to Steam.
  • Peer-to-peer networking, voice chat, and public servers.
Graphics
  • OpenGL 4.0 deferred renderer with uniform lighting model supports any number of lights, all casting soft dynamic shadows.
  • Up to 32x hardware MSAA makes rendered images incredibly sharp and detailed.
  • Full support for vertex, fragment, geometry, and tessellation shaders.
  • Dynamic megatexture terrain provides fast rendering of terrains with many layers.
  • Hierarchical hardware occlusion queries provides fast visibility testing.
  • Hardware tessellation for dynamic real surface displacement on the GPU.
  • Normal mapping with specular and cubemap reflections.
  • Instanced rendering allows fast drawing of large volumes of objects.
  • Hardware skinning provides fast skinned animation.
  • Deferred transparency with multiple overlapping layers of shading.
  • Real-time mesh modification.
  • Trilinear and up to 16x anisotropic filtering.
  • Blend and transition animation sequences.
  • Extract animation sequences in the editor.
Editor
  • Automatic asset management reloads models and textures when they are modified from another application.
  • Drag and drop import of FBX, DDS, BMP, JPG, PNG, TGA, and PSD files.
  • Visual interface controls every aspect of the art pipeline.
  • Constructive solid geometry modeling tools.
  • Brush primitives include box, wedge, cylinder, sphere, arch, tube, and torus.
  • Automatic UV mapping.
  • Brush smooth groups.
  • GPU-accelerated terrain editor makes sculpting silky smooth and fast.
  • Built-in shader editor with instant visualization and error highlighting.
  • Native user interface is used on each supported platform.
Programming
  • Built-in Lua script editor with debugger, code stepping, and syntax highlighting.
  • Visual flowgraph lets you connect objects to control game interactions and set up scripted sequences.
  • Launch your game and debug the Lua virtual machine as it runs.
  • API design with an object-oriented command set lets you code any type of game.
  • Entity scripts provide a per-object hook interface.
  • Direct programming gives you control over your game's loop and program structure.
  • Script variables are displayed in a visual interface and reloaded in real-time.
AI
  • Navmesh pathfinding provides automatic AI navigation that works everywhere.
  • Character controller movement seamlessly integrated with physics and pathfinding systems.
  • Set entities to automatically chase another object or navigate to a position.
Physics
  • Fast and accurate rigid body physics.
  • Constraints including hinge, ball, and sliding joints.
  • Joint actuators provide fast and stable motorized constraints for doors, robotic arms, and other motion.
  • Automatic physics shape calculation.
  • Generate physics shapes in the editor from models or brushes.
  • Swept collision.
  • Raycasting with lines or spheres.
Particles
  • Real-time particle editor with instant visualization.
  • Emission volumes include box, sphere, cylinder, tube, and cone.
  • Adjustable curve graph for alpha and scale.
  • Particle animation sheets with adjustable frame counts and layout.
  • Velocity-based rotation for directional particles like sparks.
Sound
  • 3D sound spatialization.
  • Emit a sound from any entity.
  • Automatic channel management frees up unneeded channels.
  • Skip to any time in sound.

Classification par âge

Indisponible
Steam:
Mostly Positive (306)
Plus bas historique
Historique des prix des boutiques officielles
-
-
-
Historique des prix des keyshops
-
-
-
Rejoignez notre Discord
Obtenez de l'aide instantanée de notre communauté et restez à jour sur les dernières offres
Définir des alertes de prix
Recevez une notification par e-mail lorsque le prix d'un jeu atteint votre objectif
Créer un compte gratuit
Débloquez les listes de souhaits, alertes de prix et la synchro Steam

FAQ

8 questions

Avant de commencer à chercher une clé CD Leadwerks Game Engine pas chère, prenez un moment pour vérifier l'essentiel. Développé par Leadwerks Software. Publié par Ultra Software. Date de sortie PC : 06 janv. 2014. Genres : Animation & Modeling, Utilities, Design & Illustration, Education, Software Training. Catégories : Steam Workshop, In-App Purchases, Single-player, Steam Achievements, Includes level editor, Partial Controller Support, Tracked Controller Support, VR Supported. Avis sur Leadwerks Game Engine : Avis Steam : 70% of the 306 user reviews for this game are positive.

Q Puis-je jouer Ă  Leadwerks Game Engine sur Steam Deck ?

Non, pas pour le moment. Valve indique que Leadwerks Game Engine n'est pas pris en charge sur Steam Deck, donc il ne se lance pas via Proton actuellement. Gardez un œil sur XD.deals - nous suivons les avancées Proton et les correctifs de la communauté, et nous le signalerons dès qu'il existera une méthode fonctionnelle pour jouer à Leadwerks Game Engine sur Steam Deck.

Oui. Une version Steam de Leadwerks Game Engine existe. Choisissez n'importe quelle offre marquée Clé Steam sur XD.deals, activez-la dans le client desktop et jouez à Leadwerks Game Engine sur Steam PC.

Oui. Une fois votre clé Steam activée, vous pouvez lancer Leadwerks Game Engine en mode hors ligne via Steam. Vos sauvegardes se synchroniseront la prochaine fois que vous serez en ligne.

Oui, vous pouvez acheter une clé Steam Leadwerks Game Engine directement sur le Steam Store. Sur XD.deals, nous agrégeons toutes les offres Steam DRM disponibles afin que vous puissiez comparer les bons plans Steam Leadwerks Game Engine pas chers au même endroit.

Vous trouverez chaque promo & réduction Leadwerks Game Engine en cours ici sur XD.deals. Notre suivi de prix liste actuellement 1 offres de boutiques officielles et 1 offres de keyshops. Consultez le tableau ci-dessus pour le prix le plus bas, comparez avec le plus bas historique et créez une alerte pour ne jamais manquer la prochaine baisse.

Avec XD.deals, les joueurs PC voient instantanément où acheter une clé Steam Leadwerks Game Engine PC pas chère. Notre moteur de comparaison en temps réel et notre base de coupons sélectionnés suivent chaque boutique officielle et keyshop fiable - vous n'avez rien à faire. En ce moment, nous détectons ce jeu dans 2 offres en direct de boutiques et de keyshops.

Oui. Une page officielle Steam pour Leadwerks Game Engine est disponible, donc vous pouvez acheter Leadwerks Game Engine sur Steam ou acheter une clé Steam Leadwerks Game Engine PC sur XD.deals et l'activer instantanément.

Non - XD.deals n'est pas une boutique. Nous sommes un service de comparaison de prix qui suit les meilleures offres pour Leadwerks Game Engine sur les boutiques officielles et les keyshops vérifiés. Cliquez sur " Acheter maintenant " à côté de l'offre souhaitée, et vous serez redirigé(e) vers le site du vendeur pour finaliser l'achat et recevoir la clé.

Meilleurs prix pour Leadwerks Game Engine

1 Eneba Eneba Keyshop
-63% 17,78 €
2 Steam Steam Official
-60% 19,59 €

Prêt(e) à vous lancer ? Créez une alerte de prix sur XD Deals et récupérez une clé Steam Leadwerks Game Engine en promo dès qu'elle atteint son prochain plus bas historique.

Créer une alerte