website
p5.js-web-editor
website | p5.js-web-editor | |
---|---|---|
34 | 41 | |
60 | 1,340 | |
- | 1.8% | |
7.9 | 9.7 | |
19 days ago | 4 days ago | |
Svelte | JavaScript | |
- | GNU Lesser General Public License v3.0 only |
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.
website
-
More than 20k ships sank during WW II. One man is on a mission to map them
I think NY Times started long back and this style was kinda "cool" that goes well with the narrative. Then, there is https://pudding.cool that does this pretty well. Now, many just copy and tries without a meaningful treatment and is just there - kinda not working-out in most cases.
Tip: Try reading with Reader Mode.
-
Airfoil
Also check out https://pudding.cool if you’re unfamiliar and enjoy extremely high effort visualizations alongside editorial and educational text content.
- Generational shifts in popular music
-
What's the relationship between JS and Python in a data viz website?
Hello all, I am a JS beginner and I am passionate for creating data-driven stories on a website, like Pudding. I have watched some YT videos and learned that Python is a basic skill for dealing with data. However, I am confused about what Python does in such website? I know JS and it libraries like D3.js are used for front-end development and interactive data display, then what's the role of Python? For the website backend (such as Django)? Or is used for data cleaning and analysis? Or others? Or python is not actually required for making a data-driven story website?
-
Help! Looking for a highly interactive data journalism/viz piece/website but can't find it
https://pudding.cool/ ?
- Ask HN: What are your favorite RSS feeds?
-
for a CS PhD student in a different area, how long does it take to learn fundamentals of frontend?
The main reason why I've got interested in frontend is that (1) it seems to be a field that can be much more diverse and collaborative across different fields (ex: working with designers) and (2) it directly interacts with users. Interactive journalism, data visualization, data storytelling (as in The New York Times or The Pudding) are my main interests currently, so it is more accurate to say I got interested in frontend with focus on those specific fields.
- Ask HN: What other news feeds do you read besides Hacker News?
-
What’s the coolest website you know of that you want others to check out?!
pudding.cool, statistical analysis of things like rap lyrics
- What's a strange but awesome website that everyone should know about?
p5.js-web-editor
-
What Is Generative Art?
> the only way to make a computer image perfectly deterministically is to set RGB to each single pixel manually.
You don’t need to do it manually. A quick and dirty example is to have each pixel’s colour depend on its position on the canvas. Instant gradient, perfectly deterministic, yet you can still be surprised by the colours.
P5.js example (run interactively at https://editor.p5js.org):
function setup() {
-
Ask HN: Modern Day Equivalent to HyperCard?
not sure it counts as "HyperCard" but for environments there's p5js.org (https://editor.p5js.org/)
> I wish there were an offline environment like that built into firefox. You can bring up a javascript console, but it's not really a friendly development environment. And something like visual studio code is capable but large and complicated.
That seems like a day project in electron. At least to MVP. Use CodeMirror or Monaco. As long as you pass the right options you can run the user's code in an iframe in a separate process. That way you can kill it even if it has an infinite loop.
-
How to Create Simple Sketching Art with p5.js: A Step-by-Step Tutorial
p5.js already has a web editor for you where you can make your first sketch. You can click here to create your first sketch.
-
Let's compile like it's 1992
Another option is to use the p5.js library. They also have a nice online editor, at https://editor.p5js.org/, which makes it easy for students to get up and running quickly.
- TRADUÇÃO: Quando você vai querer usar o BubbleSort?
-
hello :)
Playing is the way to go! Some stuff can be a bit hard to wrap your head around for the first time, but theres a lot of resources and good people on the generative scene to help. If you havent saw it, you can use the online editor https://editor.p5js.org/ so you dont need to worry about how the file structure of a p5 project works (its easy!) And this will feel a bit dumb for some people but the moment i saw the reference page https://p5js.org/es/reference/ i felt a bit of relief as i thought programmers just memorized all those methods and functions.
-
Ising Model - Mathematical model of ferromagnetism in statistical mechanics
I'm not very good at JS or processing, but you can see how this one worked out by pasting it into https://editor.p5js.org/ or a similar website.
-
How hard would it be to code a "point and click-y" game as a total beginner
You could do something like this in p5js pretty easily. p5js is a beginner friendly JavaScript library for drawing to an HTML canvas.
- De unde încep? Help!
-
Scratch is the world’s largest coding community for children
I believe p5.js (used at https://editor.p5js.org/) is quite close to Scratch in spirit. Of course I think turning straight to javascript (the library really streamlines it) might be too difficult without instruction, so following some kind of tutorials or lessons would be necessary.
It's incredibly fun, and I've been making procedural... things for a while with it. Many artists use it (and of course every web tool is available... you can even later port the code to just straight canvas for the performance, although that's rarely necessary I guess).
See my little roguelike room generator: https://editor.p5js.org/gustavo.nramires/sketches/eyyxg7vl2
And a flower: https://editor.p5js.org/gustavo.nramires/sketches/hwhVUQu_X
What are some alternatives?
scrollama - Scrollytelling with IntersectionObserver.
website-archive - Archive of the Coding Train website (first version)
git-history - Quickly browse the history of a file from any git repository
boiga - A Python library enabling ergonomic Scratch 3.0 code generation.
Fun-Programming - Code from the Fun Programming creative coding tutorials and my own random sketches
c2lc-coding-environment
top-tic-tac-toe-js - A tic-tac-toe game written in JavaScript that you can play in your browser.
pxt-microbit - A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
data_to_viz - Leading to the dataviz you need
jscriptparse - pyx scripting language & REPL/Shell ; prs - javascript module for parser combinators
chromotome - A collection of color palettes saved for personal use.
schotter - Nannou/Rust tutorial based on Schotter by Georg Nees