Lesson 2 Lecture

For this lesson, we're going to focus on 2 big things: how to integrate ChatGPT into your scene, and how to use widgets.

Introduction to Widgets with the Label Widget

Let's talk about widgets, which are common GUI elements that games and apps use.

Take a look at the guide here.

The Button Widget

The Button widget will allow you to make a button!.. what else would it make?

Take a look at the guide here.

The Textbox Widget

The textbox widget is another important way for you to add functionality to your program, by allowing users to type in their queries.

Take a look at the guide here.

OpenAI ChatGPT

This is the big one! Let's figure out how to connect ChatGPT to CreatiCode. As it turns out, it's really really easy, but it can also come with some limitations.

Do note that no API key from an external account is required to use ChatGPT in CreatiCode. Seriously.

Take a look at the guide here.