a32nx
helix
Our great sponsors
a32nx | helix | |
---|---|---|
123 | 212 | |
4,566 | 18,675 | |
0.8% | 6.2% | |
9.4 | 9.9 | |
4 days ago | 4 days ago | |
JavaScript | Rust | |
GNU General Public License v3.0 only | Mozilla Public License 2.0 |
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.
a32nx
- Finally made the move to PC from Xbox!
-
Just got a PC, what are some must have mods to make my MSFS experience improved?
Get the FlyByWire A32NX.
-
Question regarding FBWs A32NX change-log
I know that there is a changelog on Github here: https://github.com/flybywiresim/a32nx/blob/master/.github/CHANGELOG.md
This shows what is planned for 0.8
-
Direct links to some PC mods
FlyByWire A320 (site) note: adds new plane, does not replace vanilla
- Why a new generation of developers is flooding to X-Plane.
-
FBW A32X NEO -- Cabin pressurization emergency
Next time it will warn you earlier (at least after this is QA tested and merged) ;) https://github.com/flybywiresim/a32nx/pull/6650
The ecam warning for packs off is not in at the moment. An entirely new flight warning system is being built from scratch. Once that’s ready all of the ECAM warnings will be implemented. The packs off one might be a good idea to do in the interim even with the old system as I’ve seen this quite a few times and even done it myself…
-
Whats your favourite open source Rust project that needs more recognition?
Just found this today. Thought it was pretty interesting that Rust is being used to build an A320 for Microsoft Flight Simulator 2020.
- Is there any most have mods?
helix
-
Fish (shell) porting to Rust from C++
This is exciting.
I've not had problems with latency in fish, but the promise of rust is that there is so little latency that it heralds a close to the metal feeling I've not seen in decades.
I think that feeling is visceral and laudable, regardless of the actual runtime profile. It's under-appreciated in the design community. IPC latency is as big a problem in operating systems and programming languages as RPC latency is in cloud systems.
I have no experience with rust, but I do depend on helix daily:
https://github.com/helix-editor/helix
and helix is rust.
I think this kind of open source experiment is exactly what we should be encouraging because it's forward-looking and straightforward to test.
I think the fish community could decide easily by A-B testing the Rust and C++ builds with real users and see how they compare in terms of reliability, performance, regressions, time-to-fix, and so on, assuming the team has the bandwidth to absorb the sideways nature of the work without derailing fish.
To me, rust is more than trendy and I can remember the first time I touched Walter Bright's work decades ago, so I'm open-minded about D too. A simple KLOC or cyclomatic complexity as a proxy to abstraction would be an interesting lens.
-
What features are you waiting for?
Once https://github.com/helix-editor/helix/pull/5420 lands adding folding should be pretty straight forward
There's no way to refer to any context from the current Helix session in the command invocation. If you want to refer to the path of the current file, you have to type it out yourself. Command substitution would make it way more convenient to use the family of shell commands (:sh, :pipe, :insert-output, :append-output). Thankfully there's a Pull Request out for it already.
There was https://github.com/helix-editor/helix/pull/4649 for an integrated terminal. Sadly the author stopped working on that. An integrated terminal does fit in core and something we would like to see eventually. Maybe someone is able to pick that work up.
- **tree explorer** : previous attempt https://github.com/helix-editor/helix/pull/2377 and now this https://github.com/helix-editor/helix/pull/5566 We all need it
- Should I learn C++ or Rust after C?
- The Git source code audit, viewed as a Rust programmer
- FLiP Stack Weekly for 21 Jan 2023
- How to achieve vim-easymotion behaviour in hx?
What are some alternatives?
kakoune - mawww's experiment for a better code editor
neovim - Vim-fork focused on extensibility and usability
xi-editor - A modern editor with a backend written in Rust.
salty-747 - An open-source modification for the default MSFS 747-8, aiming to improve the lacking features and realism of the default aircraft.
lapce - Lightning-fast and Powerful Code Editor written in Rust
rust-tools.nvim - Tools for better development in rust using neovim's builtin lsp
littlenavmap - Little Navmap is a free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane.
micro-editor - A modern and intuitive terminal-based text editor
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
copilot.vim - Neovim plugin for GitHub Copilot
nvim-tree.lua - A file explorer tree for neovim written in lua