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

Add QR Code Designs #11

Open
PapeThePope opened this issue Jul 8, 2020 · 2 comments
Open

Add QR Code Designs #11

PapeThePope opened this issue Jul 8, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@PapeThePope
Copy link

Hey,

nice work youve done with this one!
Would it be possible, that you add QR Code scanning for Designs other people posted on the internet?
Its a feature that i am missing so hard :D

@berichan berichan added the enhancement New feature or request label Jul 8, 2020
@berichan
Copy link
Owner

berichan commented Jul 8, 2020

I've actually looked into this for longer than I'd like to admit, generally speaking this is the order of functionality that is required:

  1. Find a good cross-platform way of reading QR codes
  2. Write a c# parser for the Animal Crossing design QR (also needs to handle multi-QR)
  3. (ideally) show the design pattern to the user in the app, ← welcome to unity renderer hell, because I currently strip so many shaders to keep the file size low.
  4. Send the design to the player's design app (finding this in RAM is a pain because it's not sequentially loaded afaik)

I'll probably hit a sys-bot limitation at some point I'm sure, but I can definitely look into it sometime. It'll probably be a long-term project.

If anyone has any input or knows any existing libraries then feel free to discuss here.

Something does kinda exist for the functionality you want (also built in Unity) here: https://github.com/FluffyFishGames/ACNHDesignPatternEditor

@gadget78
Copy link

gadget78 commented Feb 26, 2021

could you implement it in the same way you have the flower Pelletiser at first, as in,
have it work from a image that imports direct into the custom pattern ? ?
no QR or anything at first etc .. so skipping nearly direct to step 4 in your above step by step to do list ..
(maybe colab with fluffyfishgames, and just implement the basic picture import ?)

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

No branches or pull requests

3 participants