A collection of interesting links mostly about coding and media art. Topics include APIs, NodeJS, MongoDB, P5js, PHP, MySQL, Media Art, and others. Use the tags dropdown to filter.
Learn React for free
Learn all the basics to build dynamic, interactive web applications with the React library.
Vue JS Crash Course 2021 - YouTube
Learn the fundamentals of Vue JS (v3) in this project-based crash courseTask Tracker:https://github.com/bradtraversy/vue-crash-2021Random User Generator:http...
Full stack open 2021
Open online course on Javascript based modern web development by University of Helsinki and Houston Inc..
GeeksforGeeks | A computer science portal for geeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
p5.js实现动态码绘(3d旋转、2d旋转基础)_yc今天吃芋圆了吗的博客-CSDN博客
p5.js实现动态码绘(3d旋转、2d旋转基础)一.在开始前遇到的编译器问题p5有一套自己的绘图框架,并且有一个非常易用的离线网页版编译器,免除了新的编译器带来的烦恼。但是它的web editor也有缺点,即没有词义联想和代码补全。因此最终还是选择了使用vscode。不过作为一个非常轻量级的编译器,vscode虽然能够在自动补全函数参数表的同时提示用户相应的函数方法需要传递什么样的参数,也无法...
Windows 平台安装 MongoDB | 菜鸟教程
Windows 平台安装 MongoDB MongoDB 下载 MongoDB 提供了可用于 32 位和 64 位系统的预编译二进制包,你可以从MongoDB官网下载安装,MongoDB 预编译二进制包下载地址:https://www.mongodb.com/download-center/community 注意:在 MongoDB 2.2 版本后已经不再支持 Windows XP 系统。最新版本也已经没有了 32 位系统的安装..
如何用P5.js 画画 - 留白s - 博客园
访问在线编辑器 https://editor.p5js.org/ function setup() { createCanvas(800, 400); background(0); } functio
examples | p5.js
p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.
reference | p5.js
p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.
p5.js之“列阵绘图画板”实现大面积规律性绘制_qq_40301536的博客-CSDN博客
第一次的作品简单体会码绘与手绘的不同之处,浅显的进行比较;第二次的作业增加了动态效果和交互性,让人更能直观地感受到码绘的魅力。此次作业,主要是在传统水彩和钢笔绘画方式上,做出些改变。总体设计方案设计灵感我们发现生活中有许多中心旋转对称的图形这是波西米亚地毯的图案,呈现中心对称的效果这是烟花,如果不计算自由落体运动,那么他也是个中心对称图案这是万花筒这些图案都是中心旋转对称图形,他...
互动媒体技术-基于p5.js的图像临摹(1)_kelett551的博客-CSDN博客
1.临摹图像2.寻找规律1.黑色背景2.这个画布有6行6列的圆均匀排列3.对每个圆有黑色的小正方形绕圆心顺/逆时针转动,其中在每1/4个周期内都进行先加速后减速的运动4.我们将前四个正方形进行编号。1号,3号逆时针转动,2号,4号逆时针转动3.用到的函数API1.background(255) ,用于对背景进行填色API详解https://p5js....
p5.js新手入门 - 知乎
p5.js这个JavaScript库设计之初就与 Processing有着共同的目标:让艺术家、设计师、教育工作者和初学者等都能够进行编码,并且是为现代web重新打造。它有着完整的一套作画功能,但并不意味着你能做的只是在canvas…
RunKit
RunKit notebooks are interactive javascript playgrounds connected to a complete node environment right in your browser. Every npm module pre-installed.
p5.js Web Editor
A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.
p5.js新手入门 - 知乎
p5.js这个JavaScript库设计之初就与 Processing有着共同的目标:让艺术家、设计师、教育工作者和初学者等都能够进行编码,并且是为现代web重新打造。它有着完整的一套作画功能,但并不意味着你能做的只是在canvas…