Skip to content

sf314/ksp-instrument-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KRPC (Java) Flight Software

This project will contain rudimentary flight control automation, coupled with a UI to display telemetry. The UI aims to be akin to a real aircraft's instrument panel, featuring at a minimum the current airspeed, altitude, and compass heading.

Project Startup Documentation

The following are the steps I took to initialize this project.

1: Install Gradle

brew install gradle

2: Initialize a new project using Gradle

./gradlew init
  • Setup as a application in Java, single-app, Groovy buildscript, Jupiter testing, with project name krpcj-fsw, and default package name krpcj.fsw

3: Create the wrapper (make things easy for later)

gradle wrapper

About

Instrument panel meant for aircraft built in KSP, pulling data from KRPC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published