native pdf visualizer #7032
Lozamded
started this conversation in
Engine Core
Replies: 1 comment 2 replies
-
Most games don't need this. Since Godot does not have this feature. Hopefully you can find launching an external viewer to be a good alternative (with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the project you are working on
It would be great to have a node that allows you to view pdf files,
Describe the problem or limitation you are having in your project
in my case, I work in education developing math applications and games and sometimes I have to show parts of books, it would be very useful too to show manuals in remakes of old games
Describe the feature / enhancement and how it helps to overcome the problem or limitation
A new type of node that you send a file location or a URL , and an index (for the page) and display the content of a pdf file like the containers nodes.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
you create a new node in the control type nodes and someone called pdf container works with the location of the file and the index, you in code can make functions to change the display page index.
If this enhancement will not be used often, can it be worked around with a few lines of script?
probably if is not useful to many developers can be packaged as a plugin
Is there a reason why this should be core and not an add-on in the asset library?
because rendering pdf files I think is a relevant feature for the developers in games and and other kind of applications
Beta Was this translation helpful? Give feedback.
All reactions