Автор: Mike Mattesi, Swendly Benilia Название: The FORCE Companion: Quick Tips and Tricks ISBN: 1138341746 ISBN-13(EAN): 9781138341746 Издательство: Taylor&Francis Рейтинг: Цена: 5970.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Swendly Benilia shares with us simple and tangible tips and tricks to understanding and drawing FORCE across hundreds of drawings full of dynamism and energy! This book is an excellent companion to the FORCE brand as it delivers hundreds of FORCE drawings with succinct notations, approved by Mike Mattesi, about improving your FORCE drawing skills.
Автор: Beiman Название: Prepare To Board Creating Story & C ISBN: 1498797008 ISBN-13(EAN): 9781498797009 Издательство: Taylor&Francis Рейтинг: Цена: 7195.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Successful storyboards and poignant characters have the power to make elusive thoughts and emotions tangible for audiences. Packed with illustrations that illuminate and a text that entertains and informs, Prepare to Board, 3rd edition presents the methods and techniques of animation master, Nancy Beiman, with a focus on pre-production, story development and character design. As one of the only storyboard titles on the market that explores the intersection of creative character design and storyboard development, the third edition is an invaluable resource for both beginner and intermediate artists.
Key Features
Adapt key techniques, tips and tricks of experienced character designers and storyboard artists with 30 years of experience to your film, television and animation projects.
Save time and money with workflow solutions and avoid common mistakes and problems with troubleshooting tips.
Implement creative solutions for your own projects with this invaluable resource for beginner and intermediate artists with examples of what a good storyboard and character design should look like and example of poorly designed storyboards. and tricks.
Further your artistic skill development with an interactive, companion website which will includes video tutorials, examples of animatics and good and bad pitching techniques.
Автор: Blandy Jim, Orendorff Jason, Tindall Leonora F. Название: Programming Rust: Fast, Safe Systems Development ISBN: 1492052590 ISBN-13(EAN): 9781492052593 Издательство: Wiley Рейтинг: Цена: 10136.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Jim Blandy, Jason Orendorff, and Leonora Tindall demonstrate how Rust`s features put programmers in control over memory consumption and processor use by combining predictable performance with memory safety and trustworthy concurrency.
Автор: Gomez Guillaume, Boucher Antoni Название: Rust Programming By Example ISBN: 1788390636 ISBN-13(EAN): 9781788390637 Издательство: Неизвестно Рейтинг: Цена: 9010.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Rust is an open source, safe, concurrent, practical language created by Mozilla. It runs blazingly fast, prevents segfaults, and guarantees safety. This book gets you started with essential software development by guiding you through the different aspects of Rust programming. With this approach, you can bridge the gap between learning and ...
Автор: Sharma Rahul, Kaihlavirta Vesa, Matzinger Claus Название: The Complete Rust Programming Reference Guide ISBN: 1838828109 ISBN-13(EAN): 9781838828103 Издательство: Неизвестно Рейтинг: Цена: 9194.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This Learning Path is your easy reference to mastering Rust programming. It begins with an introduction to Rust data structures and algorithms and covers the entire spectrum, including memory safety, type system, concurrency, and other features of Rust 2018.
Explore various Rust features, data structures, libraries, and toolchain to build modern systems software with the help of hands-on examples
Key Features:
Learn techniques to design and build system tools and utilities in Rust
Explore the different features of the Rust standard library for interacting with operating systems
Gain an in-depth understanding of the Rust programming language by writing low-level software
Book Description:
Modern programming languages such as Python, JavaScript, and Java have become increasingly accepted for application-level programming, but for systems programming, C and C++ are predominantly used due to the need for low-level control of system resources. Rust promises the best of both worlds: the type safety of Java, and the speed and expressiveness of C++, while also including memory safety without a garbage collector. This book is a comprehensive introduction if you're new to Rust and systems programming and are looking to build reliable and efficient systems software without C or C++.
The book takes a unique approach by starting each topic with Linux kernel concepts and APIs relevant to that topic. You'll also explore how system resources can be controlled from Rust. As you progress, you'll delve into advanced topics. You'll cover network programming, focusing on aspects such as working with low-level network primitives and protocols in Rust, before going on to learn how to use and compile Rust with WebAssembly. Later chapters will take you through practical code examples and projects to help you build on your knowledge.
By the end of this Rust programming book, you will be equipped with practical skills to write systems software tools, libraries, and utilities in Rust.
What you will learn:
Gain a solid understanding of how system resources are managed
Use Rust confidently to control and operate a Linux or Unix system
Understand how to write a host of practical systems software tools and utilities
Delve into memory management with the memory layout of Rust programs
Discover the capabilities and features of the Rust Standard Library
Explore external crates to improve productivity for future Rust programming projects
Who is this book for:
This book is for developers with basic knowledge of Rust but little to no knowledge or experience of systems programming. System programmers who want to consider Rust as an alternative to C or C++ will also find this book useful.
Автор: Chanda Abhishek Название: Network Programming with Rust ISBN: 1788624890 ISBN-13(EAN): 9781788624893 Издательство: Неизвестно Рейтинг: Цена: 9010.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Rust has steadily become one of the most important new programming languages in recent years. One the one hand, it is low-level enough to provide fine-grained control over memory while providing memory-safety through compile-time validation. Rust also guarantees data race-free parallelism. All these features make it uniquely suitable for ...
Автор: Matzinger Claus Название: Rust Programming Cookbook ISBN: 1789530660 ISBN-13(EAN): 9781789530667 Издательство: Неизвестно Рейтинг: Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book comes with a lot of application-specific recipes to kick-start your development of real-world high-performance applications with the Rust programming language and integrating Rust units into your existing applications. You will find 80 practical recipes that will allow you to use the code samples right away when your existing ...
Adopt the Rust programming language by learning how to build fully functional web applications and services and address challenges relating to safety and performance
Key Features:
Build scalable web applications in Rust using popular frameworks such as Actix, Rocket, and Warp
Create front-end components that can be injected into multiple views
Develop data models in Rust to interact with the database
Book Description:
Are safety and high performance a big concern for you while developing web applications?
While most programming languages have a safety or speed trade-off, Rust provides memory safety without using a garbage collector. This means that with its low memory footprint, you can build high-performance and secure web apps with relative ease.
This book will take you through each stage of the web development process, showing you how to combine Rust and modern web development principles to build supercharged web apps.
You'll start with an introduction to Rust and understand how to avoid common pitfalls when migrating from traditional dynamic programming languages. The book will show you how to structure Rust code for a project that spans multiple pages and modules. Next, you'll explore the Actix Web framework and get a basic web server up and running. As you advance, you'll learn how to process JSON requests and display data from the web app via HTML, CSS, and JavaScript. You'll also be able to persist data and create RESTful services in Rust. Later, you'll build an automated deployment process for the app on an AWS EC2 instance and Docker Hub. Finally, you'll play around with some popular web frameworks in Rust and compare them.
By the end of this Rust book, you'll be able to confidently create scalable and fast web applications with Rust.
What You Will Learn:
Structure scalable web apps in Rust in Rocket, Actix Web, and Warp
Apply data persistence for your web apps using PostgreSQL
Build login, JWT, and config modules for your web apps
Serve HTML, CSS, and JavaScript from the Actix Web server
Build unit tests and functional API tests in Postman and Newman
Deploy the Rust app with NGINX and Docker onto an AWS EC2 instance
Who this book is for:
This book on web programming with Rust is for web developers who have programmed in traditional languages such as Python, Ruby, JavaScript, and Java and are looking to develop high-performance web applications with Rust. Although no prior experience with Rust is necessary, a solid understanding of web development principles and basic knowledge of HTML, CSS, and JavaScript are required if you want to get the most out of this book.
Описание: Learn how to program by diving into the R language, and then use your newfound skills to solve practical data science problems. With this book, you`ll learn how to load data, assemble and disassemble data objects, navigate R`s environment system, write your own functions, and use all of R`s programming tools
Автор: Rogers, Rogers Scott Название: Level Up! the Guide to Great Video Game Design ISBN: 1118877160 ISBN-13(EAN): 9781118877166 Издательство: Wiley Рейтинг: Цена: 4435.00 р. Наличие на складе: Поставка под заказ.
Описание: Provides examples that forgo theoretical gobbledygook with charmingly illustrated concepts and solutions based on years of professional experience. This book helps you teach how to develop marketable ideas, and learn what perils and pitfalls await during a game`s pre-production, production and post-production stages.
Описание: If you last saw algorithms in a university course or at a job interview, you`re missing out on what they can do for your code. Learn different sorting and searching techniques, and when to use each.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru