Skip to content

d2foundry/oracle_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99b6f9e · Aug 29, 2024
Oct 6, 2023
Sep 14, 2023
Aug 24, 2024
May 14, 2024
May 19, 2023
Aug 29, 2024
Oct 6, 2023
Nov 28, 2023
Aug 6, 2024
Aug 6, 2024
May 11, 2023
Aug 30, 2023
May 11, 2023
Jun 20, 2024
Aug 28, 2023

Repository files navigation

Oracle Engine

Foundry

Oracle Engine

Oracle Engine is Foundry's Rust and WebAssembly based Destiny 2 calculation API, originally forked from the D2 Calculation API. This repo is what holds the weapon formulas, stat calculations, perk info, etc. that we use to display on Foundry.

This is also where we plan on having our project board for keeping track of our tasks on a lower level. We hope that this will give insight on what we are spending our time on and what is in the near future.

If you wish to interact with us on a closer basis, our Discord Server is where you can find us and have discussions with like minded guardians. We look forward to seeing you there!

Building Oracle Engine for Foundry

Run cargo build to install the dependencies required by Oracle Engine.

In order to build the WebAssembly (wasm) pack you will need to download wasm-pack from this site or via this cURL command:

curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

Once you have this installed you can build the app via this wasm-pack command.

wasm-pack build --release --target web

Contributing

Looking to help contribute to Foundry? We welcome you to contribute to our project! Please see our CONTRIBUTING.md to learn the various ways you can help us. Thank you for having an interest in contributing!

About

Destiny 2 number cruncher

Resources

License

Unlicense, MIT licenses found

Licenses found

Unlicense
UNLICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Languages