Flight Planning with Little Navmap

https://news.ycombinator.com/rss Hits: 3
Summary

Little Navmap is an open source flight planner. It supports working with flight simulators like X-Plane and Microsoft Flight Simulator. The project was started ten years ago by Alexander Barthel. It is made up of ~120K lines of C++. It uses Qt5, OpenGL and D3D for rendering the UI. The 367 MB installation footprint includes a 134 MB SQLite3 database where its data is kept. The application reminds me of QGIS, which has a code base that is an order of magnitude larger. Little Navmap only needs 14K lines of C++ for routing; the main UI is ~7K lines; the map display and interaction lean heavily on KDE's Marble, so only 21K lines are needed and weather support only needs 2K lines of code. At the time of this writing, there are only 119 open issues and 992 closed ones on GitHub. In this post, I'll walk through planning two flights with Little Navmap. My Workstation I'm using a 5.7 GHz AMD Ryzen 9 9950X CPU. It has 16 cores and 32 threads and 1.2 MB of L1, 16 MB of L2 and 64 MB of L3 cache. It has a liquid cooler attached and is housed in a spacious, full-sized Cooler Master HAF 700 computer case. The system has 96 GB of DDR5 RAM clocked at 4,800 MT/s and a 5th-generation Crucial T700 4 TB NVMe M.2 SSD, which can read at speeds up to 12,400 MB/s. There is a heatsink on the SSD to help keep its temperature down. This is my system's C drive. The system is powered by a 1,200-watt, fully modular Corsair Power Supply and is sat on an ASRock X870E Nova 90 Motherboard. I'm running Windows on Windows 11 Pro. In case you're wondering why I don't run a Linux-based desktop as my primary work environment, I'm still using an Nvidia GTX 1080 GPU, which has better driver support on Windows and ArcGIS Pro only supports Windows natively. Installing Prerequisites I'm using X-Plane 12 as my flight simulator, which I bought from Steam. SteamDB's price monitoring service shows it going on sale briefly every few months. I have Little Navmap 3.0.18 installed, which was released in November. Litt...

First seen: 2026-07-21 05:20

Last seen: 2026-07-21 07:22