Colin Eberhardt
Colin Eberhardt
OK, that sounds like a big job! Considering how close AS is to TS, it is a shame that these small differences cannot be accommodated with the TS tooling directly.
I very much like that idea as it would allow me to use some familiar and powerful tooling for my AS projects
> What's wrong with ESLint? ESlint is a different type of tool, it’s focus is on linting, i.e. enforcing specific coding styles to create more safe and consistent code. Prettier...
> This has recently been mentioned in Discord, and there was the idea to introduce a comment-like alternative, say /*! @inline */ that is only interpreted as being part of...
_bump_ keeping this issue open 😊
Hi @kelp-harshal on click and hover events are triggered from the Document Object Model / DOM (HTML or SVG). The WebGL series does not have a DOM, and as a...
You might want to look at this example for some ideas: https://github.com/ColinEberhardt/d3fc-webgl-hathi-explorer
TODO: - [ ] Explore issues with UIImageView value converter (from URLString)
Thanks @tschneidereit - sounds like it might be worth moving this forwards as a proposal? Good point about virtualizing via a wasm component.
> As I've mentioned previously the goal of asbuild is to be a tool on top of the compiler. Currently this means: > > - defaults for entry file (assembly/index.ts)...