[PyQt] Homemade MC cloak generator

Hydrology article, too lazy to write. Copy and paste the readMe content of your gayhub directly.
github project address: https://github.com/Ls-Jan/PyQt_MCCloakMaker




Running effect diagram:





    In fact, how to say, "That's it? I wrote this for a long time? How many weeks?"
    And there will be a little lag when dealing with large pictures (the place where the lag occurs should be handed over to other threads for execution, That is, multithreading, but mole)

    Then I attach the web version of the cloak generator written by my classmate a few months ago, but because he doesn't want to make an interface, it doesn't seem to work: Minecraft Crap
    doesn't want to download the exe (but it's not very recommended to download That's it, after all, it's a bit embarrassing to use this thing after so long), you can make do with my classmate's, if he is in the mood, he will probably make the interface well.
    If you want to download and use this generator, please go to Ls-Jan/PyQt_MCCloakMaker/dist/, download the nearly 100M compressed package, unzip it, and run the Main.exe file inside.




Modules used in this project:
Pyqt5
cv2
numpy
PIL

That is: if you have installed py3 and the above modules, just download the py script file in the project and run Main.py.
In order to reduce unnecessary trouble, I archived those script files into MC_CloakMaker[PyQt]Script.zip .





    Because in the process of writing, the Qt component written a few months ago found that it was not easy to use (the code that had been dead for a few months suddenly attacked me), and then had to change it, and then the mentality exploded and slowed down for several days (that is, the progress almost a week later).
    Originally, I expected to finish this cloak in less than two weeks (because of my previous experience with the tkiner-based cloak editor ), but it turned out that it took so long and it was worth reflecting.


    The 3D display (XJ_3DViewer) written by myself is not easy to use (and I have no idea to fix it...), please think twice if you want to use this component.... Because this thing involves graphics, but I only learned a superficial thing, so this 3D display is naturally not much better, one of the problems is: when using this generator, the 3D display card is in some There is a small chance that the display will be incorrect at very specific angles.
    Other components (cutter XJ_PictCropper etc.) I don’t think there are too many problems in use, and students who need them can copy them and use them.




    Finally, let's put LittleSkin's portal: Skin Library-LittleSkin

Guess you like

Origin blog.csdn.net/weixin_44733774/article/details/124665226