Browse Results

Showing 39,626 through 39,650 of 54,318 results

Pro Unity Game Development with C#

by Alan Thorn

In Pro Unity Game Development with C#, Alan Thorn, author of Learn Unity for 2D Game Development and experienced game developer, takes you through the complete C# workflow for developing a cross-platform first person shooter in Unity. C# is the most popular programming language for experienced Unity developers, helping them get the most out of what Unity offers. If you're already using C# with Unity and you want to take the next step in becoming an experienced, professional-level game developer, this is the book you need. Whether you are a student, an indie developer, or a season game dev professional, you'll find helpful C# examples of how to build intelligent enemies, create event systems and GUIs, develop save-game states, and lots more. You'll understand and apply powerful programming concepts such as singleton classes, component based design, resolution independence, delegates, and event driven programming. By the end of the book, you will have a complete first person shooter game up and running with Unity. Plus you'll be equipped with the know-how and techniques needed to deploy your own professional-grade C# games. If you already know a bit of C# and you want to improve your Unity skills, this is just the right book for you. What you'll learnHow to plan your game in terms of C# and classes How to import assets from Blender and Maya, including C# automation processes How to handle events and notifications using a C# event notification system How to create intelligent enemies and collectible weapons How to build a cross-platform controller as well as how to write platform-specific code How to develop a resolution-independent graphical user interfaceWho this book is for If you already know a bit of C# and you want to improve your Unity skills, this isjust the right book for you. Unity developers looking to improve their C# workflow and effectiveness, including game development students and professionals, indie developers, artists, designers, and those employed at game development studios. Table of Contents1. Outlining the Game Structurein Terms of C# 2. Optimizing Import Workflows and Import Settings 3: The Game Loop and Developiong a Custom Event-Handling System 4. Building a Cross-Platform Controller 5. Enemies, NPCs, and Artificial Intelligence 6. Custom Weapons: Targeting, Feedback, and More 7. Modifying Game Behavior with Power-ups and Collections 8. The Graphical User Interface and Resolution Independence 9. Persistent Data and Save Game States 10. Final Touches: Polishing and Play-testing"

Pro Vim

by Mark Mcdonnell

Pro Vim teaches you the real-world workflows, tips, and tricks of this powerful, terminal-based text editor. This book covers all the essentials, as well as lesser-known but equally powerful features that will ensure you become a top-level performant and professional user, able to jump between multiple sessions while manipulating and controlling with ease many different documents and programming files. With easy-to-digest chapters on all the areas you need to learn, this book is a key addition to your library that will enable you to become a fast, efficient user of Vim. Using this book, you will learn how to properly configure your terminal environment and work without even touching the mouse. You will become an expert in how Vim actually works: how buffers and sessions work, automation through Macros and shell scripting, real-world workflows, and how to work efficiently and fast with plugins and different themes. You will also learn practical, real-world tips on how to best utilize Vim alongside the terminal multiplexer tmux; helping you to manage files across multiple servers and terminal sessions. Avoid common pitfalls and work with best practice ways to efficiently edit and control your files and sessions from the terminal interface. Vim is an advanced power tool that is commonly recognized as being difficult to learn, even for experienced developers. This book shows you how to become an expert by focusing on not only the fundamentals of how Vim works, but also by distilling the author's own experiences learning Vim into an easy-to-understand and follow guide. It's time to bring your programming, editing, and workflow skills up to the professional level - use Pro Vim today. What you'll learn * Understand the fundamentals of how Vim works so you can better utilize its features. * Extend Vim using plugins; along with specific plugins that cover a wide range of technical requirements. * Automate Vim and tmux via the use of Macros and Scripting. * Learn how to make complex pattern based changes across multiple Vim buffers at once. * Pair program with remote users connecting to a single local tmux session. * Learn real-world workflows that integrate both Vim and tmux together. Who this book is for Pro Vim is for any developer who wishes (or has tried in the past and failed) to understand how to leverage the tools provided by Vim and tmux and integrate them into their professional working environment. Allowing them to take advantage of the power features these applications provide to become a better programmer. Table of Contents 1. Introduction 2. Installation and Configuration 3. Fundamentals 4. Files 5. Commands 6. Registers 7. Folding 8. Visual Block Mode 9. Bulk Command Processing 10. Editing Workflow 11. Search and Replace 12. Buffer/Window/Tab Management 13. Automation 14. Lists 15. Marks 16. Sessions 17. Plugins 18. Diffing 19. Custom Commands and Bindings 20. Terminal integration 21. Working with code 22. Practical Tips and Tricks 23. Terminal Multiplexer 24. Fundamentals 25. Modifications 26. Copy and Paste 27. Scripting and Automation 28. Pane/Window Management 29. Pair Programming 30. Workflow Management

