Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Game4all/vx_bevy
/ types & classes
Types & classes
52 in github.com/Game4all/vx_bevy
⨍
Functions
121
◇
Types & classes
52
↓ 1 callers
Class
Chunk
src/voxel/world/mod.rs:49
↓ 1 callers
Class
ChunkMaterialSingleton
src/voxel/render/chunk_material.rs:111
↓ 1 callers
Class
ChunkMeshingTask
src/voxel/world/meshing.rs:138
↓ 1 callers
Class
SkyLightEntity
src/voxel/world/sky.rs:9
↓ 1 callers
Class
TerrainGenTask
src/voxel/world/terrain.rs:83
↓ 1 callers
Class
Voxel
src/voxel/voxel.rs:4
Class
BasicDesertBiomeTerrainGenerator
src/voxel/terraingen/biomes/desert.rs:15
Class
BasicPlainsBiomeTerrainGenerator
src/voxel/terraingen/biomes/plains.rs:16
Class
BasicSnowyPlainsBiomeTerrainGenerator
src/voxel/terraingen/biomes/snowy_plains.rs:13
Interface
BiomeTerrainGenerator
A trait representing a terrain generator for a biome. A biome can be defined as a collection of features that are applied on top of the terrain.
src/voxel/terraingen/biomes/mod.rs:20
Class
ChunkAppearanceAnimatorPlugin
Animates the spawning of chunk entities that come into sight.
src/voxel/world/chunks_anim.rs:64
Class
ChunkAppearanceAnimatorSet
src/voxel/world/chunks_anim.rs:67
Class
ChunkCommandQueue
src/voxel/world/chunks.rs:187
Class
ChunkEntities
src/voxel/world/chunks.rs:123
Class
ChunkLoadRadius
src/voxel/world/chunks.rs:180
Class
ChunkLoadingSet
src/voxel/world/chunks.rs:116
Class
ChunkMap
src/voxel/storage/chunk_map.rs:13
Class
ChunkMaterialPlugin
src/voxel/render/chunk_material.rs:124
Class
ChunkMaterialSet
Systems that prepare the global [ChunkMaterialSingleton] value.
src/voxel/render/chunk_material.rs:122
Class
ChunkMeshingSet
src/voxel/world/meshing.rs:117
Class
ChunkSpawnAnimation
src/voxel/world/chunks_anim.rs:18
Class
CurrentLocalPlayerChunk
src/voxel/world/chunks.rs:173
Class
DebugUIPlugins
src/debug/debug_ui.rs:183
Enum
DebugUISet
Systems related to the debug UIs.
src/debug/debug_ui.rs:178
Class
DebugUIState
src/debug/debug_ui.rs:216
Class
DirtyChunks
src/voxel/world/chunks.rs:154
Class
GpuTerrainUniforms
src/voxel/render/chunk_material.rs:32
Class
GpuVoxelMaterial
src/voxel/render/chunk_material.rs:22
Class
Heightmap
src/voxel/terraingen/noise.rs:95
Class
InteractiveSkyboxPlugin
src/voxel/world/sky.rs:58
Interface
IntoBoxedTerrainGenerator
Utility trait for boxing biome generators.
src/voxel/terraingen/biomes/mod.rs:39
Interface
LayeredBiomeTerrainGenerator
A biome terrain generator that applies a set of layers on top of the terrain.
src/voxel/terraingen/biomes/layered.rs:17
Class
MaterialRegistryInfo
src/voxel/material.rs:15
Interface
MaterialVoxel
src/voxel/voxel.rs:35
Class
MeshBuffers
Intermediate buffers for greedy meshing of voxel data which are reusable between frames to not allocate.
src/voxel/render/mesh.rs:15
Class
PlayerController
src/voxel/world/player.rs:12
Class
PlayerControllerSet
Systems related to player controls.
src/voxel/world/player.rs:121
Class
TerrainGenSet
src/voxel/world/terrain.rs:68
Class
TerrainGenerator
src/voxel/terraingen/mod.rs:30
Class
TerrainGeneratorPlugin
src/voxel/terraingen/mod.rs:75
Class
Void
The material with ID #0;
src/voxel/material.rs:124
Class
VoxelBuffer
src/voxel/storage/buffer.rs:8
Interface
VoxelMaterial
Helper / marker trait for voxel materials.
src/voxel/material.rs:26
Class
VoxelMaterialPlugin
src/voxel/material.rs:126
Class
VoxelMaterialRegistry
src/voxel/material.rs:64
Class
VoxelTerrainMesh
A marker component for voxel meshes.
src/voxel/render/chunk_material.rs:14
Class
VoxelWorldBaseMaterialsPlugin
src/voxel/world/materials.rs:25
Class
VoxelWorldChunkingPlugin
Handles dynamically loading / unloading regions (aka chunks) of the world according to camera position.
src/voxel/world/chunks.rs:119
Class
VoxelWorldMeshingPlugin
Handles the meshing of the chunks.
src/voxel/world/meshing.rs:120
Class
VoxelWorldPlayerControllerPlugin
src/voxel/world/player.rs:123
Class
VoxelWorldPlugin
Registers all resources and systems for simulating and rendering an editable and interactive voxel world.
src/voxel/world/mod.rs:23
Class
VoxelWorldTerrainGenPlugin
Handles terrain generation.
src/voxel/world/terrain.rs:64