From a5ceb6ea256ee85a5ab3c93235b89feaeb3b82ea Mon Sep 17 00:00:00 2001 From: Erlend Sogge Heggen Date: Sun, 23 Mar 2014 14:20:08 +0100 Subject: [PATCH 1/2] Created README.md Copied from https://code.google.com/p/jmonkeyengine/. Will follow up with info about 3.0 branch and recommended use. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..baaa26cbe --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +jmonkeyengine +============= + +jMonkeyEngine 3 was made especially for game developers who want to create 3D games with modern technology standards. The software is programmed entirely in Java, intended for wide accessibility. + +The engine is used by several commercial game studios as well as university (game-) classes. While its old 2.0 branch is now only community supported, the 3.0 branch is quickly emerging as a full-fledged game development environment for a wide range of developers. + +Go to http://hub.jmonkeyengine.org/downloads/ to download the jMonkeyEngine SDK. From 8a272e517e1c20ae9ae89e46600bbecc65df3eb4 Mon Sep 17 00:00:00 2001 From: Erlend Sogge Heggen Date: Sun, 23 Mar 2014 14:22:48 +0100 Subject: [PATCH 2/2] Create CONTRIBUTING.MD v0 for contributing guidelines. --- CONTRIBUTING.MD | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.MD diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD new file mode 100644 index 000000000..3f6610bd4 --- /dev/null +++ b/CONTRIBUTING.MD @@ -0,0 +1,3 @@ +How to get involved with jME development and contribute back to the project. + +WIP