Pro Windows 8.1 Development with XAML and C#

by Jesse Liberty Philip Japikse Jon Galloway

Windows 8. 1 apps are revolutionizing development on the Windows platform. Fast, fluid, tactile and chrome-free, they provide a brand-new look and feel for Windows users. These apps rely on Microsoft's Windows 8 modern UI to provide their rich and engaging user experiences for both desktop and tablet users. The new UI in turn relies upon the Windows Runtime (WinRT) to give its apps unparalleled flexibility and power. Understanding this stack of new technologies and how they tie in to the proven C# language and the XAML standard is the subject of this book. Experienced writers Jesse Liberty, Phil Japikse, and Jon Galloway explain how you can get the most from Windows 8. 1 by focusing on the features that you need for your project and bringing your existing C# coding knowledge to bear. They begin with a nuts-and-bolts examination of how the technologies fit together and show you everything you need to get up and running with the new platform. Once you have a good understanding on the basics, you progress to more advanced topics steadily increasing your understanding as a whole. This holistic knowledge is essential to truly master Windows 8. 1 development. Each topic is covered clearly and concisely and is packed with the details you need to code effectively. The most important features are given a no-nonsense, in-depth treatment and chapters contain examples that demonstrate both the power and the subtlety of Windows 8. 1. What you'll learnWhat Metro and WinRT are capable of and why they are special Ways to use advanced features to create immersive and engaging Windows 8. 1 applications How to create applications that work seamlessly on tablets and desktops How to prepare and deploy your Windows 8. 1 applications Who this book is for This book is suitable for anyone wanting to get to grips with Windows 8. 1 development using the cross-platform standards of XAML and C#. Table of Contents1 Getting Started 2 Building Your First Windows 8 App 3 Themes, Panels, and Controls4 Binding5 Views6 Local Data7 Remote Data and Services8 Search and Share Contracts9 Notifications10 Application Life Cycle11 Making Money12 Publishing Your App"

Proactive Data Mining with Decision Trees

by Haim Dahan Shahar Cohen Lior Rokach Oded Maimon

This book explores a proactive and domain-driven method to classification tasks. This novel proactive approach to data mining not only induces a model for predicting or explaining a phenomenon, but also utilizes specific problem/domain knowledge to suggest specific actions to achieve optimal changes in the value of the target attribute. In particular, the authors suggest a specific implementation of the domain-driven proactive approach for classification trees. The book centers on the core idea of moving observations from one branch of the tree to another. It introduces a novel splitting criterion for decision trees, termed maximal-utility, which maximizes the potential for enhancing profitability in the output tree. Two real-world case studies, one of a leading wireless operator and the other of a major security company, are also included and demonstrate how applying the proactive approach to classification tasks can solve business problems. Proactive Data Mining with Decision Trees is intended for researchers, practitioners and advanced-level students.

Proceedings of 2013 Chinese Intelligent Automation Conference: Intelligent Automation

by Zengqi Sun Zhidong Deng

Proceedings of the 2013 Chinese Intelligent Automation Conference presents selected research papers from the CIAC'13, held in Yangzhou, China. The topics include e.g. adaptive control, fuzzy control, neural network based control, knowledge based control, hybrid intelligent control, learning control, evolutionary mechanism based control, multi-sensor integration, failure diagnosis, and reconfigurable control. Engineers and researchers from academia, industry, and government can gain an inside view of new solutions combining ideas from multiple disciplines in the field of intelligent automation. Zengqi Sun and Zhidong Deng are professors at the Department of Computer Science, Tsinghua University, China.

Proceedings of International Conference on Computer Science and Information Technology

by Srikanta Patnaik Xiaolong Li

The main objective of CSAIT 2013 is to provide a forum for researchers, educators, engineers and government officials involved in the general areas of Computational Sciences and Information Technology to disseminate their latest research results and exchange views on the future research directions of these fields. A medium like this provides an opportunity to the academicians and industrial professionals to exchange and integrate practice of computer science, application of the academic ideas, improve the academic depth. The in-depth discussions on the subject provide an international communication platform for educational technology and scientific research for the world's universities, engineering field experts, professionals and business executives.

