-
Notifications
You must be signed in to change notification settings - Fork 53
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
Lygia support #51
Comments
I apologize for the delayed response. Before considering implementation, could you please explain why you are making this proposal at this time and what kind of demand you believe exists for it? |
Hi @doxas, nice to meet you. Congratulations on the projects. LYGIA is a shader library that have been integrated to different frameworks and graphic engines. One of it's goals is to reduce duplication of code by serving common and reusable functions. That makes it a great tool for fast prototyping, iterating and moving across languages or environments. Also another use of it is just to reduce the total amount of lines of code. For all this reasons I thought would be interesting for https://twigl.app/ to add support to it. Happy to have a video or phone call if you want. Also to assist you on the integration if you decide to go forward. |
Thank you for your reply! |
Awesome. Thank you looking into it |
Hi! Would you be interested on bringing support for lygia.xyz?
Using include macros like
it will help users to keep their code extra short.
There is several ways to full fill those dependencies, the easiest is through this functions that just fetch them for you https://lygia.xyz/resolve.js
You code editor can even autocomplete their functions using this request https://lygia.xyz/glsl.json
The text was updated successfully, but these errors were encountered: