vanta
BrowserFS
vanta | BrowserFS | |
---|---|---|
7 | 10 | |
5,884 | 3,112 | |
0.3% | 0.4% | |
0.0 | 7.1 | |
about 1 year ago | 10 months ago | |
JavaScript | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vanta
-
Seeking Guidance and Implementation Tips for Vanta.js-like Effects in Flutter
Looking that the source code, it seems that these are implemented using shaders. Those are a new thing in Flutter, so I'd try to go that road. You probably need a CustomPaint with a CustomPainter, painting a Rect with a Paint using that Shader, feeding it all input parameters. I've absolutely no experience with shaders in Flutter, but that's what I'd try for something simple like the fog. For the birds, you'd probably need to implement a lot of 3D geometry yourself.
- Has anyone used Vanta.js for dynamic backgrounds?
-
Animated Website Backgrounds Easily with vantajs
View on GitHub
-
Vanta.js Animated 3D Backgrounds
https://github.com/tengbao/vanta/blob/master/src/vanta.cloud...
Definitely getting some 'can I copy your homework' vibes. But then again, if you use the original shader to educate yourself on how to render volumetric clouds... this is the kind of code you'll end up writing afterwards.
-
How I made a desktop environment in the browser
Animated Wallpaper (VantaJS)
BrowserFS
-
JupyterLite is a JupyterLab distribution that runs in the browser
I think JupyterLite is using localStorage by default. But there are File System APIs for WASM and some external projects[0], I don't think they're yet integrated.
[0] https://github.com/jvilk/BrowserFS
-
5 Insane Features in my OS in the Browser!!! 🤯
I started my file system with BrowserFS which allowed me to setup IndexedDb as the main writeable location. When in Firefox Private mode it switches to an in memory file system which does not persist. Using BrowserFS also meant I could open ZIP and ISO files as if they were folders. I create a JSON file on build that has the initial public folder directory structure which is used as the readable portion of the file system via plain HTTP GET requests. I've also added the ability to extract RAR files, although I don't currently have it linked to File Explorer to see it's contents before extracting. I can also make and extract ZIP/ISO via fflate.
-
I've turned my personal website into a Web Desktop Environment and added client side Git to the terminal!
Thanks for the interest! To do git I used https://isomorphic-git.org/, the terminal is backed by https://xtermjs.org/ and the file system that it writes to is coming from https://github.com/jvilk/BrowserFS. This is all part of my side project (https://github.com/DustinBrett/daedalOS) to build a web desktop environment.
-
After 1 YEAR of hard work my NEW Ultimate Web Desktop Environment is ready for launch!!!!!
- https://github.com/jvilk/BrowserFS
Thanks, I'm glad to hear you liked it! I am using BrowserFS to create writeable data on IndexedDb.
-
After 1 YEAR of hard work my NEW Ultimate Web Desktop Environment is ready for launch!!!!! 🎉🎉
File System
-
Windows 10 Clone in the Browser - Project Update @ 9 Months
File System via HTTP & IndexedDb (BrowserFS)
-
Help Setting up emscripten retroarch build for browser based emulation
Generate an index with this script, save it inside the folder you want to serve https://github.com/jvilk/BrowserFS/blob/master/tools/XHRIndexer.coffee
-
Using BrowserFS with React Native
BrowserFS git repo, BrowserFS NPM package i'm using.
-
How I made a desktop environment in the browser
File system with drag & drop support (BrowserFS)
What are some alternatives?
x - Desktop environment in the browser. [Moved to: https://github.com/DustinBrett/daedalOS]
eruda - Console for mobile browsers
THREE.js-PathTracing-Renderer - Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
react-spline - A wrapper to painlessly integrate Spline projects into your React code-space. ☀
Monaco Editor - A browser based code editor