brick-a-brack / eagle-animation

EagleAnimation is an awesome, free and open-source stop-motion animation software.
https://eagle-animation.com
GNU General Public License v3.0
29 stars 4 forks source link

Does it support running on the web? #46

Closed tanies closed 8 months ago

tanies commented 1 year ago

Hello, I am preparing to use your project to learn the code. I followed the instructions to execute npm i -- force, npm start, and open it in the browser using the localhost: 8282 port. However, the page prompts that window.IPC is undefined in src/renderer/index.js, so I am not sure if the project does not support it, or if there is a problem with my startup or node environment

Maxou44 commented 1 year ago

The project is split in 2 parts :

At the moment, both are required, npm start should open a new window and it should be usable, you should use this window, it's not possible to open it in a classic web browser.

In the future, we plan to.make a full web/mobile app that allow users to use the app using a classic web browser 😊

Maxou44 commented 8 months ago

📣 Eagle Animation can now be used from any browser, although some features are a bit more limited.

➡️ The announcement will be made when version 2.5.0 will be released, but you can already access it on the dev branch or on https://app.eagle-animation.com/

I close the issue 😉