Rabu, 13 Oktober 2010

Download Ebook WebGL: Up and Running: Building 3D Graphics for the Web

// // Leave a Comment

Download Ebook WebGL: Up and Running: Building 3D Graphics for the Web

Program your good task making your life look far better. Wait, not only look better however exactly fantastic enough! Are you believing that many people will be so admired of you that have good habits? Naturally it can be among the advantages that you could obtain when having that sort of pastimes. And also currently, exactly what concerning analysis? Is his your leisure activity? Well, reviewing book is boring, will you assume that so? Really, that's not.

WebGL: Up and Running: Building 3D Graphics for the Web

WebGL: Up and Running: Building 3D Graphics for the Web


WebGL: Up and Running: Building 3D Graphics for the Web


Download Ebook WebGL: Up and Running: Building 3D Graphics for the Web

Occasionally, being in this site as the member will be so fun. Yeah, considering the book collections daily will certainly make you feel wow. Where else you will see those many book collections, in the collection? What type of library? In library, in some cases, there are numerous resources, yet several old books have been displayed.

Maintain your way to be here and read this web page completed. You can appreciate looking the book WebGL: Up And Running: Building 3D Graphics For The Web that you really describe obtain. Here, obtaining the soft documents of guide WebGL: Up And Running: Building 3D Graphics For The Web can be done conveniently by downloading in the web link web page that we supply here. Naturally, the WebGL: Up And Running: Building 3D Graphics For The Web will be all yours faster. It's no need to get ready for the book WebGL: Up And Running: Building 3D Graphics For The Web to obtain some days later on after acquiring. It's no need to go outside under the heats at mid day to head to guide establishment.

The reasons that make you should review it is the related topic to the condition that you really want today. When it's mosting likely to make better possibility of reading products, it can be the way you need to take in similarly. Yeah, the ways that you can appreciate the moment by reviewing WebGL: Up And Running: Building 3D Graphics For The Web, the moment that you could make use of to do excellent activity, and the time for you to get what this publication supplies to you.

Featuring some experiences to find the excellent publication will not make you failed in selecting other publication to read. As this publication, you may not be sorry for as well as really feel question to choose it as your analysis material. This WebGL: Up And Running: Building 3D Graphics For The Web has actually confirmed that it has good web content, great outcome, great chance, and good condition. The author has actually developed this book with really remarkable product to review by everybody. This is what makes individuals intend to read this publication.

WebGL: Up and Running: Building 3D Graphics for the Web

About the Author

Tony Parisi is an entrepreneur and career CTO/architect. He has developed international standards and protocols, created noteworthy software products, and started and sold technology companies. Tony's passion for innovating is exceeded only by his desire to bring coolness and fun to the broadest possible audience.Tony is perhaps best known for his work as a pioneer of 3D standards for the web. He is the co-creator of VRML and X3D, ISO standards for networked 3D graphics. He also co-developed SWMP, a real-time messaging protocol for multi-user virtual worlds. Tony continues to build community around innovations in 3D as the co-chair of the WebGL Meetup and a founder of the Rest3D working group.Tony is currently a partner in a stealth online gaming startup and has a consulting practice developing social games, virtual worlds and location-based services for San Francisco Bay Area clients.

Read more

Product details

Paperback: 230 pages

Publisher: O'Reilly Media; 1 edition (August 30, 2012)

Language: English

ISBN-10: 144932357X

ISBN-13: 978-1449323578

Product Dimensions:

7 x 0.7 x 9.2 inches

Shipping Weight: 15.2 ounces (View shipping rates and policies)

Average Customer Review:

3.5 out of 5 stars

26 customer reviews

Amazon Best Sellers Rank:

#160,305 in Books (See Top 100 in Books)

I thought this book was a fairly good intro, but it is rather short. Granted I didn't even look at the page count before I bought it I was really surprised how short it was. The content also just seemed like a rehash of various things that are easily google-able. I think the author could a bit more into the book and it would be great.