Proceedings of International Conference on Internet Computing and Information Communications

by Swamidoss Sathiakumar Lalit Kumar Awasthi M. Roberts Masillamani S. S. Sridhar

The book presents high quality research papers presented by experts in the International Conference on Internet Computing and Information Communications 2012, organized by ICICIC Global organizing committee (on behalf of The CARD Atlanta, Georgia, CREATE Conferences Inc). The objective of this book is to present the latest work done in the field of Internet computing by researchers and industrial professionals across the globe. A step to reduce the research divide between developed and under developed countries.

Proceedings of International Conference on Soft Computing Techniques and Engineering Application

by Srikanta Patnaik Xiaolong Li

The main objective of ICSCTEA 2013 is to provide a platform for researchers, engineers and academicians from all over the world to present their research results and development activities in soft computing techniques and engineering application. This conference provides opportunities for them to exchange new ideas and application experiences face to face, to establish business or research relations and to find global partners for future collaboration.

Proceedings of Ninth International Conference on Wireless Communication and Sensor Networks

by Radhakrishna Maringanti Murlidhar Tiwari Anish Arora

Wireless communication and sensor networks would form the backbone to create pervasive and ubiquitous environments that would have profound influence on the society and thus are important to the society. The wireless communication technologies and wireless sensor networks would encompass a wide range of domains such as HW devices such as motes, sensors and associated instrumentation, actuators, transmitters, receivers, antennas, etc. , sensor network aspects such as topologies, routing algorithms, integration of heterogeneous network elements and topologies, designing RF devices and systems for energy efficiency and reliability etc. These sensor networks would provide opportunity to continuously and in a distributed manner monitor the environment and generate the necessary warnings and actions. However most of the developments have been demonstrated only in controlled and laboratory environments. So we are yet to see those powerful, ubiquitous applications for the benefit of the society. The conference and consequentially the proceedings would provide opportunity to the researchers to interact with other researchers and share their researches covering all the above areas. The proceedings of the conference thus covers the research work of different authors in the area of wireless sensor networks, wireless communications, devices, tools and techniques for WSN, and applications of wireless sensor networks. This book is beneficial for those researchers who are working in the area of wireless sensor networks, wireless communication, and developing applications of Wireless sensor networks.

