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

Make the system less bloated and more open #263

Open
SAKryukov opened this issue Nov 6, 2024 · 0 comments
Open

Make the system less bloated and more open #263

SAKryukov opened this issue Nov 6, 2024 · 0 comments

Comments

@SAKryukov
Copy link

SAKryukov commented Nov 6, 2024

The major problem is the lack of a distinct core. The system is majorly closed and unsuitable for integrating the user's products. First of all, there is no clear way to obtain a generated HTML code with classes and have it as a final result. Instead, the result is immediately rendered on an HTML page. More exactly, there is a separate Prism, but this unit is only for js.net, and it is buried deep in Rainbow for browsers. When I say bloated, I mean mostly the Web Workers part. It looks totally redundant to me, as rendering can be achieved much simpler and in a more modular manner.

I would invite you to look at my repository Code publishing. It is originally based on the study of Rainbow and borrowing some of its code but was not forked because it is radically different even in terms of the concept. Also, I've fixed a good number of issues and continue doing that. By the way, will you please look through the Credits section and let me know if I credited your work incorrectly?

You can reach me on my repository discussion board. Please, if you reply to this message, write a notification on that discussion board for me.

Thank you.
—SA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant