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

Web Frontend #1082

Open
sianami123 opened this issue Apr 17, 2024 · 1 comment
Open

Web Frontend #1082

sianami123 opened this issue Apr 17, 2024 · 1 comment
Labels
discussion General conversation

Comments

@sianami123
Copy link

i need to use it inside my webpage project
how can I implent it inside web?

@Doublonmousse
Copy link
Contributor

Somehow related : #390

The interface is built using gtk4 in the rnote-ui crate. So you'd have to built your own ui and connect things to the other crates (rnote-compose and rnote-engine). Note that at the moment the rnote engine depends on gtk4 and there is an ink stroke modeler (ink-stroke-modeler-rs) that is a wrapper around a C++ library. These two things might make it impossible to compile the non-ui part to WebAssembly currently (although I haven't tried anything of the sort yet).

One thing to check beforehand is verifying beforehand that whatever you want to use on the web is able to deal with pen and touch inputs, it's not a given.

@flxzt flxzt changed the title any plan for website support Web Frontend Apr 18, 2024
@flxzt flxzt added the question label Apr 18, 2024
@flxzt flxzt added discussion General conversation and removed question labels May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion General conversation
Projects
None yet
Development

No branches or pull requests

3 participants