Skip to content

codyjackson/voxel_engine

Repository files navigation

Voxel Engine

A basic voxel rendering engine.

Latest Milestone Video

Project Setup

###Additional Files: You will need to download the shared_unversioned.zip directories and extract it so that you get a file-structure like:

voxel_engine/
    lib/
        bin/
        include/
        symbols/
        
    src/
        browser/
        constants/
        rendering/
        spatial/
        utility/
        ...
        
    resources/
        locales/
        cef.pak
        ...
        
    ui/
        ...

I decided to keep the lib directory separate from the repo since it contains binary and symbol files which will quickly eat up the alloted 1GB space limit.

###Dependencies

  1. node.js
  2. mimosa.js
    npm install -g mimosa
    

About

A basic voxel rendering engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published