0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (1)
  • R1,000 - R2,500 (4)
  • R2,500 - R5,000 (3)
  • -
Status
Brand

Showing 1 - 8 of 8 matches in All Departments

The Transgender Studies Reader (Hardcover): Susan Stryker, Stephen Whittle The Transgender Studies Reader (Hardcover)
Susan Stryker, Stephen Whittle
R4,364 Discovery Miles 43 640 Ships in 12 - 17 working days

Transgender studies is the latest area of academic inquiry to grow out of the exciting nexus of queer theory, feminist studies, and the history of sexuality. Because transpeople challenge our most fundamental assumptions about the relationship between bodies, desire, and identity, the field is both fascinating and contentious. The Transgender Studies Reader puts between two covers fifty influential texts with new introductions by the editors that, taken together, document the evolution of transgender studies in the English-speaking world. By bringing together the voices and experience of transgender individuals, doctors, psychologists and academically-based theorists, this volume will be a foundational text for the transgender community, transgender studies, and related queer theory.

Respect and Equality - Transsexual and Transgender Rights (Paperback): Stephen Whittle Respect and Equality - Transsexual and Transgender Rights (Paperback)
Stephen Whittle
R1,584 Discovery Miles 15 840 Ships in 12 - 17 working days

This work argues that current law does not adequately provide for transgender people and calls for respect and equality before the law. Theoretical discussions of sex, sexuality, gender and law, and an extensive range of primary and secondary research materials, are combined to provide an insightful analysis into the inadequacies of current law.

Respect and Equality - Transsexual and Transgender Rights (Hardcover): Stephen Whittle Respect and Equality - Transsexual and Transgender Rights (Hardcover)
Stephen Whittle
R4,159 Discovery Miles 41 590 Ships in 12 - 17 working days

In this fascinating work, theoretical discussions of sex, sexuality, gender and law, and an extensive range of primary and secondary research materials, are combined to provide an insightful analysis into the inadequacies of current law.

The Transgender Studies Reader (Paperback, New Ed): Susan Stryker, Stephen Whittle The Transgender Studies Reader (Paperback, New Ed)
Susan Stryker, Stephen Whittle
R1,984 Discovery Miles 19 840 Ships in 9 - 15 working days

Transgender studies is the latest area of academic inquiry to grow out of the exciting nexus of queer theory, feminist studies, and the history of sexuality. Because transpeople challenge our most fundamental assumptions about the relationship between bodies, desire, and identity, the field is both fascinating and contentious. The Transgender Studies Reader puts between two covers fifty influential texts with new introductions by the editors that, taken together, document the evolution of transgender studies in the English-speaking world. By bringing together the voices and experience of transgender individuals, doctors, psychologists and academically-based theorists, this volume will be a foundational text for the transgender community, transgender studies, and related queer theory.

Trans Voices - Becoming Who You Are (Paperback): Declan Henry Trans Voices - Becoming Who You Are (Paperback)
Declan Henry; Foreword by Stephen Whittle; Afterword by Jane Fae
R478 Discovery Miles 4 780 Ships in 12 - 17 working days

Bronze Winner for the 2017 Independent Publisher Book Awards in the category of Gay/Lesbian/Bi/Trans Non-Fiction Foregrounding the voices of transgender and non-binary people, this honest and insightful book is a compilation of the voices of those who have decided to undergo transition - both male-to-female and female-to-male. Drawing on over one hundred interviews with individuals, the book details the diverse experiences and challenges faced by those who transition, exploring a range of topics such as hormone treatments; reassignment surgeries; coming out; sex and sexuality; physical, emotional and mental health; transphobia; discrimination; and hate crime, as well as highlighting the lives of non-binary individuals and those who cross-dress to form a wider understanding of the varied ways in which people experience gender. This powerful book is an ideal introduction to those keen to understand more about contemporary trans issues as well as those questioning their own gender identity.

Unreal Engine 4.x Scripting with C++ Cookbook - Develop quality game components and solve scripting problems with the power of... Unreal Engine 4.x Scripting with C++ Cookbook - Develop quality game components and solve scripting problems with the power of C++ and UE4, 2nd Edition (Paperback, 2nd Revised edition)
John P. Doran, William Sherif, Stephen Whittle
R1,332 Discovery Miles 13 320 Ships in 10 - 15 working days

