jscherer92/Quark

MVP Design volunteers

jscherer92 opened this issue · 8 comments

Please post here if you are willing to volunteer for the design of the MVP! Thanks!

For design are you talking about the API design?

Two pieces and really I'm open to either of them.

  1. how the shared library will look between systems.

  2. What pieces of Electron and the Node API people can deem as needed for a MVP. An example would be that we may not need the http/https module since we can use the browsers fetch/XMLHTTPRequest system.

One day, fetch might even work in node core: nodejs/node#19393

  1. fs is one of the most important core features from Node
  2. WebView and window open/close position is an important feature from Electron

@styfle those were a couple of the features that I was thinking

I agree with @styfle with those features we can launch the MVP.

About how the shared library will looks like I'm clueless, maybe when we have a functional windows library we can start looking on how the library is working and then start to build their public methods.

Awesome! I was messing around with the engine last night and got eventing working with the back end system. Windows is definitely a beast in terms of how to do things. I'm currently working on optimizing what I have and how to go about it.

IMO we don't need optimize it yet, we need to just get working everything and then we start to optimize it, because this is a prototype.

Yep yep! For me it is just making sure I'm deleting things when I should be. I guess I should say this is cleanup right now so it's not eating 40MB of RAM when it should only take 4