Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 2.43 KB

README.md

File metadata and controls

88 lines (61 loc) · 2.43 KB

⛯ Divine Voxel Engine ⛯


NOTICE: This is not finalized. Things will keep changing as development goes forward. This code is public but it is used by Divine Star to make games. Either fork or use at your own risks.

What is this?

A multi-threaded, renderer independent, fully customizable TypeScript voxel engine.

Need help or want to share your creations? Join the discord.

DVE 1

Packages

  • @divinevoxel/vlox
    • The original set up for DVE.
    • Different voxel types and shapes.
    • Chunk-based rendering and meshing.
    • In parallel mesh building, light updates, and other world updates.
    • Multi-threaded data access.
    • Ambient occlusion and smooth lighting.
    • Animated and connected textures.
    • Custom shaders and shader effects.
    • Vertical and horizontal chunks.
    • Voxel Lighting system.
      • Easy to update and remove.
      • Support for different colored lights.
      • Sunlight global illumination.
    • World Data API - Easy tools to build worlds.
    • Easy to use auto-update world on voxel add/remove
      • Will auto update light sources for you.
  • @divinevoxel/vlox-babylon
    • Renderer for DVE Vlox using babylon.js including Classic and PBR shaders.
  • @divinevoxel/vlox-three
    • Renderer for DVE Vlox using three.js including Classic and PBR shaders.
  • @divinevoxel/magic
    • Magic voxel parser and integration.
  • @divinevoxel/quantum-renderer
    • Custom experimental renderer using Web GPU.
    • @divinevoxel/magic has suppourt for rendering a scene with ray marching.

More packages are on the way.

Screenshots

Vlox

PBR

DVE 1 DVE 1

Classic

DVE 1 DVE 1 DVE 1 DVE 1 DVE 1

Magic

Quantum

DVE 1 DVE 1 DVE 1

See videos of development here: Divine Star Software YouTube Channel