integrativesoft / foton

Prototype for an electron alternative written in C# by Integrative Software LLC and contributors.
Apache License 2.0
10 stars 1 forks source link

foton with css/ui frameworks? #9

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi everyone.

concept

I'm thinking of supporting all visual css/ui framework in foton like: Boostrap, Tabler-ui, Skeleton, Bulma, Pure.css, Groundwork, Cardinal, PowertoCSS, Mueller, Bootflat, Flowbite, fish-ui.

question/feedback

What do you all think of the idea?

pablocar80 commented 1 year ago

Hi, I agree to support all of them, however -- how are they not supported today?

When using Electron, it creates a window that runs a browser on it. Then the browser opens a site hosted by the app itself. So anything that runs in HTML5 will be supported. In our case it's the same situation?

ghost commented 1 year ago

Hi pablocar80.

Hi, I agree to support all of them, however -- how are they not supported today?

yes. So I was thinking of creating an internal component api with these css frameworks in foton.

When using Electron, it creates a window that runs a browser on it. Then the browser opens a site hosted by the app itself. So anything that runs in HTML5 will be supported. In our case it's the same situation?

yes. So, thank you for feedback. I will close this issue, you clarified my doubt.

Have a great day, and thank you for your patience in answering my question.