-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Румянцев Даниил #1
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Похоже p5 сделана как раз для непрограммистов и поэтому продвигает глобальные функции и неявные зависимости. Как следствие, код с ее использованием вызывает сомнения. Но инструмент интересный: возможно где-нибудь использую 😄
А твое решение мне понравилось 👍
@@ -0,0 +1,56 @@ | |||
var canvasH = 600; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не экономь на спичках. canvasHeight читается лучше.
var canvasH = 600; | ||
var canvasW = 600; | ||
var lineSize = 400; | ||
var strokeCol = 200; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Что такое col сходу не понятно: то ли column, то ли color. Кстати, col - это довольно стандартное сокращение именно для column.
translate(canvasW/2 + lineSize/2, canvasH/2 + lineSize/3); | ||
rotate(PI/2); | ||
|
||
instucions = createP("Слайдер - количество итераций (от 0 до 5). Кнопка - рисует снежинку"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Неявное объявление переменной.
} | ||
} | ||
|
||
//Рисует кривую коха с "инициатором" длины length |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ненужный комментарий
Я добавил код, который позволяет рисовать снежинку Коха, используя библиотеку p5.js