All Projects → itytophile → rab

itytophile / rab

Licence: GPL-3.0 license
Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to rab

MHArmory
Armor Set Search application for Monster Hunter: World
Stars: ✭ 20 (-31.03%)
Mutual labels:  set, armor, monster, hunter
setup shift
📨 Automate the download of your current setup
Stars: ✭ 11 (-62.07%)
Mutual labels:  build, software
rebuild
Zero-dependency, reproducible build environments
Stars: ✭ 48 (+65.52%)
Mutual labels:  build, software
BurgerCustomArmor
Create Custom Armor Sets with several abilities!
Stars: ✭ 25 (-13.79%)
Mutual labels:  set, armor
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (+441.38%)
Mutual labels:  set
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+3789.66%)
Mutual labels:  set
L
Simple set notation in Kotlin
Stars: ✭ 11 (-62.07%)
Mutual labels:  set
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+2613.79%)
Mutual labels:  set
Collectable
High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.
Stars: ✭ 233 (+703.45%)
Mutual labels:  set
Hamt
Immutable and Memory-Efficient Maps and Sets in Go
Stars: ✭ 213 (+634.48%)
Mutual labels:  set
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (+331.03%)
Mutual labels:  set
Dspn
[NeurIPS 2019] Deep Set Prediction Networks
Stars: ✭ 80 (+175.86%)
Mutual labels:  set
Golang Set
A simple set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
Stars: ✭ 2,168 (+7375.86%)
Mutual labels:  set
Apiset
API Set resolver for Windows
Stars: ✭ 42 (+44.83%)
Mutual labels:  set
Bedops
🔬 BEDOPS: high-performance genomic feature operations
Stars: ✭ 215 (+641.38%)
Mutual labels:  set
Hash Set
#️⃣ Set with custom equality comparisons
Stars: ✭ 6 (-79.31%)
Mutual labels:  set
Containers
Containers backed by std.experimental.allocator
Stars: ✭ 111 (+282.76%)
Mutual labels:  set
Set Value
Set nested values on an object using dot-notation, like 'a.b.c'.
Stars: ✭ 203 (+600%)
Mutual labels:  set
Jhform
JhForm - 自定义表单工具,更加简单,快捷的创建表单、设置页面
Stars: ✭ 108 (+272.41%)
Mutual labels:  set
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+37427.59%)
Mutual labels:  set

Web version available: https://itytophile.github.io/rab/

RAB

Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool

Armor files used by RAB here: https://github.com/itytophile/monster-hunter-rise-armors

Localization files here: https://github.com/itytophile/rab-locale

MH Icons from https://monsterhunter.fandom.com/wiki/User:YukiHerz/SVG_Icons

Other icons from Font Awesome https://fontawesome.com/license/free

Installation

If you use Windows or Linux, you can download the binary here https://github.com/itytophile/rab/releases

RAB will download on its own the armor and localization files if they are not present.

However you can still download the files manually here and here. The armor files must be in a folder named "armors" and the localization files in a folder named "locale". Both folders must be next to the executable.

Need help for localization!

At the moment, the skills and armors are translated into

  • English
  • Polish
  • French
  • German
  • Italian
  • Russian
  • Spanish

I need help for translating the UI in all these languages except French (English is done but as I am not a native speaker I can't really say this is perfect).

Unfortunately Chinese, Korean and Japanese can't be supported yet. The GUI library (iced) I use doesn't support them.

If you are interested, you can check how a localization is done here: https://github.com/itytophile/rab-locale

It should be understandable, you can compare the French and English localization to see how this is done.

Screenshots

Choose the wished skills and RAB searches compatible builds for you:

Main RAB page

You can add your own talismans to RAB:

Talisman menu

Manage your builds!

Build details Build list

Building

You have to install Rust first. Instructions here https://rustup.rs/ And you need git.

Then open a shell:

git clone https://github.com/itytophile/rab.git

Go to the rab folder:

cd rab

clone the armors files repo (the armor files must be in a folder named "armors"):

git clone https://github.com/itytophile/monster-hunter-rise-armors.git armors

and clone the localization files repo (must be in a folder named "locale"):

git clone https://github.com/itytophile/rab-locale.git locale

then you can run the software (execute the command directly in the rab folder):

cargo run --release

If you want to move the binary somewhere else, it is located here: rab/target/release/rab(.exe)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].