From ce149b630b6bd39a9b59b527e307d4492c99e13f Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 21 Jan 2018 15:20:48 -0800 Subject: [PATCH] additional reference links --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fabdfce322..ed05eac54c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ This project contains original assets, presentations and source code for MV3500 Networked Graphics course. - -References: +Key course sites: * [NPS CLE Sakai site](https://cle.nps.edu) for MV3500 course -* [Netbeans](http://www.netbeans.org) +* [NPS GitLab site: NetworkedGraphicsMV3500](https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500) + +References and Resources: * [GitLab Flavored Markdown (GFM)](https://docs.gitlab.com/ee/user/markdown.html) +* [Java SE JDK 8 download](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (not JDK 9) +* [Netbeans](http://www.netbeans.org) and [Using Git Support in NetBeans IDE](https://netbeans.org/kb/docs/ide/git.html) +** [Video of Cloning a Git Repository Using NetBeans IDE](https://netbeans.org/kb/docs/ide/git_nb_ssh_screencast.html) +* [Open-DIS Repository](https://github.com/open-dis) and [Distributed Interactive Simulation: The Missing Handbook](https://github.com/open-dis/DISTutorial/blob/master/README.md) +* [Savage Developers Guide](https://savage.nps.edu/Savage/developers.html) resources for [DIS](https://savage.nps.edu/Savage/developers.html#DIS) -- GitLab