This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
Added Samples
Pre-release
Pre-release
periodyctom
released this
18 Nov 09:26
·
15 commits
to master
since this release
- Added 3 samples based on various user requests:
- Config File Loading
- Simple Database Example
- Simple World Converter
- Each sample comes with a README.md file explaining various parts of the sample.
- Added some more base classes to derive from to reduce boilerplate.
- Removed the need to write a blob reference copy when using blob singletons, we now serialize/deserialize with an in-memory stream to create a new copy with minimal code.