Based on our record, p5.js should be more popular than Skia. It has been mentiond 146 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
> Firefox and Chrome have at various points in time used Skia as a backend for their own implementations of the Canvas API, too. Skia is the graphics engine used by Chrome and Android to render everything: https://skia.org/. - Source: Hacker News / 5 months ago
Yes [4]. > [1] The library is used as of 2023 in Google Chrome, ChromeOS, ChromiumOS, Mozilla Firefox, Mozilla Thunderbird, Android, Firefox OS, Flutter,[5] Avalonia (from Alpha 4), LibreOffice (from version 7.0) and RAD Studio[6](since version 12.0). > [2] Changes to the Skia repository will be rolled into Chromium by the AutoRoll bot several times per day. > [3] It serves as the graphics engine for Google Chrome... - Source: Hacker News / 7 months ago
Didn't know about Skia previously! So, let's provide some links: Overview: https://en.wikipedia.org/wiki/Skia_Graphics_Engine Homepage: https://skia.org/ Source: https://skia.googlesource.com/skia/ https://github.com/google/skia where the following github projects which involve drawing are mentioned: https://github.com/bkaradzic/bgfx https://github.com/wjakob/nanogui we find the following interesting quote:... - Source: Hacker News / almost 2 years ago
Actually, that's not entirely accurate. The lottie-web Library itself doesn't support rendering to WebGL. However, there is a package called canvaskit-wasm that wraps Skia (a graphics engine) with WebAssembly (wasm). This package includes a module called skottie which supports rendering animations into a WebGL surface. However, there is a drawback with this approach: using wasm requires loading a relatively large... - Source: dev.to / almost 2 years ago
Skia is pretty great if you can get it running. Source: about 2 years ago
p5.js is a JavaScript library that I've enjoyed messing with. It's related to Processing. https://p5js.org/. - Source: Hacker News / 2 months ago
Art Blocks, founded by Erick Calderon in 2020, is a platform that enables artists to create generative art using blockchain technology. It operates on the Ethereum blockchain, leveraging smart contracts to mint unique art pieces as NFTs. The process begins with artists submitting scripts that define the artwork's parameters. Once approved, these scripts generate unique pieces upon purchase, offering collectors a... - Source: dev.to / 2 months ago
In my experience with AI code generation, in visual projects like UI development or JavaScript based animation (using three.js or p5.js) etc. AI tools work pretty well. - Source: dev.to / 3 months ago
For this most recent assignment we were tasked with contributing a larger feature to an open source project. During my time with the previous assignment I worked on a game engine called Litecanvas, inspired engine by libraries like raylib and p5.js/Processing. - Source: dev.to / 6 months ago
Let’s not forget P5js which has a long and esteemed history of helping to teach kids and more to program. It’s browser based so it’s compatible with every OS and requires no install. FOSS with an active community of users and contributors. I personally taught some middle schoolers with zero programming experience how to make interactive monsters in 1 hour. It was awesome! https://p5js.org/. - Source: Hacker News / 6 months ago
Cairo - Cairo is an open-source 2D graphics library released under the GNU Lesser General Public License with support for several output devices.
Pixi.js - Fast lightweight 2D library that works across all devices
Anti-Grain Geometry (AGG) - Anti-Grain Geometry (AGG) is an open-source 2D graphics library that provides you with tools to create multiple shapes and also comes with detailed documentation for explaining all the important concepts.
Processing - C++ and Java programming at the speed of thought.
PlotDevice - PlotDevice is a graphics language for tinkerers, designers, developers and is written in Python.
Three.js - A JavaScript 3D library which makes WebGL simpler.