Proceedings of the 13th International Conference on Man-Machine-Environment System Engineering (Lecture Notes in Electrical Engineering #259)

by Balbir S. Dhillon Shengzhao Long

The integrated and advanced science research topic Man-Machine-Environment system engineering (MMESE) was first established in China by Professor Shengzhao Long in 1981, with direct support from one of the greatest modern Chinese scientists, Xuesen Qian. In a letter to Shengzhao Long from October 22nd, 1993, Xuesen Qian wrote: “You have created a very important modern science and technology in China!” MMESE primarily focuses on the relationship between man, machines and the environment, studying the optimum combination of man-machine-environment systems. In this system, “man” refers to people in the workplace (e.g. operators, decision-makers); “ machine” is the general name for any object controlled by man (including tools, machinery, computers, systems and technologies), and “environment” describes the specific working conditions under which man and machine interact (e.g. temperature, noise, vibration, hazardous gases etc.). The three goals of optimization of Man-Machine-Environment systems are to ensure safety, efficiency and economy. Proceedings of the 13th International Conference on Man-Machine-Environment System Engineering are an academic showcase of the best papers selected from more than 400 submissions, introducing readers to the top research topics and the latest developmental trends in the theory and application of MMESE.These proceedings are interdisciplinary studies on the concepts and methods of physiology, psychology, system engineering, computer science, environment science, management, education, and other related disciplines. Researchers and professionals working in these interdisciplinary fields and researchers on MMESE related topics will benefit from these proceedings.

Proceedings of the 2013 International Conference on Electrical and Information Technologies for Rail Transportation (EITRT2013)-Volume I

by Limin Jia Zhigang Liu Yong Qin Minghua Zhao Lijun Diao

Proceedings of the 2013 International Conference on Electrical and Information Technologies for Rail Transportation (EITRT2013) collects the latest research in this field, including a wealth of state-of-the-art research theories and applications in intelligent computing, information processing, communication technology, automatic control, etc. The objective of the proceedings is to provide a major interdisciplinary forum for researchers, engineers, academics and industrial professionals to present the most innovative research on and developments in the field of rail transportation electrical and information technologies. Contributing authors from academia, industry and the government also offer inside views of new, interdisciplinary solutions. Limin Jia is a professor at Beijing Jiaotong University and Chief Scientist at the State Key Lab of Rail Traffic Control and Safety.

Proceedings of the 2nd International Conference on Intelligent Technologies and Engineering Systems (Lecture Notes in Electrical Engineering #293)

by Jengnan Juang Cheng-Yi Chen Cheng-Fu Yang

This book includes the original, peer reviewed research papers from the conference, Proceedings of the 2nd International Conference on Intelligent Technologies and Engineering Systems (ICITES2013), which took place on December 12-14, 2013 at Cheng Shiu University in Kaohsiung, Taiwan. Topics covered include: laser technology, wireless and mobile networking, lean and agile manufacturing, speech processing, microwave dielectrics, intelligent circuits and systems, 3D graphics, communications and structure dynamics and control.

Proceedings of the 3rd International Conference on Multimedia Technology (ICMT #2013)

by Aly A. Farag Jian Yang Feng Jiao

Proceedings of the 3rd International Conference on Multimedia Technology (ICMT2013) focuses on both the theory and applications of multimedia technology. The recent advances, new research findings and applications in the fields of theoretical, experimental and applied image & video processing and multimedia technology presented at the conference are brought together in this book. It will serve as a valuable reference for scientists and engineers working in multimedia and related fields. Prof. Aly A. Farag works at the University of Louisville, USA; Prof. Jian Yang works at Tsinghua University, China; Dr. Feng Jiao works at Nanjing University of Information Science & Technology, China.

Proceedings of the 9th International Symposium on Linear Drives for Industry Applications, Volume 1

by Xiaozhu Liu Yunyue Ye

The 9th International Symposium on Linear Drives for Industry Applications (LDIA 2013) was held on July 7-10, 2013 in Hangzhou, China. The LDIA 2013 was organized by Zhejiang University, a leading comprehensive university in China, and offered a venue for leading academic and industrial researchers to exchange their views, ideas and findings on innovative technologies and sustainable solutions leading to linear drivers and intelligence applications. The conference featured keynote speakers, a panel discussion and paper presentations. The objective of the LDIA 2013 is to facilitate the exchange of information on best practices and to profile the latest research advances in the areas of linear drive technologies, control theory, information engineering, control engineering and intelligence applications, which mainly concern the fields of Engineering and Computer Science, Informatics, Communications and Control etc. The proceedings are intended for scientists, engineers and graduate students in Engineering and Computer Science, especially those focusing on linear drives.

Proceedings of the 9th International Symposium on Linear Drives for Industry Applications, Volume 2

by Yunyue Ye Xiaozhu Liu

The 9th International Symposium on Linear Drives for Industry Applications (LDIA 2013) was held on July 7-10, 2013 in Hangzhou, China. The LDIA 2013 was organized by Zhejiang University, a leading comprehensive university in China, and offered a venue for leading academic and industrial researchers to exchange their views, ideas and findings on innovative technologies and sustainable solutions leading to linear drivers and intelligence applications. The conference featured keynote speakers, a panel discussion and paper presentations. The objective of the LDIA 2013 is to facilitate the exchange of information on best practices and to profile the latest research advances in the areas of linear drive technologies, control theory, information engineering, control engineering and intelligence applications, which mainly concern the fields of Engineering and Computer Science, Informatics, Communications and Control etc. The proceedings are intended for scientists, engineers and graduate students in Engineering and Computer Science, especially those focusing on linear drives.

Proceedings of the 9th International Symposium on Linear Drives for Industry Applications, Volume 3

by Yunyue Ye Xiaozhu Liu

The 9th International Symposium on Linear Drives for Industry Applications (LDIA 2013) was held on July 7-10, 2013 in Hangzhou, China. The LDIA 2013 was organized by Zhejiang University, a leading comprehensive university in China, and offered a venue for leading academic and industrial researchers to exchange their views, ideas and findings on innovative technologies and sustainable solutions leading to linear drivers and intelligence applications. The conference featured keynote speakers, a panel discussion and paper presentations. The objective of the LDIA 2013 is to facilitate the exchange of information on best practices and to profile the latest research advances in the areas of linear drive technologies, control theory, information engineering, control engineering and intelligence applications, which mainly concern the fields of Engineering and Computer Science, Informatics, Communications and Control etc. The proceedings are intended for scientists, engineers and graduate students in Engineering and Computer Science, especially those focusing on linear drives.

Proceedings of the 9th International Symposium on Linear Drives for Industry Applications, Volume 4

by Xiaozhu Liu Yunyue Ye

The 9th International Symposium on Linear Drives for Industry Applications (LDIA 2013) was held on July 7-10, 2013 in Hangzhou, China. The LDIA 2013 was organized by Zhejiang University, a leading comprehensive university in China, and offered a venue for leading academic and industrial researchers to exchange their views, ideas and findings on innovative technologies and sustainable solutions leading to linear drivers and intelligence applications. The conference featured keynote speakers, a panel discussion and paper presentations. The objective of the LDIA 2013 is to facilitate the exchange of information on best practices and to profile the latest research advances in the areas of linear drive technologies, control theory, information engineering, control engineering and intelligence applications, which mainly concern the fields of Engineering and Computer Science, Informatics, Communications and Control etc. The proceedings are intended for scientists, engineers and graduate students in Engineering and Computer Science, especially those focusing on linear drives.

Proceedings of the Second International Conference on Soft Computing for Problem Solving (SocProS 2012), December 28-30, 2012

by B. V. Babu Atulya Nagar Kusum Deep Millie Pant Jagdish Chand Bansal Kanad Ray Umesh Gupta

The present book is based on the research papers presented in the International Conference on Soft Computing for Problem Solving (SocProS 2012), held at JK Lakshmipat University, Jaipur, India. This book provides the latest developments in the area of soft computing and covers a variety of topics, including mathematical modeling, image processing, optimization, swarm intelligence, evolutionary algorithms, fuzzy logic, neural networks, forecasting, data mining, etc. The objective of the book is to familiarize the reader with the latest scientific developments that are taking place in various fields and the latest sophisticated problem solving tools that are being developed to deal with the complex and intricate problems that are otherwise difficult to solve by the usual and traditional methods. The book is directed to the researchers and scientists engaged in various fields of Science and Technology.

Proceedings of the Third International Conference on Soft Computing for Problem Solving

by Millie Pant Kusum Deep Atulya Nagar Jagdish Chand Bansal

The proceedings of SocProS 2013 serve as an academic bonanza for scientists and researchers working in the field of Soft Computing. This book contains theoretical as well as practical aspects of Soft Computing, an umbrella term for techniques like fuzzy logic, neural networks and evolutionary algorithms, swarm intelligence algorithms etc. This book will be beneficial for the young as well as experienced researchers dealing with complex and intricate real world problems for which finding a solution by traditional methods is very difficult. The different areas covered in the proceedings are: Image Processing, Cryptanalysis, Supply Chain Management, Newly Proposed Nature Inspired Algorithms, Optimization, Problems related to Medical and Health Care, Networking etc.

Proceedings of the Third International Conference on Soft Computing for Problem Solving

by Millie Pant Kusum Deep Atulya Nagar Jagdish Chand Bansal

The proceedings of SocProS 2013 serve as an academic bonanza for scientists and researchers working in the field of Soft Computing. This book contains theoretical as well as practical aspects of Soft Computing, an umbrella term for techniques like fuzzy logic, neural networks and evolutionary algorithms, swarm intelligence algorithms etc. This book will be beneficial for the young as well as experienced researchers dealing with complex and intricate real world problems for which finding a solution by traditional methods is very difficult. The different areas covered in the proceedings are: Image Processing, Cryptanalysis, Supply Chain Management, Newly Proposed Nature Inspired Algorithms, Optimization, Problems related to Medical and Health Care, Networking etc.

Process-Driven Applications with BPMN

by Volker Stiehl

How can we optimize differentiating business processes and exploit their full potential? Here Volker Stiehl provides answers, utilizing the various options that the BPMN (Business Process Model and Notation) standard offers for planning, implementing and monitoring processes. The book presents an approach for implementing an architecture for applications that strives to find a balance between development and maintenance costs, sustainability, scalability and fault tolerance; that meets flexibility requirements without becoming inordinately complex itself; and that keeps the end application as abstract as possible from the system landscape in which it operates. Based on the semantic enhancements found in version 2. 0 of the BPMN standard, which have made it possible to execute process models, his approach exploits BPMN to create and run complete application architectures. In this context, BPMN is not just used to model the business processes of the application, as the "B" in BPMN might suggest; but also to model and execute the integration processes between the systems. Throughout the book, the software package SAP Process Orchestration is used to illustrate the implementation of the proposed architecture, yet all recommendations are intentionally kept generic so that they can be implemented on any other comparable platform as well. Software architects, IT managers, software developers and project managers, as well as students of information and business technology will find the book a valuable resource. The proposed application architecture offers them a detailed blueprint, the principles of which they can use to plan and implement process-driven distributed applications.

Process-Oriented Dynamic Capabilities

by Ralf Plattfaut

​This book introduces a process-oriented dynamic capability framework to study both, service innovation and Business Process Management (BPM). Results from applications in several case studies and surveys are reported. They reflect, e. g. , capability development and maturity models. Based on these findings, a method to support service innovation is introduced. This method can help organizations in developing new service business models in a more effective and efficient way. In today's networked service society, service innovation becomes increasingly important. Reasons for this development can be found in the transformation of economies and in the growing importance of product-service systems. The concept of service innovation is related to Business Process Management (BPM) and shares several important traits. They both are process-oriented dynamic capabilities to adapt (service) processes to changing environments.

Processing, second edition: A Programming Handbook for Visual Designers and Artists

by Casey Reas Ben Fry

The new edition of an introduction to computer programming within the context of the visual arts, using the open-source programming language Processing; thoroughly updated throughout. The visual arts are rapidly changing as media moves into the web, mobile devices, and architecture. When designers and artists learn the basics of writing software, they develop a new form of literacy that enables them to create new media for the present, and to imagine future media that are beyond the capacities of current software tools. This book introduces this new literacy by teaching computer programming within the context of the visual arts. It offers a comprehensive reference and text for Processing (www.processing.org), an open-source programming language that can be used by students, artists, designers, architects, researchers, and anyone who wants to program images, animation, and interactivity. Written by Processing's cofounders, the book offers a definitive reference for students and professionals. Tutorial chapters make up the bulk of the book; advanced professional projects from such domains as animation, performance, and installation are discussed in interviews with their creators.This second edition has been thoroughly updated. It is the first book to offer in-depth coverage of Processing 2.0 and 3.0, and all examples have been updated for the new syntax. Every chapter has been revised, and new chapters introduce new ways to work with data and geometry. New “synthesis” chapters offer discussion and worked examples of such topics as sketching with code, modularity, and algorithms. New interviews have been added that cover a wider range of projects. “Extension” chapters are now offered online so they can be updated to keep pace with technological developments in such fields as computer vision and electronics.InterviewsSUE.C, Larry Cuba, Mark Hansen, Lynn Hershman Leeson, Jürg Lehni, LettError, Golan Levin and Zachary Lieberman, Benjamin Maus, Manfred Mohr, Ash Nehru, Josh On, Bob Sabiston, Jennifer Steinkamp, Jared Tarbell, Steph Thirion, Robert Winter

Product Information Management

by Jorij Abraham

Product Information Management is the latest topic that companies across the world are deliberating upon. As companies sell online, they are confronted with the fact that not all information necessary to sell their products is available. Where marketing, sales and finance have been core processes of the corporate world for a long time, PIM is a new business process with its own unique implementation and management challenges. The book describes the core PIM processes; their strategic, tactical and operational benefits and implementation challenges. The book has been written for managers, business users as well as students, and illustrates the different concepts with practical cases from companies like Coca Cola, Nikon and Thomas Cook.

Production Pipeline Fundamentals for Film and Games

by Renee Dunlop

Every production is built on the backbone of the pipeline. While a functional and flexible pipeline can’t assure a successful project, a weak pipeline can guarantee its demise. A solid pipeline produces a superior product in less time and with happier artists who can remain creative throughout the grueling production schedule. Walk through the foundational layers of the production pipeline, including IT infrastructure, software development practices and deployment policies, asset management, shot management, and rendering management. Production Pipeline Fundamentals for Film and Games will teach you how to direct limited resources to the right technological initiatives, getting the most for every dollar spent. Learn how to prepare for and manage all aspects of the pipeline with this entirely unique, one-of-a-kind guide. Expand your knowledge with real-world pipeline secrets handed to you by a stellar group of professionals from across the globe. Visit the companion website for even further resources on the pipeline.

Refine Search

Showing 39,626 through 39,650 of 54,318 results