Quark icon indicating copy to clipboard operation
Quark copied to clipboard

Create Applications with browser technologies using the native engine in your OS.

Results 6 Quark issues
Sort by recently updated
recently updated
newest added

Last commit was made 8 months ago. I've read #18 but I don't see any progress No examples, no guides, no even "Hello World" setup. Please add it to readme...

Looks like a similar cross platform solution is in the works for .NET core developers. Read about it here: https://blog.stevensanderson.com/2019/11/18/2019-11-18-webwindow-a-cross-platform-webview-for-dotnet-core/ It basically tries to do what Quark was looking to...

I know @jscherer92 said to hold off on the branding for Quark. But I had a little spare time on my hands, and a spark for an idea, so I...

Going to move forward with the Streaming interface so I can finally move onto the crucial FileSystem API.

enhancement

Since we want to mimic Node as much as possible, the first system is to mimic the file system. For this we will need two separate implementations. This would be...

enhancement

After reviewing the NodeJS docs, I noticed that the stream interface actually uses the EventEmitter as a base class. As I am trying to mimic the NodeJS implementation as much...

enhancement