From 16c88baf1f1f1e22a430cc67d579589b334050ec Mon Sep 17 00:00:00 2001 From: Joshua Freedman Date: Wed, 3 Jun 2015 15:26:17 -0700 Subject: [PATCH] Update README.md Proposed Features --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 437e411..0838ca0 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,30 @@ So far this is the Structure of the project: * Build - The Directory used to build the executables. * Libraries - The Dependencies for the Engine. * Source - Where all the actuall engine code is located. + +# Features +#### Networking +- Packets +- Packet Registrys +- Custom Handlers + +#### Graphics +- OpenGL Rendering +- Base classes +- Layer support +- 3D Capabilities + +#### Physics +- WIP + +#### Mods +- WIP + +#### Sound +- Sound Manager +- Remote (HTTP/Other) Streaming +- Individual Sound Channels (for seperate volumes/priorities) + +#### Resources +- Resource Manager +- Repo Downloader