没有合适的资源?快使用搜索试试~ 我知道了~
首页Learn JavaScript with p5.js Coding for Visual Learners 无水印原版pdf
Learn JavaScript with p5.js Coding for Visual Learners 无水印原版pdf
需积分: 10 88 浏览量
更新于2023-05-28
评论
收藏 3.25MB PDF 举报
Learn JavaScript with p5.js Coding for Visual Learners 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
资源详情
资源评论
资源推荐

Learn JavaScript
with p5.js
Coding for Visual Learners
—
Engin Arslan

Learn JavaScript
with p5.js
Coding for Visual Learners
EnginArslan

Learn JavaScript with p5.js: Coding for Visual Learners
ISBN-13 (pbk): 978-1-4842-3425-9 ISBN-13 (electronic): 978-1-4842-3426-6
https://doi.org/10.1007/978-1-4842-3426-6
Library of Congress Control Number: 2018935139
Copyright © 2018 by Engin Arslan
is work is subject to copyright. All rights are reserved by the Publisher, whether the whole or
part of the material is concerned, specically the rights of translation, reprinting, reuse of
illustrations, recitation, broadcasting, reproduction on microlms or in any other physical way,
and transmission or information storage and retrieval, electronic adaptation, computer software,
or by similar or dissimilar methodology now known or hereafter developed.
Trademarked names, logos, and images may appear in this book. Rather than use a trademark
symbol with every occurrence of a trademarked name, logo, or image we use the names, logos,
and images only in an editorial fashion and to the benet of the trademark owner, with no
intention of infringement of the trademark.
e use in this publication of trade names, trademarks, service marks, and similar terms, even if
they are not identied as such, is not to be taken as an expression of opinion as to whether or not
they are subject to proprietary rights.
While the advice and information in this book are believed to be true and accurate at the date of
publication, neither the authors nor the editors nor the publisher can accept any legal
responsibility for any errors or omissions that may be made. e publisher makes no warranty,
express or implied, with respect to the material contained herein.
Managing Director, Apress Media LLC: Welmoed Spahr
Acquisitions Editor: Natalie Pao
Development Editor: James Markham
Coordinating Editor: Jessica Vakili
Cover designed by eStudioCalamar
Cover image designed by Freepik (www.freepik.com)
Distributed to the book trade worldwide by Springer Science+Business Media NewYork,
233 Spring Street, 6th Floor, NewYork, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505,
e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com. Apress Media, LLC is a
California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc
(SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.
For information on translations, please e-mail rights@apress.com, or visit http://www.apress.
com/rights-permissions.
Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook
versions and licenses are also available for most titles. For more information, reference our Print
and eBook Bulk Sales web page at http://www.apress.com/bulk-sales.
Any source code or other supplementary material referenced by the author in this book is
available to readers on GitHub via the book’s product page, located at www.apress.com/
978-1-4842-3425-9. For more detailed information, please visit http://www.apress.com/
source-code.
Printed on acid-free paper
EnginArslan
Toronto, Ontario, Canada

iii
Table of Contents
Chapter 1: Introduction.........................................................................1
Why Learn Coding? �����������������������������������������������������������������������������������������������1
Coding vs� Programming ���������������������������������������������������������������������������������������2
On HTML and CSS �������������������������������������������������������������������������������������������������3
Why Learn JavaScript? �����������������������������������������������������������������������������������������4
Why Do WeHave Different Languages? ���������������������������������������������������������������� 6
Learning JavaScript withp5�js �����������������������������������������������������������������������������8
Chapter 2: Getting Started ..................................................................13
Installing p5�js �����������������������������������������������������������������������������������������������������13
Gentle Introduction toJavaScript ������������������������������������������������������������������������16
Getting Started withp5�js �����������������������������������������������������������������������������������24
More About Functions �����������������������������������������������������������������������������������������26
Coordinates inp5�js ��������������������������������������������������������������������������������������������31
Summary�������������������������������������������������������������������������������������������������������������35
Practice ��������������������������������������������������������������������������������������������������������������� 36
Chapter 3: Colors inp5.js ...................................................................37
Color Functions inp5�js ��������������������������������������������������������������������������������������37
Changing Shape Colors ��������������������������������������������������������������������������������������� 39
About the Author ................................................................................vii
About This Book...................................................................................ix

iv
Summary�������������������������������������������������������������������������������������������������������������42
Practice ��������������������������������������������������������������������������������������������������������������� 42
Chapter 4: Operators andVariables ....................................................45
Setup �������������������������������������������������������������������������������������������������������������������45
Variables �������������������������������������������������������������������������������������������������������������47
Variables Continued ��������������������������������������������������������������������������������������������49
Predened Variables inp5�js �������������������������������������������������������������������������������55
Summary�������������������������������������������������������������������������������������������������������������58
Practice ��������������������������������������������������������������������������������������������������������������� 59
Chapter 5: Conditional Statements andComparison Operators .........61
frameCount, frameRate, andframe ��������������������������������������������������������������������� 61
Conditionals ��������������������������������������������������������������������������������������������������������66
Summary�������������������������������������������������������������������������������������������������������������75
Practice ��������������������������������������������������������������������������������������������������������������� 76
Chapter 6: More p5.js Variables .........................................................77
mouseIsPressed ��������������������������������������������������������������������������������������������������77
mouseX andmouseY ������������������������������������������������������������������������������������������80
Summary�������������������������������������������������������������������������������������������������������������83
Practice ��������������������������������������������������������������������������������������������������������������� 84
Chapter 7: Loops .................................................................................85
For Loop ��������������������������������������������������������������������������������������������������������������85
Random andNoise Functions �����������������������������������������������������������������������������92
Summary�������������������������������������������������������������������������������������������������������������99
Practice ������������������������������������������������������������������������������������������������������������� 100
Table of ConTenTsTable of ConTenTs
剩余220页未读,继续阅读















安全验证
文档复制为VIP权益,开通VIP直接复制

评论0