From 4a7c0f689ebd0b16173e7fb3b685e36a12b66dae Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Sun, 1 Sep 2024 14:16:38 -0400 Subject: [PATCH] Created docs --- docs/storage.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/storage.md diff --git a/docs/storage.md b/docs/storage.md new file mode 100644 index 0000000..d68f756 --- /dev/null +++ b/docs/storage.md @@ -0,0 +1,19 @@ +# Storage System # + +This is going to be a little bit tricky. We love memory management! However, it's going to difficult +since the storage system is a bit *wonky*.. Everything will be stored in a **encrypted string**! + +Ideally, we can figure out how to save to specific sections of the file, __but this may come later__! + +However, we're going to take a OpenGL pipeline approach! Think of sending the Vertex buffer to the GPU. + +We will tell it this: The delimeter is going to be a `|` + + +## Indexes +Here is what each of the indexes will do: + +0. Name +1. Username +2. Password +3. ~~Folder~~ \ No newline at end of file