Home Game Development 3D Game Development

3D Game Development

Packt Hub provides the latest tutorials and insights in 3D Game Development. Whether you’re a Unity, Unreal or Xenko developer, the Hub will keep you up to date and give you the skills you need to succeed.

game engine

Working with shaders in C++ to create 3D games

0
A shader is a computer program that is used to do image processing such as special effects, color effects, lighting, and, well, shading. The...
fuzzy logic in games

Implementing fuzzy logic to bring AI characters alive in Unity based 3D games

0
Fuzzy logic is a fantastic way to represent the rules of your game in a more nuanced way. Perhaps more so than other concepts,...
fuzzy logic in games

Building C++ game play engines in finite state machine pattern [Tutorial]

0
One of the most important aspect of game development is creating game states which helps in different tasks like controlling game flows, managing different...

Textures in Blender

0
Procedural Textures vs. Bitmap Textures Blender has basically two types of textures, which are procedural textures and bitmap textures. Each one has both positive and...

Development Tricks with Unreal Engine 4

0
In this article by Benjamin Carnall, the author of Unreal Engine 4 by Example, we will look at some development tricks with Unreal Engine 4. (For more...
game engine

macOS gets RPCS3 and Dolphin using Gfx-portability, the Vulkan portability implementation for non-Rust apps

0
The Vulkan Portability implementation, gfx-portability allows non-Rust applications that use Vulkan to run with ease. After improving the functionality of gfx-portability’s Metal backend through benchmarking...
AI for games

CraftAssist: An open-source framework to enable interactive bots in Minecraft by Facebook researchers

0
Two days ago, researchers from Facebook AI Research published a paper titled “CraftAssist: A Framework for Dialogue-enabled Interactive Agents”. The authors of this research...

Blender 2.5: creating a UV texture

0
Before we can create a custom UV texture, we need to export our current UV map from Blender to a file that an image...
Nintendo Switch

Meet yuzu – an experimental emulator for the Nintendo Switch

0
The makers of Citra, an emulator for the Nintendo 3DS, have released a new emulator called yuzu. This emulator is made for the Nintendo...
AI in games

AI for game developers: 7 ways AI can take your game to the next...

0
Artificial Intelligence (AI) is a rich and complex topic. At first glance, it can seem intimidating. The uses for it are diverse, ranging from...

Must Read in Game Dev

Why should you use Unreal Engine 4 to build Augmented and...

0
This is an exciting time to be a game developer. New technologies like Virtual Reality (VR) and Augmented Reality (AR) are here and growing...

Interviews