Advanced Search
Search Results
233 total results found
UE Foliage
This is a multi-part tutorial on creating virtual worls in Unreal Engine. This tutorial assumes you have a basic understanding of 3D work but no prior experience is necessary. Please contact the Creative Technology Lab for questions or assistance. Foliage Too...
How to send data to p5.js from Arduino
What is the Serial Communication? Serial communication is the process of sending data one bit at a time, sequentially, over a communication channel or computer bus. Simply put, serial communication is the communication between two or more computers with binary...
What is the MetaHuman Creator?
Unreal Engine, developed by Epic Games, has introduced an incredible tool called the Metahuman Creator. This tool revolutionizes the process of creating virtual humans, making it easier and more realistic than ever before. Let's explore how the Metahuman Crea...
3D Scanning a face for MetaHuman
This guide will show you how to create a realistic copy of yourself into a MetaHuman for you to use in digital content. This guide assumes you have a basic knowledge of 3D modelling but will cover most of the steps required. The approach we are going to use t...
Unreal Engine UI Video
A short demo explaining the basic UI of Unreal Engine, as well as instructions on how to navigate viewports and content organisation.
How to build a project onto a VR headset
1. Install Unreal Engine and Required VR SDKs: Download and install the latest version of Unreal Engine from the Epic Games website. Identify the VR platform and headset you want to target (e.g., Oculus Rift, HTC Vive, Oculus Quest, etc.). Install the correspo...
How to build to a Meta Quest 2
Building a VR app for the Meta Quest 2 from Unreal Engine involves a series of steps, including setting up the development environment, configuring project settings, and packaging the app. Below are detailed instructions to guide you through the process: I...
How to build to a Vive Pro or Vive Pro Eye
Building a VR app for the Vive Pro Eye with Unreal Engine involves several steps, including setting up the development environment, configuring project settings, and packaging the app. Below are detailed instructions to guide you through the process: Install...
Introduction to the PyCharm IDE
Creating Your First Project in PyCharm When you first use PyCharm, you'll be welcomed by its startup screen. To create a blank Python project, click on "New project." PyCharm will now prompt you to configure the Python project: In this example, the project ...
Introduction to Python
Welcome to the world of programming with Python! In this chapter, we will embark on a journey to explore the fundamentals of Python, one of the most versatile and popular programming languages in the world. Whether you're a complete beginner or have some progr...
Installing Mamba
As you work on more complex Python projects, you'll start using something called libraries to add extra features to your programs. Think of libraries as ready-made sets of code created and maintained by other developers. They're like toolkits that solve specif...
Python and Art
Installing PyCharm
What is an IDE and Why Use One? A programming Integrated Development Environment (IDE) is a software application that provides a comprehensive set of tools and features to assist you in your programming. It serves as a central platform for programmers to write...
Installing Python
Mac Windows
Variables
Introduction to Variables To start, let's create a new Python file called "variables." This can be done by going to the project tool window on the left-hand side and right-clicking on your "first-pycharm-project" folder. From here you can then select New > Pyt...