Good work
Quark – A software sketchbook for your projects
21–30 of 43 posts
Re: Quark – A software sketchbook for your projects
#22Sounds amazing. How do I distribute my Quark application? Is there a way to bundle a sketch as an executable that will look for a suitable Quark runtime and if not found, run an installer?
Re: Quark – A software sketchbook for your projects
#23Screenshots give me a major Visual Studio Code vibe. Is it a fork/reskin? Is that why there's a delay in releasing the source?
Re: Quark – A software sketchbook for your projects
#24to the author: Congrats on building and delivering on what's a pretty significant undertaking.
That being said, Smalltalk has had the capabilities you were looking for, for ages, and the tools are incredibly polished because they've been around for so long. On a related note Glamorous Toolkit https://gtoolkit.com/ takes those capabilities and points them at development itself allowing you to use them to help figure out what your code and data are / are doing.
This is an interesting project, but it's just the beginning of recreating what already exists in Pharo smalltalk. https://pharo.org/
Re: Quark – A software sketchbook for your projects
#25Earlier quoted context omitted.
Also, Quark is a trademark of a software company, who's lawyers will eventually be in touch http://www.quark.com/About_Quark/Legal/
Yeah, Quark's lawyers are not shy and quite aggressive.
And to the app's creators: Don't change the name to InDesign.
Re: Quark – A software sketchbook for your projects
#26Re: Quark – A software sketchbook for your projects
#27This sounds like it would prevent the proper use of version control systems like git, which seems like a terrible idea. Is my interpretation correct?
It seems like it would be better to develop with normal files (and the decades of powerful tools that can operate on them), and then bundle into one file for distribution.
Re: Quark – A software sketchbook for your projects
#28> ...felt a need for a software tool that would help me do things like — plot charts, app prototyping, create dashboards/GUI’s for my personal projects etc. I just needed “some place” to write my code, build small projects or test new ideas. To much of my own surprise, I could not find an easy way to do so. to the author: Congrats on building and delivering on what's a pretty significant undertaking. That being said,…
Re: Quark – A software sketchbook for your projects
#29Re: Quark – A software sketchbook for your projects
#30Congratulations on your release! With Adobe Air you could make executables with html/css/js (or flash). End users had to have the Adobe Air runtime installed to run the apps. Can you help understand if the concept you have here is much different than, or much the same as the Adobe Air concept?
I din't know enough about adobe Air to comment on technical differences, but one thing that strikes me is that electron(as hence Quark) appears to be more popular than Adobe Air.