Skip to content

5Mixer/voxel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kha Voxel Engine

A simple voxel engine made with Kha and Haxe.

Features

  • Client/server world save architecture (Server written with Node JS)
  • Cross-platform (included both HTML5 WebGL and native targets) thanks to Kha and Haxe.
  • Hidden face culling.
  • Vertex colour based ambient occlusion based on this excellent article.
  • Simple AABB collisions and arcade physics (double jumping!)
  • 'Infinite' (within reason of Int32's) worlds that are chunked in every axis (no height restrictions).

Screenshot

Screenshot from the engine

About

A voxel engine made with Kha and Haxe

Resources

License

Stars

Watchers

Forks