From e326f2c4ea8261d55a26203c32f45b212a7dbba5 Mon Sep 17 00:00:00 2001 From: Dane Johnson Date: Thu, 14 Jan 2021 12:50:20 -0600 Subject: [PATCH] Update roadmap --- roadmap.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roadmap.md b/roadmap.md index c3f0350..fa45367 100644 --- a/roadmap.md +++ b/roadmap.md @@ -21,3 +21,9 @@ Everything seems to work, but we need a system of what goes in the scene I think a scene tree like the one in Godot would be cool I keep switching scripting languages, can I make it so it's programmable in many languages, switchable via command line? + +### Windows Compatible +I want to be able to build this for Windows +- I have no clue what that entails +- CMake? +- How to run SWIG on windows?