godot_voxel/doc/source/streams.md
2021-04-30 22:08:55 +01:00

31 lines
537 B
Markdown

Streams
========
`VoxelStream` allows to save and load voxel data to a file or a directory structure, using various kinds of implementations.
Using streams for existing voxel formats
-----------------------------------------
TODO
Using streams for savegames
----------------------------
TODO
Using streams in the Godot Editor
----------------------------------
TODO
Save formats
--------------
- [Region format](specs/region_format_v3.md)
- [Block format](specs/block_format_v2.md)
- [SQLite format](specs/sqlite_format.md)