I bought this book with the intention of helping me with a project I was working on. For that purpose, it has been fairly spectacular. However, the book relies heavily on THREE.js and another library written by the author. Relying on THREE.js is fine, since it is quickly becoming the standard... But the application framework library that the author has written - and uses throughout all the examples - glosses over much of the intricaces of the THREE.js framework... I find myself picking apart the Sim.js code just to see what's really going on....I bought this book so I wouldn't HAVE to wade through quite so much JS to get where I needed to go... Perhaps I was looking for the wrong book - something of a THREE.js cookbook - but this book's reliance on the Sim.js framework makes it a bit of a wash in my view... Simply because your learning is coupled to that architecture.However, I do feel that if the book were taken on it's own that it could be something of a course in WebGL. And if you're cool with committing yourself to this relatively unknown Sim.js platform, then the book is freakin' awesome.It's nice that the book doesn't focus on bare metal WebGL; since that's pretty nasty stuff... But, in fear of the deep end, this book ended up too far in the shallow end of the pool.

The book says it is about WebGL, but it is really about three.jsI bought this book of hoping to learn about WebGL not three.js. Very little of the book covers how WebGL works fortunately Amazon has a good return policy.

If you want to quickly use WebGL/Three.js using the author's own framework then this book is fine. But if you want to actually learn how to program WebGL with Three.js, this book is almost useless after the first chapter.In Chapters 2 and on the author uses his own framework, Sim.js, to place object on screen and animate them, so you don't actually learn anything about Three.js. The framework might save you from typing a little code, but more than once he says "It is a bit too simplistic for building large-scale applications or games, but you may still find it useful in your development work." If I'm trying to learn a language or api, inserting someone else's custom programming layer in between me and the actual language doesn't help me to learn it - it just masks the code itself and limits me to what that framework can do. I didn't want to learn Sim.js. I wanted to learn Three.js, and this book did not teach me anything more about it than how to put objects on the screen.

This book covers Three.js v46, as of 20 July 2017 the current version of Three.js is v86.Only 5 years out of date.

This is a great book for those who are comfortable in Javascript and want to get into WebGL.It's easy to read and very clear. The examples are interesting and the explanations focus on the interesting bits, rather than explain 'filler' code every time.I liked how each chapter goes a little further and keeps challenging the reader while maintaining a sense of control.The book itself focuses mostly on Three.js and I was worried about being locked in to a specific library rather than learn "the WebGL", but it made me realize how much heavy lifting a library like Three does for you. So fear not, because there's a very strong chance you'll have to pick one up too, and Three.js is the leading one so far.A lot of useful things like picking (click detection on 3D objects) are explained in details.I definitely recommend this book.

So what exactly do I mean by that well he has years of experience? Lets talk specifically about why and who should purchase this book. If you are a flash developer, student of fine arts, computer science engineer, game developer, or someone with a passion to learn and curiosity this book is for you. I am an engineer by trade, I will tell you that this book explains the inner workings of threeJS in depth well believe me; I have spent enough time in front of a debugger and the github code base reading it verbatim to know and love a short cut when I see one! Take advantage of it. Webgl is going to boom shortly and you will be able to create applications that look and feel native because of it; even on mobile devices. I have a degree in art and this book also talks about shaders within threeJS/webgl in a no non-sense manner! That is difficult so people with a low level of technical aptitude will enjoy this book just as much as people with a high level. I really like this book and if you want a quick start on data visualization, video game programming, generative art, all on the open platform of the web well then this book is for you. Tony lays down the ground work shows you the tools of how things operate. He has insight into the industry that allows him to explain complex problems in a simple manner. He has a background that reaches all the way back to vrml and that demands respect. You should purchase this book not because I told you too but because you can learn quickly from it!

Doesn't go deep in details but helps a lot to get started

WebGL: Up and Running: Building 3D Graphics for the Web PDF
WebGL: Up and Running: Building 3D Graphics for the Web EPub
WebGL: Up and Running: Building 3D Graphics for the Web Doc
WebGL: Up and Running: Building 3D Graphics for the Web iBooks
WebGL: Up and Running: Building 3D Graphics for the Web rtf
WebGL: Up and Running: Building 3D Graphics for the Web Mobipocket
WebGL: Up and Running: Building 3D Graphics for the Web Kindle

WebGL: Up and Running: Building 3D Graphics for the Web PDF

WebGL: Up and Running: Building 3D Graphics for the Web PDF

WebGL: Up and Running: Building 3D Graphics for the Web PDF
WebGL: Up and Running: Building 3D Graphics for the Web PDF

0 komentar:

Posting Komentar