Write efficient, reusable scripts to build custom characters, game environments, and control enemy AI Key Features Build captivating multiplayer games using Unreal Engine and C++ Incorporate existing C++ libraries into your game to add extra functionality such as hardware integration Practical solutions for memory management, error handling, inputs, and collision for your game codebase Book DescriptionUnreal Engine 4 (UE4) is a popular and award-winning game engine that powers some of the most popular games. A truly powerful tool for game development, there has never been a better time to use it for both commercial and independent projects. With more than 100 recipes, this book shows how to unleash the power of C++ while developing games with Unreal Engine. This book takes you on a journey to jumpstart your C++ and UE4 development skills. You will start off by setting up UE4 for C++ development and learn how to work with Visual Studio, a popular code editor. You will learn how to create C++ classes and structs the Unreal way. This will be followed by exploring memory management, smart pointers, and debugging your code. You will then learn how to make your own Actors and Components through code and how to handle input and collision events. You will also get exposure to many elements of game development including creating user interfaces, artificial intelligence, and writing code with networked play in mind. You will also learn how to add on to the Unreal Editor itself. With a range of task-oriented recipes, this book provides actionable information about writing code for games with UE4 using C++. By the end of the book, you will be empowered to become a top-notch developer with UE4 using C++ as your scripting language! What you will learn Create C++ classes and structs that integrate well with UE4 and the Blueprints editor Discover how to work with various APIs that Unreal Engine already contains Utilize advanced concepts such as events, delegates, and interfaces in your UE4 projects Build user interfaces using Canvas and UMG through C++ Extend the Unreal Editor by creating custom windows and editors Implement AI tasks and services using C++, Blackboard, and Behavior Trees Write C++ code with networking in mind and replicate properties and functions Who this book is forIf you are really passionate game developer looking for solutions to common scripting problems, then this is the book for you. Understanding of the fundamentals of game design and C++ is expected to get the most from this book.

Unreal Engine 4 Scripting with C++ Cookbook (Paperback): William Sherif, Stephen Whittle Unreal Engine 4 Scripting with C++ Cookbook (Paperback)
William Sherif, Stephen Whittle
R1,482 Discovery Miles 14 820 Ships in 10 - 15 working days

Get the best out of your games by scripting them using UE4 About This Book * A straightforward and easy-to-follow format * A selection of the most important tasks and problems * Carefully organized instructions to solve problems efficiently * Clear explanations of what you did * Solutions that can be applied to solve real-world problems Who This Book Is For This book is intended for game developers who understand the fundamentals of game design and C++ and would like to incorporate native code into the games they make with Unreal. They will be programmers who want to extend the engine, or implement systems and Actors that allow designers control and flexibility when building levels. What You Will Learn * Build function libraries (Blueprints) containing reusable code to reduce upkeep * Move low-level functions from Blueprint into C++ to improve performance * Abstract away complex implementation details to simplify designer workflows * Incorporate existing libraries into your game to add extra functionality such as hardware integration * Implement AI tasks and behaviors in Blueprints and C++ * Generate data to control the appearance and content of UI elements In Detail Unreal Engine 4 (UE4) is a complete suite of game development tools made by game developers, for game developers. With more than 100 practical recipes, this book is a guide showcasing techniques to use the power of C++ scripting while developing games with UE4. It will start with adding and editing C++ classes from within the Unreal Editor. It will delve into one of Unreal's primary strengths, the ability for designers to customize programmer-developed actors and components. It will help you understand the benefits of when and how to use C++ as the scripting tool. With a blend of task-oriented recipes, this book will provide actionable information about scripting games with UE4, and manipulating the game and the development environment using C++. Towards the end of the book, you will be empowered to become a top-notch developer with Unreal Engine 4 using C++ as the scripting language. Style and approach A recipe based practical guide to show you how you can leverage C++ to manipulate and change your game behavior and game design using Unreal Engine 4.

Reclaiming Genders - Transsexual Grammars at the Fin de Siecle (Hardcover): Kate More, Stephen Whittle Reclaiming Genders - Transsexual Grammars at the Fin de Siecle (Hardcover)
Kate More, Stephen Whittle; Stephen Whittle
R4,433 Discovery Miles 44 330 Ships in 10 - 15 working days

This collection of essays is an interdisciplinary work bringing together an internationally acclaimed group of transgender writers. Informed by both academic and street experiences, it considers the practical issues faced in changing the world view of gender as well as the limitations of queer, feminism and post-modernism. In a wide-ranging set of contributions, it addresses our engendered places now and what we can aim for in the future. It evaluates the mechanisms we can use to galvanize both the micro theories of gender as a personal experience of oppression and the macro theories of gender as a site of social regulation. The collection aims to take identity politics and reclaim identity for the self.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Professor Snape Wizard Wand - In…
 (8)
R832 Discovery Miles 8 320
Bostik Glu Dots - Removable (64 Dots)
 (3)
R55 Discovery Miles 550
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
UHU Super Glue Gel (3g)
R33 Discovery Miles 330
Hani - A Life Too Short
Janet Smith, Beauregard Tromp Paperback R310 R248 Discovery Miles 2 480
Queen Of Me
Shania Twain CD R195 Discovery Miles 1 950
Nintendo Labo Customisation Set for…
R257 R119 Discovery Miles 1 190

 

Partners