Skip to content

Divine-Star-Software/DivineVoxelEngine

Repository files navigation

⛯ 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/core
    • Abstract interfaces and utilities.
  • @divinevoxel/foundation
    • 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/magic
    • Magic voxel parser and integration.
  • @divinevoxel/babylon-renderer
    • Renderer for DVE using babylonjs.
    • Different rendering types for plugins.
      • @divinevoxel/foundation has Classic and PBR
  • @divinevoxel/three-renderer
    • Renderer for DVE using threejs.
    • Different rendering types for plugins same as the babylon renderer.
      • @divinevoxel/foundation has Classic and PBR
  • @divinevoxel/react-three
    • DVE integration for React Three Fiber.
  • @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

Magic

Quantum

DVE 1 DVE 1 DVE 1

Foundation

PBR

DVE 1 DVE 1

Classic

DVE 1 DVE 1 DVE 1 DVE 1 DVE 1

See videos of development here: Divine Star Software YouTube Channel