valence/examples
Ryan Johnson 153cde1a04
Chunk Rewrite With Paletted Containers (#91)
The current approach to managing chunk data is misconceived. This new approach uses genuine paletted containers and does not suffer from complexities caused by caching. As a result, memory usage (according to htop) in the terrain example with render distance = 32 has gone from 785 megs to 137 megs. That's 17.4% of the memory it used to use. Terrain generation speed was not affected.
2022-10-07 15:52:55 -07:00
..
biomes.rs Add biomes example (which is currently broken due to bugs in chunk module) 2022-09-23 19:10:11 -07:00
building.rs add building example (#49) 2022-09-13 18:30:45 -07:00
combat.rs Chunk Rewrite With Paletted Containers (#91) 2022-10-07 15:52:55 -07:00
conway.rs Chunk Rewrite With Paletted Containers (#91) 2022-10-07 15:52:55 -07:00
cow_sphere.rs Document and rename default_client_event to handle_event_default. 2022-09-11 21:59:05 -07:00
entity_raycast.rs Add Giant to entity_raycast example 2022-09-17 23:30:54 -07:00
inventory_piano.rs Refactor Slot (#87) 2022-09-26 20:44:06 -07:00
parkour.rs Create parkour.rs example (#28) 2022-09-24 19:40:10 -07:00
resource_pack.rs Update resource pack link and add SHA-1 hash 2022-09-17 19:40:26 -07:00
terrain.rs Chunk Rewrite With Paletted Containers (#91) 2022-10-07 15:52:55 -07:00