Fossilize
Object serializer
A binary database format that serializes and stores persistent Vulkan object state
A serialization format for various persistent Vulkan object types.
584 stars
34 watching
47 forks
Language: C++
last commit: 10 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
themaister/fossilize | A library to serialize and replay persistent Vulkan objects for efficient reuse and reproducibility. | 34 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
voidah/archive | A compact binary serialization library for C++ | 91 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
theseion/fuel | An object serialization framework for Smalltalk that aims to provide efficient and flexible serialization of various types of objects. | 27 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
j8r/crystalizer | A library that provides out-of-the-box serialization and deserialization capabilities for Crystal objects | 40 |
radare/v-toxml | An XML serialization library in V | 9 |
media-io/yaserde | A Rust-based XML serialization and deserialization library with customizable features and support for various data types. | 182 |
charles-lunarg/vk-bootstrap | A utility library that simplifies the process of initializing Vulkan. | 811 |
alexfilatov/borsh | A binary serialization format prioritizing consistency, safety, and speed for security-critical projects. | 7 |
thomasgalliker/objectdumper | A utility that serializes .NET objects to human-readable strings or C# initializer code for debugging and logging purposes. | 398 |
planetis-m/bingo | A binary serialization framework for Nim | 20 |
ivanrublev/persistentstorageserializable | A protocol and classes for serializing and deserializing app settings to User Defaults or Plist files | 161 |
p-ranav/alpaca | A C++ serialization library that efficiently packs and unpacks structured data into compact byte arrays. | 479 |