File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # "The Snapshot": A complete, full-fledged and open-source video game data serialization solution in C++
2+
3+ ## Table of Contents
4+
5+ | [ Introduction] ( #introduction ) | [ Key Points] ( #key-points ) | [ Special Thanks] ( #special-thanks ) | [ References and Tools] ( #references-and-tools ) |
6+
7+ ## Introduction
8+
9+ A C++ library that provides the infrastructure to build tools capable of collecting and serializing instance data on runtime.
10+
11+ ## Key Points
12+
13+ - Capable of preserving object references
14+ - C# Wrapper included
15+ - Unity-ready
16+
17+
18+ ## Special Thanks
19+
20+ To [ Mike Loomis] ( https://github.com/mikeloomisgg ) for his implementation of MsgPack for C++ 17 which is used internally.
21+
22+ ## References and Tools
23+
24+ - [ Visual Studio 2022] ( https://visualstudio.microsoft.com/vs/ )
25+ - [ Visual Studio Code] ( https://code.visualstudio.com/ )
26+ - [ MessagePack] ( https://msgpack.org/index.html )
27+ - [ MsgPackC++17] ( https://github.com/mikeloomisgg/cppack/tree/feature/nvp_packing )
28+ - [ Unity] ( https://unity.com/ )
You can’t perform that action at this time.
0 commit comments