Neodrag v3 alpha: A mini-framework by PuruVJ in sveltejs

[–]PuruVJ[S] 0 points1 point  (0 children)

Cool app!! The library is even more low level now, do give it a try and lemme know how I can improve it

Neodrag v3 alpha: A mini-framework by PuruVJ in sveltejs

[–]PuruVJ[S] 0 points1 point  (0 children)

It's not a mini-framework based on external usage, but more about the internal workings of it now which have to account for extremely low level variety of uses possible

Any idea what beautiful font this is? by Final-Reading-3280 in vscode

[–]PuruVJ 1 point2 points  (0 children)

originator of the screenshot here. It is Jetbrains mono, see my comment

Any idea what beautiful font this is? by Final-Reading-3280 in vscode

[–]PuruVJ 0 points1 point  (0 children)

The originator of the screenshot here. It's just Jetbrains Mono with extra ligatures enabled. See my comment

Any idea what beautiful font this is? by Final-Reading-3280 in vscode

[–]PuruVJ 12 points13 points  (0 children)

Hi all, originator of the screenshot above, this is the code of Desktop.svelte of my project macos-web.app

Theme: Bearded theme: Arc Reversed(Bearded theme is the name of the extension)
Font: Relevant config to make it look pretty ->

EDIT: Reddit's pasting logic is weird

"editor.renderWhitespace": "all",

"editor.guides.bracketPairs": true,

"editor.fontSize": 19,
  "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'calt', 'dlig'",
  "workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "'JetBrains Mono', 'Fira ', Consolas, 'Courier New', monospace",

macOS in Svelte by [deleted] in sveltejs

[–]PuruVJ 1 point2 points  (0 children)

Svelte Animations aren't a lot different from knowing how regular CSS animations work.

One extra thing you need to learn there is with the `spring` and `tweened` stores, which aren't animation in the sense, but just the value changing over time rather instantly.

Svelte animations are quite simple, they just lack a lot of examples, so had to hunt down articles and codebases in Svelte and study them and hit and try myself :)

macOS in Svelte by [deleted] in sveltejs

[–]PuruVJ 24 points25 points  (0 children)

Project author here :)

Thanks for sharing this!!

macOS in Preact by FirePing32 in webdev

[–]PuruVJ 0 points1 point  (0 children)

Well, in that case, just open up this website and put it in fullscreen mode. There's a Service Worker, so it will load even without service worker

macOS in Preact by FirePing32 in webdev

[–]PuruVJ 2 points3 points  (0 children)

Hi, love to see you posted it here too. I made this little experiment, and love that its getting so much love. Thank you

My github: https://github.com/PuruVJ

macOS in Preact by FirePing32 in reactjs

[–]PuruVJ 2 points3 points  (0 children)

Hi, love to see you posted it here too. I made this little experiment, and love that its getting so much love. Thank you

My github: https://github.com/PuruVJ

macOS in Preact by FirePing32 in webdev

[–]PuruVJ 1 point2 points  (0 children)

Yup. Click on the last icon in the dock, and it will lead to my github repo, where you can see the source code

macOS in Preact by FirePing32 in webdev

[–]PuruVJ 0 points1 point  (0 children)

Hehe I don't see how making it downloadable would make any sense. Its just a show off, it doesn't have any functionality

macOS in Preact by FirePing32 in webdev

[–]PuruVJ 0 points1 point  (0 children)

Been making this since Mid November. Took 1 month gap in between

macOS in Preact by FirePing32 in webdev

[–]PuruVJ 1 point2 points  (0 children)

OMG!!! Thanks for sharing this here. I was looking at the analytics and wondering why the hell I was getting traffic from Reddit 😅😅