rusty-editor
sapling
| rusty-editor | sapling | |
|---|---|---|
| 5 | 61 | |
| 317 | 6,654 | |
| - | 0.8% | |
| 9.0 | 10.0 | |
| about 4 years ago | 4 days ago | |
| Rust | Rust | |
| MIT License | GNU General Public License v3.0 only |
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.
rusty-editor
- [Media] rg3d game engine now has a new widget - Curve Editor. Curves are used to define complex laws of changing of some numeric parameters. It will be extensively used in rusty-editor (native scene editor).
The widget will be a "workhorse" in the rusty-editor , there are lots of places where it could be used:
- Timelapse of terrain editing in rusty-editor which is a native scene editor of rg3d game engine
If you like the project, please consider to make a donation: https://github.com/rg3dengine/rusty-editor or https://liberapay.com/mrDIMAS or https://www.buymeacoffee.com/mrDIMAS
- Help creating an executable
If you want to give it a try the editor is for the library is at https://github.com/mrDIMAS/rusty-editor
- Assembling a scene in rusty-editor which is an editor for rg3d engine
- Station Iapetus v 0.3 - Doors
The level is built in rusty-editor - https://github.com/mrDIMAS/rusty-editor
sapling
- SourceFS: A 2h+ Android build becomes a 15M task with a virtual filesystem
The headline times are a bit ridiculous. Are they trying to turn https://github.com/facebook/sapling/blob/main/eden/fs/docs/O... or some git fuse thing into a product?
- Jujutsu for Everyone
You might be interested in how this problem was solved by our team at Meta, in EdenFS (https://github.com/facebook/sapling/blob/main/eden/fs/docs/O...) and Watchman: https://github.com/facebook/watchman.
What you're describing is reasonably similar to EdenFS, except EdenFS runs in userspace.
Watchman layers a consistent view of file metadata on top of inotify (etc), as well as providing stateless queries on top of EdenFS. It acts as a unified interface over regular filesystems as well as Eden.
Back in the day, Watchman sped up status queries by over 5x for a repo with hundreds of thousands of files: https://engineering.fb.com/2014/01/07/core-infra/scaling-mer... I worked directly on this and co-wrote this blog post.
In truth, getting these working was a very difficult systems problem with a ton of event ordering and cache invalidation concerns. For smaller repos, it is much simpler to do linear scans. Since it is really fast on modern hardware anyway, it is also the right thing to do, following the maxim of doing the simplest thing that works.
- Ask HN: Why Did Mercurial Die?:(
It's not really anything like Mercurial anymore. It superficially resembles "hg" but it's a very hacked fork. It's more like sappling. https://sapling-scm.com
- Sapling Version Control System
- Jujutsu for Busy Devs
How does this compare to sapling? https://github.com/facebook/sapling
- Sapling
- Pyrefly vs. Ty: Comparing Python's Two New Rust-Based Type Checkers
Coming from a Meta background (not speaking on behalf of Meta):
"package/dependency management" - Everything is checked into a monorepo, and built with [Buck2](https://buck2.build/). There's tooling to import/update packages, but no need to reinvent pip or other package managers. Btw, Buck2 is pretty awesome and supports a ton of languages beyond python, but hasn't gotten a ton of traction outside of Meta.
"linting, formatting" - [Black](https://github.com/psf/black) and other public ecosystem tooling is great, no need to develop internally.
"why is type checking the exception" - Don't know about Astral, but for Meta / Google, most everyone else doesn't design for the scale of their monorepos. Meta moved from SVN to Git to Mercurial, then forked Mercurial into [Sapling](https://sapling-scm.com/) because simple operations were too slow for the number of files in their repo, and how frequently they receive diffs.
There are obvious safety benefits to type checking, but with how much Python code Meta has, mypy is not an option - it would take far too much time / memory to provide any value.
- Firefox Moves to GitHub
Is it still used there? I know they did in the past, but reading up a bit on the background on all of this I found https://github.com/facebook/sapling
- Pyrefly
Sapling is actively developed, not "dead after 3 months": https://github.com/facebook/sapling/commits/main/
Have not tried building Buck2 (no personal use for it), but its also actively developed: https://github.com/facebook/buck2/commits/main/
- The next generation of Bazel builds
https://github.com/facebook/sapling/tree/main/eden
I'm still unsure if a complete, viable eden solution was released with all of its necessary components.
What are some alternatives?
kyun - The worst text editor (yet)
hermit - Hermit launches linux x86_64 programs in a special, hermetically isolated sandbox to control their execution. Hermit translates normal, nondeterministic behavior, into deterministic, repeatable behavior. This can be used for various applications, including replay-debugging, reproducible artifacts, chaos mode concurrency testing and bug analysis.
git-interactive-rebase-tool - Native cross-platform full feature terminal-based sequence editor for git interactive rebase.
dulwich - Pure-Python Git implementation
StationIapetus - 3rd person shooter in the very early development phase
go-git - A highly extensible Git implementation in pure Go.