From 17a1913747272957e969beafbf57b8641cbd57f2 Mon Sep 17 00:00:00 2001 From: Ben <36240171+benkyd@users.noreply.github.com> Date: Fri, 12 Nov 2021 20:07:33 +0000 Subject: [PATCH] docs --- DEVL.md | 17 +++++++++++++++++ README.md | 11 +++++++++++ docs/Development Notes.md | 13 ------------- 3 files changed, 28 insertions(+), 13 deletions(-) create mode 100644 DEVL.md create mode 100644 README.md delete mode 100644 docs/Development Notes.md diff --git a/DEVL.md b/DEVL.md new file mode 100644 index 0000000..8332b09 --- /dev/null +++ b/DEVL.md @@ -0,0 +1,17 @@ +# Development Notes + +## Milestones + +For milestones see the project notion page [here](https://www.notion.so/Aeon-e34419534b2b4393baf3e47ca94bce1f) + +## Contributors + + * [Benjamin Kyd](benkyd.co.uk) - Founder / Maintainer + +## Status + +### 2021-11-12 - Benjamin Kyd + + * Development restarts + * Issue with SDL2 Resolved as well as the broken shit in d69b6a is fixed + * Issue with sinks not registering ID's properly persists diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5bc731 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Aeon Game Engine + +## Documentation + +All development work and project status can be found in [DEVL.md](/DEVL.md) + +All documentation can be found in [docs](/docs/) + +## Contributing + +Aeon is open to contributors, please see [DEVL.md](/DEVL.md) diff --git a/docs/Development Notes.md b/docs/Development Notes.md deleted file mode 100644 index e702530..0000000 --- a/docs/Development Notes.md +++ /dev/null @@ -1,13 +0,0 @@ -# Development Notes - -## Milestones - -For milestones see [Here](https://www.notion.so/Aeon-e34419534b2b4393baf3e47ca94bce1f) - -## Status - -### 2021-11-12 - - * Development restarts - * Issue with SDL2 Resolved as well as the broken shit in d69b6a is fixed - * Issue with sinks not registering ID's properly persists