Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Show item listing #12

Open
hallowatcher opened this issue Apr 21, 2021 · 2 comments
Open

[Feature] Show item listing #12

hallowatcher opened this issue Apr 21, 2021 · 2 comments

Comments

@hallowatcher
Copy link
Contributor

Show a list of items in the toolkit.

A far fetched idea:

  • The item preview (the file icon) shows the items as shown in your inventory
  • Instead of File 1, File 2, the item name is fetched from its definition and shown as the file name along with its id (e.g. 995: Coins)
  • Clicking on the item shows a model preview of the 3d item, as well as the iconified 2d icon
  • A JSON viewer is displayed to show all the decoded properties of the item
@SchauweM
Copy link
Collaborator

The inventory icon is actually a the same 3D model but rotated in a certain way, so if you'd really want a 2d ion, we'd need to scrape the OSRS AFAIK but that seems like extra work since we have the code for inventory item rendering

@hallowatcher
Copy link
Contributor Author

the "rotated in a certain way" part is stored within the rs cache, no need to scrape OSRS.

check this poc:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants