Navigation

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

    Wishlist

    Comments & Feedback
    63
    245
    43829
    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.
    • SteveZX81
      SteveZX81 F last edited by

      You're so quick! haha, thank you sir!

      1 Reply Last reply Reply Quote 1
      • Martin
        Martin Fuze Team last edited by

        Could we have "else if" - pretty please? :D

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

          First off, I just want to say how great it is having the tutorials and quick reference guide able to be onscreen at the same time as the code editor! One issue I've been having is that when the help window is open, I can't use my usb keyboard unless I click to open the onscreen keyboard. This works fine, but if I'm following a tutorial it means I have ½ of the screen taken up with a keyboard I'm not using, ¼ of the screen is the tutorial and only ¼ left for my code.

          A related issue is that in the 'code panels' on each tutorial, the panel itself doesn't seem to be scrollable. This is only an issue if you're zoomed in, and if you have a particularly long line of code.

          Also, I can't figure out how to clear the clipboard once I've pasted! But maybe that's in a later tutorial...

          Anyway, great job so far guys! It seems really accessible and fun! Not sure if this counts as 'wishlist' or 'bug reporting', so I'm sorry if this post isn't in quite the right place.

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

            @cheerydan said in Wishlist:

            One issue I've been having is that when the help window is open, I can't use my usb keyboard unless I click to open the onscreen keyboard. This works fine, but if I'm following a tutorial it means I have ½ of the screen taken up with a keyboard I'm not using, ¼ of the screen is the tutorial and only ¼ left for my code.

            You can press F11 to keep the help window open

            A related issue is that in the 'code panels' on each tutorial, the panel itself doesn't seem to be scrollable. This is only an issue if you're zoomed in, and if you have a particularly long line of code.

            You can scroll that window with the right joy-con

            Also, I can't figure out how to clear the clipboard once I've pasted! But maybe that's in a later tutorial...

            I do this by copying a space! Probably not the best way (how do you clear your clipboard on your computer?)

            Anyway, great job so far guys! It seems really accessible and fun! Not sure if this counts as 'wishlist' or 'bug reporting', so I'm sorry if this post isn't in quite the right place.

            Thank you 😊

            cheerydan 1 Reply Last reply Reply Quote 2
            • answer
              answer @SteveZX81 last edited by

              @AcornBBC said in Wishlist:

              1: The option to "lock" games I share with anyone, so my code cannot be altered or examined. (they can just play the game)

              I believe this shouldn't be added, being able to examine other people's programs is huge for beginners as examining other people's code can help them learn to understand how and why something works. Obsfucation and locking down I feel is a culture that should not be invited for a program that is sure to bring in lots of beginners.

              SteveZX81 1 Reply Last reply Reply Quote 4
              • SteveZX81
                SteveZX81 F @answer last edited by

                @answer said in Wishlist:

                @AcornBBC said in Wishlist:

                1: The option to "lock" games I share with anyone, so my code cannot be altered or examined. (they can just play the game)

                I believe this shouldn't be added, being able to examine other people's programs is huge for beginners as examining other people's code can help them learn to understand how and why something works. Obsfucation and locking down I feel is a culture that should not be invited for a program that is sure to bring in lots of beginners.

                I understand your reasoning and you have a valid point but I'm saying this as I've run afoul of this thing some time ago, when I was trying to learn a programming language and I showed my game to a forum and what I got back was 10% helping and 90% mocking and "elitist expects" laughing at my code and saying how bad it was.. Needless to say I don't like crap like that and I never showed my game to anyone ever again. I don't want to be mocked when asking for help. So I would happily have someone check out my game but I really wouldn't want them browsing my code and mocking me for how badly written it was. I really don't need that.

                M 1 Reply Last reply Reply Quote 0
                • RaptorJésus
                  RaptorJésus last edited by

                  I'd like to switch from QWERTY to AZERTY keyboard, maybe it's already here but I didn't see it so far

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

                    @AcornBBC said in Wishlist:

                    I got back was 10% helping and 90% mocking and "elitist expects" laughing at my code and saying how bad it was..

                    There is no place for people like that here and we have a zero tolerance policy on foul behaviour

                    1 Reply Last reply Reply Quote 3
                    • Jonboy
                      Jonboy Fuze Team last edited by

                      Haha, AcornBBC - I am a great example of terrible code that somehow... honestly somehow, produces half decent results. My code is inefficient, untidy, worse than old-school and usually illegible. So woe betide any one laughing at others code - they will feel my wrath rain (reign) down upon them as a torrent of badly placed bytes nibbling away at their bits, all 64 of them.

                      Simply, this is a learning hole. You have already reached great heights if you have put together a falling rock game - ask Mike, he is king of the descending pixel.

                      This is simple;

                      loop
                      print("LOL Dudez")
                      update()
                      repeat

                      Anything beyond and you are already above 99% of the species!

                      Saying that, there is room for the true elitist - they can laugh at us all but, man alive, they'd better be good, they'd better be gods!

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

                        I see we have a means to "flip" sprites and such on their X/Y axis by scaling, but do you think maybe we can have a dedicated "flip" function for some of these types?

                        Also, I noticed when checking about drawing a quad with the source dimensions extending outside of the source image, it does a "clamp-to-edge" effect where the edge is repeated. Maybe have an option (not just for drawing a quad) to change how rendering is done beyond a source's dimensions? I know OpenGL can do things like repeat, mirror-repeat, clamp-to-edge (which is what FUZE is doing), and clamp-to-border.

                        Speaking of drawing quads, while we have x/y/w/h for the source, what about having the same sort of control for source like what we do for destination (which has an 4-element array of 2D points)?

                        Willpowered 1 Reply Last reply Reply Quote 0
                        • glank9000
                          glank9000 Donator last edited by

                          So I have been playing around with Fuze and one wishlist item I have is the ability to prevent the On Screen Keyboard from popping up when you exit the help menu despite closing the OSK earlier. (also I am not mad or anything since I can't figure out how to write this request without sounding like I am :P)

                          Martin 1 Reply Last reply Reply Quote 3
                          • Martin
                            Martin Fuze Team @glank9000 last edited by

                            @glank9000 said in Wishlist:

                            So I have been playing around with Fuze and one wishlist item I have is the ability to prevent the On Screen Keyboard from popping up when you exit the help menu despite closing the OSK earlier. (also I am not mad or anything since I can't figure out how to write this request without sounding like I am :P)

                            Don't worry! This is a known bug whose fix is already in the patch that is coming out ASAP

                            1 Reply Last reply Reply Quote 3
                            • cheerydan
                              cheerydan @MikeDX last edited by

                              @MikeDX Thanks so much for the tips! I'll try those out!

                              1 Reply Last reply Reply Quote 0
                              • glank9000
                                glank9000 Donator last edited by

                                This may be an overly ambitious wish (and may be impossible due to the scope of such a thing) but what if there were a way you could work on a project in a group kind of like a repository (like github)?

                                1 Reply Last reply Reply Quote 4
                                • Martin
                                  Martin Fuze Team last edited by

                                  On the image editor, could we have an RGB reading of the pixel under the current cursor. So probably under where it says 'Image Size', if it could say R:n G:n B:n A:n ?

                                  This is because I'm finding it a bit random when selecting an existing colour, then clicking the left mushroom to change it. Due to the mushroom it's often jumped significantly by the time you are into the colour picker so it would be useful to just know what the values were for your modification.

                                  1 Reply Last reply Reply Quote 2
                                  • RaptorJésus
                                    RaptorJésus last edited by

                                    It's maybe a little and insignificant wish, but I miss a lower() and a upper() function, I miss them

                                    Martin Discostew Zero Division 3 Replies Last reply Reply Quote 3
                                    • Martin
                                      Martin Fuze Team @RaptorJésus last edited by

                                      @RaptorJésus said in Wishlist:

                                      It's maybe a little and insignificant wish, but I miss a lower() and a upper() function, I miss them

                                      Insignificant maybe, but perfectly valid!

                                      1 Reply Last reply Reply Quote 4
                                      • answer
                                        answer last edited by

                                        Code Critique thread hosted by the admins to have people post questions about their code and how it can be improved.

                                        1 Reply Last reply Reply Quote 5
                                        • Discostew
                                          Discostew F last edited by

                                          Noticing that while we have 5 wave types (square, sawtooth, triangle, sine, noise), the square wave is really just a pulse wave with a duty cycle of 1:2. Pulse waves can have differing duty cycles that really change up the harmonic content. Being able to change the duty cycle would open up a lot of flexibility.

                                          Shouldn't modulation on a square/pulse wave be a smooth frequency transition? For me, it sounds like it sticks to the upper-most and lower-most points, as if it's just alternating between two frequencies.

                                          For envelopes, we just have the speed argument? What about the option of ADSR (Attack-Decay-Sustain-Release) for notes that we play?

                                          Any chance of having more wave types? Maybe some instruments (piano, guitar, etc) to give it a MIDI-like feel?

                                          Regarding functions, we can only "return" at the end? Are we not able to do an early exit?

                                          1 Reply Last reply Reply Quote 4
                                          • Discostew
                                            Discostew F last edited by

                                            Maybe extending the audio frequency and volume function arguments to include a "slide time" where rather than making a change immediately to the new frequency/volume, it's slide to the new values with the amount of "slide time" given. An assignment of 1 to this slide time would mean it'll complete the slide in 1 second. An assignment of 0 would have the functions act as they do now, which is to make an immediate change.

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