From bf72c4dffa259c93607c8af975f9a352907fd270 Mon Sep 17 00:00:00 2001 From: Lucas Girouard-Stranks Date: Mon, 30 Nov 2020 21:01:21 -0500 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index b66d5cc4..09ab80b1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -8,6 +8,13 @@ * Date: Janurary 1st, 2021 * Runtime: .NET 5 Desktop (Windows, macOS, Linux) +- [x] Fork FNA: https://github.com/craftworkgames/Ankura +- [x] Delete majority of XNA types (could still delete more!) +- [x] Create graphics samples (could still add more, specifically about texture sampler states): https://github.com/craftworkgames/Ankura/tree/develop/src/dotnet/projects/samples/graphics +- [ ] Create input samples: https://github.com/craftworkgames/Ankura/tree/develop/src/dotnet/projects/samples/input +- [ ] Create audio samples: not started yet +- [ ] Create vector shooter game: https://github.com/craftworkgames/VectorVenture + ### Forking MonoGame #### Why