Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Fuze eshop

    Work In Progress
    10
    27
    2553
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ITzTravelInTime
      ITzTravelInTime F last edited by ITzTravelInTime

      Please add support for d-pad/directional button, and keyboard support is also appreciated for docked-mode users.

      And also having something more like the real eshop whould be nice, for example using thumbnails in the main menus of programs and then having all the details in a specific page about that piece of software

      1 Reply Last reply Reply Quote 0
      • LinkCraft
        LinkCraft F last edited by

        I can add more control support but I don’t have enough time on my hands to make it more like the real eshop

        ITzTravelInTime 1 Reply Last reply Reply Quote 3
        • LinkCraft
          LinkCraft F last edited by

          —- New Update—-
          New creators tab
          One new game

          1 Reply Last reply Reply Quote 2
          • ITzTravelInTime
            ITzTravelInTime F @LinkCraft last edited by

            @LinkCraft02 Yes, things like this would be easyer with object oriented programming, doing them procedurally requires some extra time and work, at least the dpad support helpsm so please add it.

            But what i reccomend you, to start investing some fuze coding time on adding some more comments and explainations to the code, so that the project could be more easily maintained by others, if needed.

            1 Reply Last reply Reply Quote 1
            • LinkCraft
              LinkCraft F last edited by

              I know it would be better to have more comments and explanations but I really don’t want to do that lol 😄

              1 Reply Last reply Reply Quote 3
              • P
                petermeisenstein F last edited by

                Could you make a Framework for doing menus and things like this and then maybe you could share it

                1 Reply Last reply Reply Quote 0
                • Zypher
                  Zypher last edited by

                  You know what, if this is kept up by a team of a few people, and updated and evolved, it would be possible to pop out updates weekly that add features and update the game list. It could act as amazing way to browse current fuze apps

                  1 Reply Last reply Reply Quote 2
                  • PB____
                    PB____ last edited by PB____

                    @LinkCraft02 Have you seen the latest tutorial video's about structs? I think an array of structs could help you maintain the games in the project more easily. For example:

                    games = [
                        [
                            .creator = "PB____",
                            .title= "2048",
                            .description= "...",
                    //etc
                        ],
                        [
                             .creator="SteveZX81",
                             .title="Subs",
                             .description= "..."
                    ///etc
                       ],
                    //etc
                    ]
                    creators = [
                        [
                            .username = "PB____",
                            .fuzeteam = false,
                            .donator = false,
                            .info = ""
                        ], [
                            .username = "SteveZX81",
                            .fuzeteam = false,
                            .donator = false,
                            .info = "First community share live winner"
                        ]
                    //etc.
                    ]
                    

                    I'm not saying you have to do this, but if you plan on keeping the list up to date, you might think about changing the code so it's easier to keep up to date, and then this is a technique that might be useful for you :)

                    1 Reply Last reply Reply Quote 0
                    • M
                      MikeDX last edited by MikeDX

                      that's not really a struct in fuze terms, that's an object.

                      a struct is like a typedef in c:

                      struct mytemplate
                         int x
                         int y
                      endstruct
                      

                      then initialise an array of them with

                      mytemplate items[10]
                      

                      However, they way you have done it there is my preferred way as there are problems using struct/endstruct especially when initialising values via functions.

                      1 Reply Last reply Reply Quote 0
                      • LinkCraft
                        LinkCraft F last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • PB____
                          PB____ last edited by

                          @MikeDX In the structures tutorial that I mentioned they would be called an "array of structures". I do agree that object would be a better term if you consider other programming languages.

                          I now realize that maybe in the tutorial video's they made a distinction between the term .struct and structure where struct would be the type and structure would be the instance. But in any case, yes, I'd gladly call them objects.

                          Oh oh, just thought of another nice to have: structs with methods :P

                          1 Reply Last reply Reply Quote 0
                          • monkeee
                            monkeee F last edited by

                            Is this still available to download??
                            I tried to download before and it wasn't working

                            1 Reply Last reply Reply Quote 0
                            • E
                              EvanTropFun last edited by

                              Yes this project seem very cool but I think he's abandoned ?

                              1 Reply Last reply Reply Quote 0
                              • LinkCraft
                                LinkCraft F last edited by LinkCraft

                                I removed it because it was outdated. I had a idea and was working on a better version with someone on the fuze team but they don’t work for fuze anymore so that stopped I may make a slightly less cool eahop but it will be better then this last one.

                                1 Reply Last reply Reply Quote 3
                                • LinkCraft
                                  LinkCraft F last edited by LinkCraft

                                  I would like to show I photo of what I have but unfortunately the forum will not let me add photos to my posts for the moment.

                                  1 Reply Last reply Reply Quote 0
                                  • LinkCraft
                                    LinkCraft F last edited by

                                    thanks to @Gothon and @joyrider3774 I have found a way to post photos
                                    here is a peek at what I'm working on alt text

                                    1 Reply Last reply Reply Quote 5
                                    • E
                                      EvanTropFun last edited by

                                      Very cool, good idea this menu !

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post