simlu / voxelshop

This is the official repositiory for VoxelShop
https://blackflux.com/node/11
Apache License 2.0
350 stars 65 forks source link

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

This is the GIT repository for VoxelShop.

Documentation on how to use the program can be found here.

Setup, Run Locally and Distributable

Required Tools

Git, IntelliJ and JDK8 (e.g. http://downloads.puresoftware.org/files/android/JDK/)

Git

Fork the git repository, open a terminal, go to the desired project location and type:

> git init
> git remote add origin [FORK_HTTPS_URL]
> git pull origin master

then enter your password and wait until command completes

How to Contribute

Create a new feature branch using develop as a base for each change set you are planning to do.

git checkout develop
git checkout -b feature-branch-name

Commit and push as you work on your feature branch.

Once you are happy create a pull request from your feature branch against the main repo develop branch, referencing the associated issue(s).

Make sure you use a different branch for each change set.

IntelliJ

Build Distributable

Dependencies

Jide

Java UI component provider and Window Manager http://www.jidesoft.com/

Doing Things

Adding a new JIDE Frame

Adding the Frame to the layout

Linking the Frame to the Program

Allowing to restore a Closed Frame

Link a shortcut map for the Frame

Adding Content to the Frame

Adding a Tool Bar


-- Below is auto generated

How do I get set up?

Contribution guidelines

Who do I talk to?