score
Gittyup


score | Gittyup | |
---|---|---|
112 | 8 | |
1,556 | 1,755 | |
1.1% | 9.7% | |
9.9 | 8.2 | |
4 days ago | 14 days ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
score
-
OpenDAW – a new holistic exploration of music creation inside the browser
I wrote a DAW (https://ossia.io) and a few dozen plugins and I can assure you that most plug-ins don't add latency.
> There is no way eliminate CPU cycles being spent on whatever the plugin does.
that's not how DAW works, they don't output audio immediately anyways, everything is buffered at the driver level or just above so that there's always 1 or 2 buffers of delay between the input and the output.
-
Psychedelic Graphics: An Introduction
You can do that easily with https://ossia.io :)
-
Long Term Software Development
We went with Qt, CMake and modern C++ for https://ossia.io in 2013 knowing that it would be a long term effort for a linux/mac/windows desktop software aiming to do real-time audio, visuals and networking and so far this "classic" stack keeps on giving and allowing me to ship regular features and improvements, here's to the next ten years :) in the meantime I can't count how many techs and frameworks I've seen come and go but these are here to stay.
-
Dioxus 0.6 – Crossplatform apps with Rust
idk I do this in plain ol' C++ with Qt & CMake, every commit builds for mac, windows with msvc and mingw, linux, web, bsd... https://github.com/ossia/score?tab=readme-ov-file#build-stat...
- Native Dual-Range Input
- Show HN: Automate your studio – mute a mixer channel to turn your PTZ camera
-
Pygfx
QRhi is pretty much the exact same goal than pygfx with a different implementation: https://github.com/qt/qtbase/tree/dev/src/gui/rhi
I've been using it for 4-ish years now in https://ossia.io
Pros:
-
The costs of the i386 to x86-64 upgrade
IDK, I mostly use KDE apps and none of those are electron. The only web-browser thing I have open right now is firefox, everything else is pretty lean Qt apps: strawberry (RES 77 megabytes), dolphin (RES 61 megabytes), konsole (RES between 30 and 60-megabytes depending on my instance) the app I'm developing https://ossia.io (lean enough to run on a raspberry pi zero 2).
Meanwhile, I have a dozen firefox processes each above 500M RES and a few above 1G...
-
ICPP – Running C++ in anywhere like a script
I added LLVM JIT support to ossia a few years ago, it's not too bad, but a big issue is that the JIT does not support all the necessary features used by the frontend in terms of relocations, etc. So it happens relatively often that C++ code will compile to LLVM IR without issue, but then fail at the JIT step because some relocation is not supported by the JIT engine yet.
Most of the code is here : https://github.com/ossia/score/tree/master/src/plugins/score... with the actual LLVM API interoperation contained there : https://github.com/ossia/score/tree/master/src/plugins/score...
-
Debian KDE: Right Linux distribution for professional digital painting in 2024
I'm curious, could you try this one and tell me if it starts ? so far it works in all the mainstream distros I could try but if there's someone out there who cannot open it with an OS less than a decade old, I want to make sure I can fix that : https://github.com/ossia/score/releases/download/v3.2.0/ossi...
Gittyup
- Gittyup: Understand Your Git History
- Top 10 Git GUI Clients for Linux in 2023
- Exploring the Top 10 Git GUI Clients for Linux in 2023
-
What is your preferred version control software and what additional features do you wish it had?
As to which git client to use, I highly recommend Tower -- if you want a free option then Gittyup is pretty good.
-
Kind of an obvious design flaw
nope, they are just stating fork is good. Which honestly, fork doesn't seem that great. https://github.com/Murmele/Gittyup is what I recommend if you want to support open source. Gitkraken if you don't mind paying and have the patience to deal with electron.
-
Git Fork: A fast and friendly Git client for Windows and Mac
I can't imagine using a paid, closed-source git client when https://github.com/desktop/desktop and https://github.com/Murmele/Gittyup are both great.
Maybe 10 years ago, but not now that open-source alternatives are so mature and feature-rich.
-
Flatpak and freezing when opening a directory picker
I've tried installing my favourite git client Gittyup with flatpak as the dev recommends here: https://github.com/Murmele/Gittyup
-
A new wave of Linux applications
Interesting spreadsheet!
For a Git GUI for Linux (and Windows), you might like GitAhead which builds under Linux? It's not under active development but has been forked to GittyUp: https://github.com/Murmele/Gittyup
What are some alternatives?
BespokeSynth - Software modular synth
git-cola - git-cola: The highly caffeinated Git GUI
seq66 - Seq66: Seq24-based live MIDI looper/editor. v. 0.99.18 2025-02-03. NSM support; Linux/Windows/FreeBSD; PDF manual & tutorial with Help access.
desktop - Fork of GitHub Desktop to support various Linux distributions
gsequencer - Advanced Gtk+ Sequencer
vscode-git-graph - View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
atemOSC - Control ATEM video switchers over the network with OSC messages
qtdeclarative - Qt Declarative (Quick 2)
scheme-for-max - Max/MSP external for scripting and live coding Max with s7 Scheme Lisp
Duilib
lmms - Cross-platform music production software
GitForce - A visual front-end to git

