Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom ImGui JS binding to support latest version #49

Open
poirierlouis opened this issue Oct 29, 2024 · 0 comments
Open

Custom ImGui JS binding to support latest version #49

poirierlouis opened this issue Oct 29, 2024 · 0 comments
Labels
enhancement New feature or request refactor

Comments

@poirierlouis
Copy link
Owner

Current ImGui embedded is based on imgui-js which doesn't support the latest version of ImGui.
Library is not usable as a package in a Typescript/Angular environment, no install and code.
Some issues, like copy/paste shortcuts were fixed directly in the minified .umd.js file.
It does not provide an API to manage where to store ImGui states (e.g. restore window positions).

Either author is still maintaining and could provide upgrades, is open for changes, or an entire standalone project could be written with these requirements in mind.
It could then be easily integrated in FIG.

@poirierlouis poirierlouis added enhancement New feature or request refactor labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

1 participant