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