Skip to main content

Max Glenister

This is a really impressive feat, and the ultimate asymmetrical VR experience!

The process of making a multiplayer-cross-platform video game that has parts that run on everything from a tiny microcontroller to a high end VR setup

https://www.youtube.com/watch?v=VnZac6lA1_k

Max Glenister

This is how the cover art of Defender of the Crown (1986) was made

https://spelpappan.se/2013/08/this-is-how-the-cover-art-of-defender-of-the-crown-1986-was-made/

Max Glenister

I've posted a short blog post about shutting down Dingoonity.org after 14 years https://blog.omgmog.net/post/saying-goodbye-to-dingoonity/

Max Glenister

I've jumped on the ChatGPT bandwagon lately. Using Open AIs implementation. I can see how conversational interfaces are going to revolutionize the way we use search.

Take my example from today - I wanted to batch convert a directory of PDF files to PNG:

Me:

How can I easily convert a directory of pdf files to png

AI:

You can use an open-source command-line tool called "ImageMagick" to easily convert a directory of PDF files to PNG images. Here's how to do it:

Install ImageMagick: You can download ImageMagick from their official website and install it on your computer.

Open a command prompt or terminal: Navigate to the directory where your PDF files are located.

Run the following command: magick mogrify -format png *.pdf

This command will convert all the PDF files in the current directory to PNG format. The converted PNG files will have the same name as the original PDF files, but with the .png extension.

If you want to convert the PDF files to a different image format, such as JPEG, you can simply replace "png" in the command with "jpg" or the desired image format.

Note that ImageMagick can also be used to convert individual PDF files to PNG images by using the "convert" command. Here's an example:

magick convert example.pdf example.png

This will convert the file "example.pdf" to a PNG image called "example.png".

Me:

how would I set the output resolution?

AI:

To set the output resolution for the converted PNG files, you can add the -density option to the ImageMagick command. The -density option specifies the number of pixels per inch (PPI) for the output image. Here's how to set the output resolution to 300 PPI:

magick mogrify -density 300 -format png *.pdf

This command will convert all the PDF files in the current directory to PNG images with a resolution of 300 PPI. You can adjust the resolution to a different value by changing the number after the -density option.

Note that the output image size will depend on the original PDF file's dimensions and the resolution you set. If the PDF file is large, the output PNG file may also be large in size. You can also use the -resize option to resize the output image to a specific size after converting it.

Me:

How would I make the transparent areas of the converted images be white?

AI:

To make the transparent areas of the converted images be white, you can use the -background and -alpha options in the ImageMagick command. Here's an example command that sets the transparent areas to white:

magick mogrify -background white -alpha background -flatten -density 300 -format png *.pdf

This command does the following:

-background white: sets the background color of the image to white. -alpha background: tells ImageMagick to treat transparent areas as background. -flatten: merges the alpha channel with the background color to create a fully opaque image. -density 300: sets the resolution of the output image to 300 PPI. -format png: sets the output format to PNG. *.pdf: specifies the input PDF files to convert. This command will convert all PDF files in the current directory to PNG images with transparent areas set to white. The output images will have a resolution of 300 PPI and will be saved as PNG files.

Max Glenister

Visual design rules you can safely follow every time

https://anthonyhobday.com/sideprojects/saferules/

Max Glenister

I finally got around to publishing a blog post about the movies I watched in 2022.

https://blog.omgmog.net/post/the-movies-i-watched-in-2022/

Max Glenister

Open UI: The missing industry standard definition of UI

https://open-ui.org

Max Glenister

Will Wright on Designing User Interfaces to Simulation Games

https://donhopkins.medium.com/designing-user-interfaces-to-simulation-games-bd7a9d81e62d

Max Glenister

The Mystery of the Dune Font

Putting a name to the typeface that defined the visual identity of the science fiction series and its author, Frank Herbert

https://fontsinuse.com/uses/43515/the-mystery-of-the-dune-font

Max Glenister

