/voxel-mesh-editor

Web online editor to edit voxel-type game mesh resources for use in game development

Primary LanguageTypeScript

voxel-mesh-editor

This editor supports voxel-type mesh generation for video game development like minecraft. The editor generates JSON format definitions of voxel type meshes in advance and uses them in the runtime of game. (API for runtime is in progress)

Voxel-type mesh generation has the following features:

  • Removes unnecessary meshes that are not visible on the screen
  • Rich graphic selection depending on the terrain

runtime example

(This example worked on Godot's editor)

You can try this editor here!