Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
1–10 of 52 posts
Re: Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
#2Here are a few quick things I've written with it so far: https://goo.gl/zZy697 ("Flocking" behavior in a simple particle system) https://goo.gl/1q2kmr (Draw tiling patterns on a canvas) https://goo.gl/aio1rm (CSS-only card flip animation)
Re: Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
#3Also, really enjoying your "Flocking" script. Well done.
Re: Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
#4Re: Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
#5I've found that there's almost no "first class" support for TypeScript in similar apps like JSFiddle, Codepen, Plunker, etc. If they do support it, it's only the syntax, not the autocomplete and error highlighting (the cool parts!). So I decided to try making my own. Here are a few quick things I've written with it so far: https://goo.gl/zZy697 ("Flocking" behavior in a simple particle system) https://goo.gl/1q2kmr (…
Re: Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
#6I like the way you did intellisense, it's flawless.
Re: Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
#7Re: Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
#8Cool, is this using the Monaco editor from VSCode?
Re: Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
#9Re: Show HN: Codewich – A live-updating TypeScript/CSS/HTML playground
#10This looks interesting. I've been wanting to mess about with TypeScript, but had only gone so far as scanning through the tutorials/intros. Nice to have a sandbox setup from the start. Also, really enjoying your "Flocking" script. Well done.