This seems like a useful tool. Lots of information that is usually a pain to compare!

Carsized: Compare car design and dimensions in a Virtual Showroom

https://www.carsized.com/en/

Max Glenister

I spent some time this evening fiddling with the UX of VR website. Pruned some dead links, de-Twittered the site, and added some multi-column goodness for wider screens.

I really wish I had the time/energy to add more content these days, but alas.

Anyway, check it out here: https://www.uxofvr.com

Max Glenister

💯

Create better designed games with these comprehensive guidelines that feature classic design principles combined with modern accessibility standards.

https://accessiblegamedesign.com

Max Glenister

This really does seem handy!

Shopify/handy: The eastiest way to mocap your hands! We developed this tool in order to streamline the process of capturing hand movements from Meta Quest headsets and bringing them into Blender for use in animations.

https://github.com/Shopify/handy https://diegomacario.github.io/Hands-In-The-Web/public/index.html

Max Glenister

Remaking Old Computer Graphics With AI Image Generation Can AI Image generation tools make re-imagined, higher-resolution versions of old video game graphics?

https://jalammar.github.io/ai-image-generation-tools/

Max Glenister

Max Glenister

When to hold ’em and when to fold ’em: Adding a hinge to a Game Boy that God never intended

https://posts.decontextualize.com/pocket-sp/

Max Glenister

Over 16,000 people still using their Pebble watches! I still go back to my Pebble Time from time to time 🥁

https://rebble.io/2022/11/02/rebble-hackathon.html

Max Glenister

Some great points! 👍👍

Why is VR more restrictive than my 27” monitor? Doesn’t that defeat the entire point?

Being able to manipulate and configure the environment in a way that is comfortable and bespoke to a user is probably the best end goal. Once we've gotten over the novelty of the new interaction paradigms, maybe this will become the norm.

We should be looking to VR headsets as an alternative to standard displays. The default for an experience should not be a full body workout.

One of the most limiting factors for me as a healthy type-1 diabetic is having a blood sugar crash after 30 minutes of using my full body as a controller in a game.

https://www.owlbynight.com/blog/missing-the-point-of-vr/

Max Glenister

Monocraft A programming font based on the typeface used in Minecraft

https://github.com/IdreesInc/Monocraft

Max Glenister

DOOM as you didn't realise you needed it!

Voxel DOOM: A mod that replaces 2d characters and props from Doom with fully 3d voxel-based models.

https://www.moddb.com/mods/doom-voxel-project

Max Glenister

These are all amazing game UI/UX resources.

The best collection of the most beautiful, exceptional and inspiring video game interfaces and screenshots.

https://videogameinterfaces.com

Explore a collection of video games interfaces, screenshots, and clips. Take a look at all the fragments that make up a video game, and find inspiration for your designs.

https://interfaceingame.com

The Game UI Database was created as a free resource for UI/UX Designers in the games industry. It was built to aid in the discovery of new inspiration, and to provide a fast and efficient way of searching for reference materials.

https://www.gameuidatabase.com

Following on from the essential games user reading list; this post is an introduction to some of the fantastic video resources available online. Ranging from 101 introductions to in-depth guides, ‘day in the life’ and more – video resources are a useful for learning about UX and games user research (GUR) alongside books, articles, and classes.

https://gamesuserresearch.com/2022/02/01/essential-videos-and-talks-for-new-games-user-researchers/

Max Glenister

Open Source Game Clones

Open-source or source-available remakes of great old games in one place

https://osgameclones.com

Max Glenister

Max Glenister

PHONK is a coding playground for new and old Android devices.

Create scripts rapidly from your phone or using the remote Web Editor on your computer using Javascript. The API is simple and extensive. GUI, audio, graphics, Bluetooth BLE, Arduino, OSC, MIDI, and much more.

https://phonk.app https://github.com/victordiaz/PHONK

Max Glenister

Cramming 'Papers, Please' Onto Phones

https://dukope.com/devlogs/papers-please/mobile/