A hypnotic, music-reactive Techno visuals show designed for staring at at a...
Hi everyone, Just sharing my work here. I coded this system for minimal techno visuals in Processing. It involves 3D graphics, beat detection and other techniques! Been working on it on and off for a...
View ArticleShare my pencil sketch like computation art
I have recently done two pieces of generative artworks, which is code via Processing. These pencil sketch like art are actually drawn in millions of grayscale dots by computer programs and accurate...
View ArticleInogon Light aka Moire Pattern Navigation
Saw a video on a device used by ships to avoid objects under water. Moire pattern appears on the device. The idea is that an 'arrow' changes depending where you are standing. This is a simplified...
View ArticleWindowJS - cross-mode alert(), confirm(), prompt() & other JS API for Java
WindowJS library provides to "Java Mode" 3 JavaScript's popup box functions: https://developer.Mozilla.org/en-US/docs/Web/API/Window/alert...
View ArticleBlock editor for Processing
Hello, we are experimenting with an interface between Blockly (visual programming) and Processing. You can try it here. Our aim is to teach kids coding, and Processing is one of the tools we consider...
View ArticleThe Car computer config program. / DIY Making.
[The Car computer config program] Alarm function Game time registration Link : https://blog.naver.com/my_k_s_j/221231742465 Processing is the tool that makes everything possible. Thank you very much.
View ArticleMonokai theme for the PDE
I have always loved Sublime Text's Monokai theme, as it was easy on your eyes and it looked nice, so I decided to re-create it for the PDE. Here's a screenshot: There's a few issues with the theme that...
View ArticleMoon with texture and elevation
https://github.com/lmccandless/moonBumpMap Also included is a separate sketch used to convert NASA's hue based elevation map to an black and white version. The texture and bump map files are separate....
View ArticleCreate a balloon game
Create a balloon game https://blog.naver.com/my_k_s_j/221061489940>
View ArticleFuzo: time zone converter with p5.js
Hi there Here is a little web-app sort of tool I did to help me with the constant timezone / hours conversion you do on the internet. http://rich.gg/fuzo I take the opportunity of the forum to share...
View ArticleMy RPG Online with Processing :)
Hi, i´m working on "rpg online" such as "minimalist MMORPG".. At this moment i finished the design work and now it´s time to code the game.. This game are freeware and all items are placeholder for...
View ArticleMaze solve check
I needed to be able to check if a maze was solvable for a tower defense, to prevent blocking of the path before placing towers. Couldn't find any examples of grid search algorithms in processing...
View Articlelibxd - A Processing inspired graphics library for C++
Hi everyone! I'd like to announce a new library that I've been working on called libxd. It's written from scratch in C++ and has a very similar API like Processing or p5.js. libxd is available for all...
View ArticlePi visualization
Hi everyone! I was watching a video of Daniel Shiffman about visualizing the digits of Pi the other day in wich he refers to a Washington post article that shows example of some representation. I...
View ArticleMy game in Processing 2D RPG
What do you think abou the CODE ? And game ? what to improve ? what to change ? GITHUB HERE
View ArticleStar Trek moiré pattern
I was interested in make a moiré effect like that of Mr. Spok's science station in Star Trek TOS. I think I got it, but maybe you know an easier way. Pattern pt1, pt2; float angle = 0.0; void setup(){...
View ArticleData visualization sketch with NPM modules
For this project (a viewer for DJI drone's SRT log files) I wanted to organise my code better, so I focused on creating NPM modules that I (or anyone) can reuse later. Here's the working project for...
View ArticleMy game just hit 50 downloads! :)
Hey all! I don't know if this is the right place to share this but I'm so excited and I just wanted to tell someone. I got into programming a couple of months ago and just for fun I decided to practice...
View ArticleCountdown Class library for Java, JS & Python
Java Mode Version: https://Gist.GitHub.com/GoToLoop/ea4db8a8622e27541213da3c9a43ca21 "CountdownClass.pde": /** * Countdown Class (v1.2.3) * GoToLoop (2017/Aug/26) * *...
View ArticleChemical measure program - I make program (at Processing)
Hi, Nice to meet you. ^^ I love Processing program tool. I leave an introduction and a link to view the project. https://blog.naver.com/my_k_s_j/221061489940
View ArticleTF-IDF algorithm
Inspired by Daniel Shiffman "Coding Challenge # 40: 3" https://youtube.com/watch?v=RPMYV-eb6lII made this code to calculate the TF-IDF algorithm. The TF is normalized to avoid biases towards long...
View ArticleVisual programming in processing and any other languages
Hello and Merry Christmas to all of you. Here is a "visual coding" tool to write code without typing any line or almost... It has been enterely made with processing language except the visual GUI...
View ArticleCode coloring for Processing in LaTeX listings package
This is something I had up on this forum since last summer, but it was in a question thread so I thought I should share this here in the proper category as well. Current version: v1.2 This LaTeX...
View ArticleGeometrical compositions, a tribute to Saul Bass
I've always been fascinated by the simplicity and elegance of Saul Bass's work, and got inspiration to recreate some of his work using Processing. I have so far three drawings, which I called Vertigo...
View ArticleGamejam submission
https://indielm.itch.io/starbreak I made this over a few days, been doing short game jams with processing lately. This jam had rules of 128x128 pixels and no more than 4 colors. I used a pixelated...
View ArticleVisual Studio Code for processing and p5
How to use Visual Studio code with processing and p5: 1. Install VScode. 2. Install the vscode extension: processing-vscode. 3. Use following tasks.json file (put it inside .vscode folder of your...
View ArticleDB Manager for Processing
@jeremydouglass said @vesolba -- do you mean that you are currently creating a DB Manager for Processing? If so, this thread should be moved to Share Your Work. If you want early feedback from this...
View ArticleMapping Google maps location history with P5.js
Hey guys, I wanted to share with you a code that can map your location history with p5.js and the library mappa.js. With the recent law in Europe, GDPR...
View ArticleI created multiplayer online game with p5js
Hi everyone, I would like to share with community the game I created with p5js as a renderer. It is a realtime multiplayer game, similar to AgarIO and other games in that ecosystem. You can try it out...
View ArticleBubble brush
I was working on a drawing canvas, and messed up the coloring equation. Funnily, this created something very interesting. Scroll to change the brush size, spacebar to erase the canvas. int gridSize =...
View Article