Code Monkey home page Code Monkey logo

dim's Introduction

Build Status Crowdin OpenCollective OpenCollective

Destiny Item Manager

Destiny Item Manager (DIM) lets Destiny game players easily move items between their Guardians and the Vault. DIM's goal is to let players equip their guardians quickly. Our Loadouts feature accomplishes this by removing manual steps needed when transferring items.

Loadouts give players the ability to define sets of items that they want on their Guardians. When a loadout is selected, DIM will move all of the items referenced by the Loadout to a Guardian. If the item was equipped by another guardian, the Loadouts feature will replace that item with a similar item, if possible, to allow the Loadout referenced item to be transferred. With a single click of a button, you can have a PVP, PVE, or Raid-ready guardian.

DIM is based on the same services used by the Destiny Companion app to move and equip items. DIM will not be able to dismantle any of your items.

Visit /r/DestinyItemManager or @ThisIsDIM for updates and more details.

Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Backers

Support us with a one-time or monthly donation and help us continue our active development.

Sponsors

Become a sponsor and get your logo here with a link to your site.

Translation

If you speak a language other than English that Destiny supports (Italian, German, French, Spanish, Japanese, or Portuguese), a great way to help with DIM development is to provide translations. See translation guide for more info on how to help.

Developer Quick start

Clone the repo:

  • git clone https://github.com/DestinyItemManager/DIM.git

Install dependencies:

  • Install NodeJS.
  • Windows-based developers will need to install windows-build-tools (npm install --global windows-build-tools) globally prior to running npm install. Refer to issue #1439 for details.
  • Run npm install.
    • Note that on Windows, the Git Bash shell may fail to fetch all necessary packages even when run as Admin (details). If that's the case, simply use cmd as Admin instead.

Check code Style

  • npm run lint will tell you if you're following the DIM code style (and automatically fix what it can).

Run your own local web server

  • npm install http-server -g will install http-server
  • npm start will start webpack building (and rebuilding as file changes are detected)
  • then go in to the dist subdirectory and run http-server -S to run http-server over SSL. It'll run on port 8080.
  • If it complains about missing certificates, run openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem -subj '/CN=www.mydom.com/O=My Company Name LTD./C=US' in the dist directory (thanks to Stack Overflow and again to Stack Overflow for the quiet recipe) and generate your own local certs
  • After the one-time setup, npm start and http-server -S and you're off to the races.

Get your own API key:

  • Goto Bungie
  • Open your extension in another tab, copy the url up to /index.html.
  • Paste your extension url into the Origin Header section on bungie.net
  • Copy your API-key from bungie.net into DIM developer settings panel when it is loaded.

Check out our contributor guide for more tips.

Code released under the MIT license.

dim's People

Contributors

bhollis avatar kyleshay avatar delphiactual avatar sunburnedgoose avatar 48klocs avatar textwo avatar duckmanbr avatar dim-release-bot avatar joshhunt avatar thehandsomecoder avatar lukefx avatar brunnopleffken avatar mulchman avatar yannickguillemot avatar kitsunekyo avatar korben85 avatar dustinrue avatar edaleeta avatar ericnelson0 avatar simonefranza avatar joshmedeski avatar javig1105 avatar brandonkboswell avatar denifia avatar roman-bytes avatar coffeyk avatar kruegerb-rv avatar jeremymerkur avatar phatsk avatar crulplay avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.