Borderless Window at export and stretching does not work #2353
Replies: 10 comments
-
Made a card for it on the roadmap, you can vote for it now:
It's a bit hard to understand but I think I understood what you mean so here is also a new card on the roadmap to vote for:
Does not seem a problem to me, it's only in GDevelop and a useful debugging tool.
You need to be more precise, include some screenshots and describe what you need. |
Beta Was this translation helpful? Give feedback.
-
Like I can mess up the whole editor by editing the HTML so Add a event that when a user press CTRL + SHIFT + I it will open help tab |
Beta Was this translation helpful? Give feedback.
-
That's not a problem for the editor, as you are the developer and it's your problem if you mess up with the editor :) It's a feature, not a bug. |
Beta Was this translation helpful? Give feedback.
-
Thanks but the feature is confusing but if u mind add a setting to turn it off in-case. also ok and why dogdevelop use canvas for scenes then using divs like other engines? |
Beta Was this translation helpful? Give feedback.
-
The whole interface is made in React, rendering HTML element on screens. That's ideal for an interface. The games are rendered in WebGL, which is much more efficient for games. |
Beta Was this translation helpful? Give feedback.
-
Its an interesting but niche idea. Godot has it but I haven't seen it used
a lot.
It can even render the window with transparent background so you can have
your sprite walk around the screen as if it escaped from the game.
Didn't electron have the option to spawn a borderless window? That won't
work for web export, but what would 🤔
…On Wed, 14 Oct 2020, 08:59 Florian Rival, ***@***.***> wrote:
The whole interface is made in React, rendering HTML element on screens.
That's ideal for an interface. The games are rendered in WebGL, which is
much more efficient for games.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2022 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRRWVLA2SPM5TOZQ4QLZUDSKVK6HANCNFSM4SLSW67A>
.
|
Beta Was this translation helpful? Give feedback.
-
look at this video for borderless window : @blurymind https://www.youtube.com/watch?v=wiblQhPqXdY |
Beta Was this translation helpful? Give feedback.
-
ok thanks for the explaination it helps alot |
Beta Was this translation helpful? Give feedback.
-
@4iacan you add this https://konvajs.org/docs/sandbox/Editable_Text.html or https://www.geeksforgeeks.org/how-to-create-a-simple-editable-canvas-textbox-using-fabric-js/ + Non draggable fabricJS https://stackoverflow.com/questions/14842877/make-fabric-js-object-draggable-but-not-selectable |
Beta Was this translation helpful? Give feedback.
-
BorderlessWindow is a window without border above and i really want it and also the fullscreen stretching doesnt work like stretch width just pushes the whole gameCanvas toi left in place of stretcvhing it and stretch height does the opposite
Beta Was this translation helpful? Give feedback.
All reactions