Giter VIP home page Giter VIP logo

fumo-unboxing-sim's Introduction

Fumo Unboxing Simulator

This was my first project ever in Python that I found on my PC and decided to clean it up to be more usable. It may not be 100% organized but I tried my best.

I will personally not work on this project but will continue to maintain it for the time being

I have multiple issues posted so if anyone wants to go take a look and improve the project be my guest.

Contributing

Some things to keep in mind when working on the project:

  • This project uses PySide6 as it's GUI framework
  • Anything style-related should go in style.qss
  • The data of fumos are in fumo-data.json and were designed to be able to be customizable

Adding a fumo to the database

Add a dictionary to the fumo-data.json, here is an example of what it should look like available rarities can be found in consts.py

{
    "rarity": "string",
    "name": "string",
    "img": "url/img.png",
    "silouette": "url/img.png",
    "amount": 0,
    "recent": -1
}

Color Pallet

  • #0B1354
  • #165BAA
  • #A155B9
  • #F765A3
  • #FFA4B6
  • #F9D1D1
  • #C6848D

Credits

Fumo photos where taken and edited from https://fumo.website/fumo_list.html

fumo-unboxing-sim's People

Contributors

wolfmyths avatar

Watchers

 avatar

fumo-unboxing-sim's Issues

Implement Discord Rich Presence?

At some point I had a feature like this in an earlier version, but I'm not sure if I want to have a discord client id sitting there in open source. I'm not sure if there's a way around that

Update main menu

The main menu is kinda weird looking, change it up to whatever you'd like it just has to look better then currently

Create a C++ function that turns non-transparent QPixmap pixels black

If we can implement a function like this then we wouldn't need a silhouette value for each character which would save a lot of time for making more characters.

My only worry with this idea is Python's performance since we are dealing with a system that is meant to have a ton of characters.

Our best bet is making a C++ module that does this and we just call it in Python, returning the silhouetted QPixmap

If anyone is willing to tackle this and create just the function, I'll merge the PR and do the rest if you don't want to

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.