Skip to content

A file explorer that lets developers easily control and exchange source code through a synchronized GUI workspace

Notifications You must be signed in to change notification settings

mdloucks/Source-Connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

A file explorer that lets developers easily control and exchange source code through a simplistic drag and drop GUI

Prerequisites

What developer doesn't have this?
Java

A javafx compatible system (most are, but just in case here are the supported system types)
JavaFX Requirements

Getting Started

Installing

As of right now a simple git clone will work

git init

git clone https://github.com/BroManSalaam/Source-Connect

Compile and run

Any java supported IDE should be able to compile and run this without a problem (if not contact us!)

As for command line java users, the following commands should work

cd <project directory>

javac *.java

java Main.class

Built With

native java libraries

  • JavaFX

external libraries

to be announced...

Contributing guidelines

If you have a completely new feature you'd like to add, create a nesw branch and merge it with the develop branch once complete.

develop will be merged with main once it is stable and a new version has been released.

Feel free to contact us if you'd like to join!

Authors

Acknowledgments

A hat tip to all of the following...

A fantastic fxml development tool which has aided us tremendously
Scene Builder

About

A file explorer that lets developers easily control and exchange source code through a synchronized GUI workspace

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published