Simulations in Swift 5 (e-bog) af Nouvelle, Beau
Nouvelle, Beau (forfatter)

Simulations in Swift 5 e-bog

310,39 DKK (inkl. moms 387,99 DKK)
Design and implement simulations using Apples Swift Playgrounds. Computer simulations are used to replicate the physical systems we see all around us. They help us solve problems by performing experiments that may otherwise be impossible in the real world.  This book uses simulations to solve counter-intuitive logic puzzles, create procedural artworks, and build habitats for digital l...
E-bog 310,39 DKK
Forfattere Nouvelle, Beau (forfatter)
Forlag Apress
Udgivet 25 oktober 2019
Genrer Apple operating systems
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781484253373
Design and implement simulations using Apples Swift Playgrounds. Computer simulations are used to replicate the physical systems we see all around us. They help us solve problems by performing experiments that may otherwise be impossible in the real world.  This book uses simulations to solve counter-intuitive logic puzzles, create procedural artworks, and build habitats for digital lifeforms. To help you create your own simulations using the Swift programming language, this book is filled with projects that you can easily follow along with. All you need is a Mac with the latest version of Xcode installed. All projects are written in Xcode's Playgrounds. This keeps the process simple. No need to setup an Apple account, or learn anything further about building apps.Simulations are used in many areas within computer science and yet, barely anyone is teaching them. Sure, the fundamentals are in algorithm design, but simulations are a step above that. Usually when writing an algorithm you have a specific outcome in mind. However, when you create a simulation, the system you are modelling can be far more unpredictable than sorting a list, or navigating a maze. Simulations in Swift 5 will guide you through all of this.What You'll LearnSimulate situations with advanced algorithms to solve advanced problemsIncorporate real-world physics into simulated problemsPredict biological and other systems behavior and the outcome of events based on presented factorsWho This Book Is ForSwift programmers interested in tackling fun projects in Swift involving advanced algorithms and factors