Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

The ChatGPT Mac app is the ultimate screenshot-to-code tool. Screenshot anything, paste it in the ChatGPT shortcut, and just tell GPT-4o to code it for you. Here's me taking a snapshot of Snake Game and getting fully working code in 90 seconds. Video is on 3x speed.

860,703 Aufrufe • vor 2 Jahren •via X (Twitter)

10 Kommentare

Profilbild von Rowan Cheung
Rowan Cheungvor 2 Jahren

Idea was inspired by the one and only @dr_cintas! Comment anything else you want me to try with early access to the ChatGPT Mac app 👇

Profilbild von Alvaro Cintas
Alvaro Cintasvor 2 Jahren

This is amazing, the Mac app is speeding up workflows 10x! And what I'm really excited about is when we get to share our screens real-time and ask questions about it with our voice. It will be WILD 🤯

Profilbild von Rowan Cheung
Rowan Cheungvor 2 Jahren

Excited for it! After that, it'll be fascinating to see how OpenAI adds agentic/action capabilities With Project Astra, it's clear they'll connect everything to Google Workspace apps, but with OpenAI, I'm not so sure (unless the Apple deal finalizes)

Profilbild von myron koch
myron kochvor 2 Jahren

I guess it's not yet available to all Plus users yet? I keep getting this error.

Profilbild von Rowan Cheung
Rowan Cheungvor 2 Jahren

It's rolling out slowly, I got lucky to be in one of the first batches If you get access you'll see a popup on

Profilbild von Lucas Cooper-Bey
Lucas Cooper-Beyvor 2 Jahren

Thanks but can you sample anything more useful as an example? I get that that’s awesome but if there’s something else that can stoke my creativity

Profilbild von Charge Shivers
Charge Shiversvor 2 Jahren

I thought the desktop app can screen share. But if screen shots is all it can do, the web app has the same capability, no?

Profilbild von Rowan Cheung
Rowan Cheungvor 2 Jahren

The screen share/viewing capabilities and Voice features aren't available to anyone yet

Profilbild von Costa Strawberry Al
Costa Strawberry Alvor 2 Jahren

But can it build Mario?

Profilbild von Min Choi
Min Choivor 2 Jahren

Wild stuff. Coding will never be the same 🤯

Ähnliche Videos

👀 I used OpenAI's Code Interpreter to make Flappy Bird 🐦in 7 minutes: Code Interpreter/GPT-4 for code generation. Pre-existing or AI-generated assets for graphics. --- Here's how to make the game in only 6 steps: (1): Enter the following prompt: "write p5.js code for Flappy Bird where you control a yellow bird continuously flying between a series of green pipes. The bird flaps every time you left click the mouse. If the bird falls to the ground or hits a pipe, you lose. This game goes on infinitely until you lose and you get points the further you go". (2): Use generative AI or existing game assets and spirits. I searched "flappy bird assets" on Google and used the first link, a GitHub repo with pngs from the original Flappy Bird. (3): Use this prompt to link assets to the code: "Please generate the entire file again based on the fact I'm using a unique background, spirits for the bird, and pipes. Here is the list of assets I'm using: [list of file names]." Code Interpreter should modify the code accordingly to include the list of file names. (4) Make an account OpenProcessing -> create a sketch -> paste in the code generated by Code Interpreter -> upload in-game assets from step (2). (5) (Optional) Ask ChatGPT to make changes to improve the in-game experience e.g., adding a high score, restarting the game when the bird dies, etc. Copy the new code into your OpenProcessing sketch and reload the game. (6) If something doesn't work, ask GPT4 to fix it. Copy and paste the error message and ask it to regenerate the code. --- Bonus Tips: - Iteratively test code. Each time you make a change using Code Interpreter, test the updated code by playing the game so you catch new bugs early. - Learn programming by asking questions: "Act as a senior programmer very good at explaining concepts to a beginner. Tell me how gravity works in this game and how you used code to make this happen."Code Interpreter/GPT4 for code generation. Download Pre-existing assets or generate new images for graphics. Excited to see what you make!

Alex Ker 🔭

739,874 Aufrufe • vor 3 Jahren