Showing 35 open source projects for "moving map for xplane"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Aves

    Aves

    Aves is a gallery and metadata explorer app, built for Android

    Aves is a feature-rich gallery app focused on organizing, browsing, and viewing photos and videos with precision. It indexes media on device storage and surfaces powerful ways to explore content, such as by folders, albums, dates, tags, and embedded metadata. The viewer prioritizes smooth gestures (pinch-to-zoom, pan, fling) and a clean, immersive interface that keeps controls out of the way until needed. Aves emphasizes metadata awareness, reading details like EXIF and other tags to enable...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Smallpond

    Smallpond

    A lightweight data processing framework built on DuckDB and 3FS

    smallpond is a lightweight distributed data processing framework built by DeepSeek, designed to scale DuckDB workloads over clusters using their 3FS (Fire-Flyer File System) backend. The idea is to preserve DuckDB’s fast analytics engine but lift it from single-node to multi-node settings, giving you the ability to operate on large datasets (e.g. petabyte scale) without moving to a heavyweight system like Spark. Users write Python-like code (via DataFrame APIs or SQL strings) to express...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Fortnite Cheats Aimbot ESP Skinchanger

    Fortnite Cheats Aimbot ESP Skinchanger

    Free Fortnite Cheats : Aimbot + ESP + Skin Changer + Spoofer | NEW

    Welcome to the Fortnite Cheats SourceForge repository! This project provides advanced tools for Fortnite, including a powerful Fortnite aimbot, Fortnite ESP, Fortnite wallhack, and other hacks. Built with C++ and memory manipulation techniques. Minimum System Requirements: Operating System: Windows 7/8/10 64-bit Processor: Intel Core i3 2.4 GHz or equivalent Memory (RAM): 4GB Graphics Card: Intel HD 4000 Storage: SSD with at least 26GB of available space
    Downloads: 2,031 This Week
    Last Update:
    See Project
  • 4
    Valorant Cheats Aimbot ESP No Recoil

    Valorant Cheats Aimbot ESP No Recoil

    Valorant Cheats: Aimbot + ESP + Wallhack + No Recoil

    Welcome to the Valorant Cheats SourceForge repository! This repository houses a comprehensive external cheat designed to enhance your Valorant gaming experience. Our cheat is carefully coded in C++ and offers a wide array of functions to give you the edge in the game. Recommended Requirements: OS: Windows 10 (Build 19041 or higher) 64-bit, or Windows 11 64-bit CPU: Intel i3-4150 or AMD Ryzen 3 1200 GPU: NVIDIA GeForce GT 730 or AMD Radeon R7 240 RAM: 4 GB VRAM: 1 GB (for...
    Leader badge
    Downloads: 253 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Multimaps Desktop

    Multimaps Desktop

    Free software for maps

    An easy-to-use domain public software for desktop maps. Runs on Windows, uses open source libraries. Requirements: 1) Net Framework 4.8 Runtime https://dotnet.microsoft.com/es-es/download/dotnet-framework/net48 2) Visual C++ Redistributable Packages for Visual Studio 2013 https://www.microsoft.com
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Machine Learning Beginner

    Machine Learning Beginner

    Machine Learning Beginner Public Account Works

    Machine Learning Beginner targets newcomers who are just getting started with machine learning and need a gentle, guided path. It introduces the core vocabulary and the mental map of supervised and unsupervised learning before moving into simple algorithms. The materials prioritize conceptual clarity, then progressively add code to solidify understanding. Step-by-step examples help learners see how data preparation, model training, evaluation, and iteration fit together. Because the scope is intentionally beginner-friendly, it’s an approachable springboard to more advanced resources. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    sailplay

    Turn your NMEA0183 GPS log into a MPEG movie

    This program parses NMEA0183 data from a GPS data logger, and replays the sailboarder, kite surfer, cyclist, motorcyclist etc being logged on a 3D moving map. The end result is either a Y4M video file, that is ready to be converted to a movie file (MPEG, AVI etc). Optionally, the user can take screenshots. This program can display/record multiple participants (ie: display/record more than one GPS file). Sample output file: https://vimeo.com/217286079
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Saka Key

    Saka Key

    A keyboard interface to the web

    ...I hope this will encourage the creation of accessible content. Keyboard shortcuts are only the beginning of this journey. Screen reading and voice commands are on the roadmap. Map keyboard keys to browser tasks like scrolling, clicking links, switching, moving, closing, muting, and refreshing tabs, zooming, and navigating pages. Keyboard shortcuts are flexible, powerful, and easy to customize. Saka Key lets you easily switch between shortcut profiles (e.g. left hand, right hand, default, Vimium), and lets you import and export your settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Vifir processes and displays electronic aviation charts (currenty VFR Sectional Charts) produced by the U.S. National Aeronautical Charting Office in a similar way to an Electronic Flight Bag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Corrode

    Corrode

    C to Rust translator

    Corrode is an experimental translator that converts C code into Rust, intended to help migrate existing C codebases toward safer Rust idioms. It parses C, maps C types and constructs into Rust equivalents, and generates code that compiles under rustc, introducing unsafe only when necessary. The tool seeks to produce readable Rust that a developer can then refine by hand, rather than a perfect one-to-one mechanical translation. It handles common C features such as pointers, structs, enums,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Androsm

    Androsm

    Map application using OpenStreetMap data

    Android application which shows a moving map which is created from OpenStreetMap data. It is a fork of GpsMid. Please note that Androsm is under a major rewrite. The binary release doesn't have a native Android UI yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NavitConfigurator

    NavitConfigurator

    Editor for configuring the open source navigation program Navit

    NavitConfigurator is an editor for configuring the open source navigation program Navit. It supports Andoid devices to test the result directly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    svg-map-animation

    generate animated video-clips from svg-image

    Draw some track-segments as bezier-curves on top of a map-image. Run svgAnim.rb-script to generate a vido-clip witch shows the track animated from 0% to 100% visibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MoleculeViewer

    MoleculeViewer

    View 3D molecule structure and plot 2D density map for CRYSTAL program

    A Java sotware for viewing 3D molecule structure and plotting 2D density map. The atomic positions (coordinates) are read from files for the CRYSTAL and GAUSSIAN programs. Supported files: 1. *.xyz (molecule cartesian coordinates file) 2. *.gjf (GAUSSIAN's input file) 3. *.out (CRYSTAL98&2k's scf or properties output file) 4. fort.25 (CRYSTAL98&2k's ECHG(Electronic Charge Density) outpit file with fort.25 format).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    netPanzer

    netPanzer

    An online multiplayer tactical warfare game for fast action combat!

    netPanzer is an online multiplayer tactical warfare game designed for play across the Internet and over LAN systems. netPanzer is designed for FAST ACTION combat -- it is not another resource management clone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Moving map for free flight (e.g. paragliding). Supported device is Kobo Glo HD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Gusty's Serpents is a 3D adaptation of the classic "Snake" type of games. Control a moving snake and collect various objects on the map. The game takes place in a 2D plane, although it provides 3D graphics (powered by OGRE).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GpsMid
    Java Midlet to use OpenStreetMap data on a J2ME ready Mobile. Displays a moving map using external or internal GPS, shows the street name on which you are. There is Navigation support for car drivers, bicyclists and pedestrians plus many more ...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 19
    This software allows FlightGear (http://www.flighgear.org ) users to display their plane position and other navigational data on a moving map from the openstreetmap ( http://www.openstreetmap.org ) project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    GPSMovieGenerator

    Create videos from image and video data linked with GPS tracks

    This is a python script for creating videos from GPS track and media data. It renders a moving map with the respective track. On that map, media thumbnails are displayed. These pop up when the track reaches them. If desired, an overlay map and some track statistics may be added to the video. Python3.3 will be needed An example video can be found here: http://www.youtube.com/watch?v=O_IiXrOfFCw&hd=1 To hard to use this script or don't know about linux/python etc ? ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ASTERIX Display Analyse Record Replay

    Processes, decodes, displays, records and replays EUROCONTROL ASTERIX

    ASTERIX DARR (Display Analyse Record Replay)processes, decodes, displays, records and replays (tracks/plots) EUROCONTROL ASTERIX messages. It is a a full plot/tracker display providing filters, different map overlays, indication of the “track in coast” state, moving labels, and assigning CLF (Cleared Flight Level). Every display parametar (color, font, size etc..) is configurable. Additionally supports: 1.ASTERIX stream Recording (up to 11 different data streams) 2.Replay of ASTERIX “replay” Recordings in the original or up to 10 X faster speed 3.Opening of ASTERIX “raw” recordings in raw format to analyze and visualize data in Local or Google Earth Display 4.Export of imported/captured data in KML/KMZ format in order to analyze/visualize it in Google Earth. 5.Export of live/replayed data in real time to Google Earth 6.Forwarding of ASTERIX data streams between networks or to a different multicast address/port. 7. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    nanotrip

    nanotrip

    Help Eatles go home!

    ...In this game you must help Eatles retrieve his taken spaceship, by doing AWESOME things! It is a physics game about field forces and electromagnetism, where you must change the electrical charge of a moving particle, Eatles psychic avatar, that can eat things to raise its mass and pick up point items. Also, this game comes with a 2D map editor! Create new levels and share with your buddies!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    GPXReport

    Analyze gpx files and store summary in Sqlite database

    There are many good programs to manage gpx tracks from my sport activities. My favorite one is gps-prune to view gps tracks on a map and make changes. However, I was missing a simple tool to store summary information about a gpx track into a database to keep track of my training efforts. That's why I created GPXReport. GPXReport is a desktop solution which is written in Java and should run on most computers. The program can read a gpx-file and calculate basics information such as: - overall and moving time - distance (km), - average and max speed - time, km uphill and downhill It automatically classifies the acitvity as hiking, MTB or race bike. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    netPanzer
    netPanzer is an online multiplayer tactical warfare game designed for play across the Internet and over LAN systems. netPanzer is designed for FAST ACTION combat -- it is not another resource management clone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Watchful Motion Tracker
    A simple to use free-moving camera motion tracker. This program is designed to output the camera motion to a .py that is used in Blender. Not yet working. Check out our news page!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB