Play a voxel game in your browser
Play KexFarm Unity game
Play StarLink_Escape, an interactive game
Explore a pyramid-solving game with AI
https://huggingface.co/spaces/VIDraft/mouse-webgen
Play Gomoku against an AI
Play with a dog that learned to catch sticks
Control a vehicle with WASD keys in a web-based physics simulation
Find neighboring countries in a fun quiz game!
Run an RTS game in your browser
Play web-based vehicle physics simulations using WASD controls
Interact with a web-based physics vehicle simulation using WASD keys
Control a simulated vehicle using keyboard
Godot 3D Voxel is a browser-based tool designed for creating and playing voxel-style 3D games. It leverages the Godot game engine to provide a versatile environment for building and exploring voxel worlds. Voxel games are known for their blocky, low-resolution 3D graphics, which have become popular in titles like Minecraft. Godot 3D Voxel allows developers and players to interact with these worlds directly in the browser, making it accessible and easy to use.
• Voxel-Based Terrain Generation: Create 3D landscapes using voxels, which can be customized in shape, color, and texture.
• Real-Time Voxel Manipulation: Edit the world in real time, adding or removing voxels as you play or build.
• Browser-Based Gameplay: Play and build voxel games directly in your web browser without needing to download any software.
• Physics and Collision Detection: Interact with the voxel world using physics-based movement and collisions.
• Scripting and Customization: Use Godot’s scripting language to add custom logic, behaviors, and mechanics to your voxel games.
• Multiplayer Support: Join or create multiplayer voxel worlds to play with friends.
What does "voxel" mean?
A voxel, short for "volumetric pixel," is a 3D pixel that represents a unit of volume in space. Voxel-based games use these small cubes to build blocky, low-resolution 3D worlds.
Can I create my own 3D models for Godot 3D Voxel?
Yes, you can create custom 3D models using external tools like Blender or other 3D modeling software. These models can then be imported into Godot 3D Voxel to enhance your game.
How do I ensure smooth performance in Godot 3D Voxel?
To optimize performance, reduce the number of voxels in your world, use lower-resolution textures, and avoid overly complex structures. This helps maintain smooth rendering and gameplay.