Nasr Galal

Results 12 comments of Nasr Galal

Yes, this is a WIP solution that we are into.. with the next update, we will be able to use all p5 constants

Thank you so much!

I could suggest one of these apps or actions to check for the CLA I might have rushed into it, but it might be useful in the future https://github.com/marketplace?query=cla+

Sounds perfect! I do agree to think and adapt what's necessary to achieve your target, so let me try adding more cases, maybe using some functional programming and setup reusable...

I actually do love your feedback because it helps me organizing my thoughts a bit I do agree of course on what's been stated in your comment. let me mindmap...

Type-script has nailed it 🎉 New advantages: - I discovered that the old way of re-exporting p5 doesn't work, so I injected it as a separate payload, we can use...

Good Call, I tried actually to use the previous reexport to call consts or something like `p5.Vector`, but got undefined, any thoughts around this? if is it a buggy behavior...

Here is an issue if I tried to use the reexported p5: ```vue sketch(sk: any): void { const p5 = new sk.p5() } ``` ```node TypeError: sk.p5 is not a...

I have documented some approaches to find out the optimum approach in this ticket: https://github.com/sniperadmin/qms-nuxt-ts/issues/17

I have documented some approaches to find out the optimum approach in this ticket: https://github.com/sniperadmin/qms-nuxt-ts/issues/17