darling
darling copied to clipboard
Can we get a list somewhere of applications that do or don't work under darling?
The plan is to implement appdb.darlinghq.org as a Google AppEngine website, but at least for now I focus on improving Darling itself rather than coding a website to show the not-so-great results ;-)
Would this AppDB work similar to Wine's AppDB where users can contribute their results and also maintain apps? Just curious :)
Maybe in your free time to write such code in PHP, but we'll see.
I suggest you take Wine's AppDB source code and just use it.
It's open source and fits your needs.
I did that for an operating system support list for QEMU and had it working in less than a few hours.
Any news about this?
I've started working on this about a week ago. The plan is as follows:
- All data of the AppDB will be stored in Git.
- The frontend will be implemented in Angular (TypeScript).
- The backend will be implemented in Golang.
- At least initially, only login via GitHub OAuth will be supported (Google, Microsoft, Apple may come later). Whatever changes you make will be automatically committed into Git under your name/e-mail.
any progress??