Discover How to Create a Random City Street Generator
In today’s post, we are creating a random city street generator. I was working on an idea for...
Extending Picogame Engine: How to Translate MakeCode Arcade
In today’s post, we extend our PicoGame engine to read and execute a MakeCode Arcade script. The Approach...
PicoGame Engine: Adding an SD Card Reader and Menu
Now that we have our basic PicoGame engine running, I wanted the ability to load different games on...
Using Python to Generate Mandelbrot Texture for Blender
A few weeks ago, I posted on how to use Open Shading Language (OSL) to create a Mandelbrot...
Easy Quick-Start Guide to Creating a Raspberry Pico Game Engine
The Raspberry Pi Pico is an amazing board. It only costs $4 and provides unbelievable computing capability for...
Learn How to Set Up Drivers in Blender Using Python API
In our last post, we dove into drivers, focusing on what they are and how to set them...
How to Access and Manipulate Keyframes in the Blender Python API
Keyframes are the foundational element of animation. Blender provides amazing functionality with keyframes. Almost any setting in Blender...
Create Simple World Nodes with the Blender Python API
When making new materials or models, I like to use HDRI lighting. However, I don’t want to see...
How to Make a Dynamic Dropdown in Blender Python
A frequently asked question I see on various Blender Python boards is how to make a dynamic dropdown....
Take a Spin: How to Create Blender Python Camera Rotation
In this post, we show how to create a UI panel and Python script to rotate a camera...