```
let kenneyFont: String = "Kenney-Future-Square"
```
the name specified for the font is the font's PostScript name. You can find this by loading the font in the FontBook app and viewing the font details.
Adventures in spatial computing.
```
let kenneyFont: String = "Kenney-Future-Square"
```
the name specified for the font is the font's PostScript name. You can find this by loading the font in the FontBook app and viewing the font details.
Note to self: Adding a custom font to a visionOS application
+ Drag the custom font from the finder into your application
+ When prompted select all of the desired targets for the font file
+ Add the relative path to the font file to the UIAppFonts array in Info.plist
+ Verify that the font is being copied into the application bundle in the 'Copy Bundle Resources' build phase
```
Text(acceptMe.name)
.font(Font.custom(kenneyFont, size: 24))
```
More Blender learning exercises
Last week's assignment was to model a room and an intro to subdivisions.
I bit off a bit more than I could chew with the chair but overall I'm happy with how it came out.
Part of this course is challenging yourself to put your work out there and get used to feedback and criticism. So these post count :)
the Blender course is ramping up in difficulty but here are the
winter scene and bridge over water assignment.
The winter scene I was trying to go for a cozy view. I'm clearly struggling with the lighting on this scene but there are some upcoming lessons that should help with that.
The bridge over water scene, I was trying to combine the bridge and future city assignments into one.
This society has harnessed tornados to power their city :)
Sword and lamp assignments
Working on the winter assignment and I’m struggling with the lighting but making progress
Got a late start on the level 3 challenge but still wanted to complete it.
Modular Dungeon from Blender tutorial
https://www.gamedev.tv/courses/complete-blender-creator/section-intro-introduction-to-blender
My axe from lvl 4 of https://www.youtube.com/watch?v=CYgPAPwYo-g
One of my goals is to actually learn Blender. So here is a crate I created in blender.
Don't worry about the lighting, I haven't gotten to that part of the tutorial yet :)
Since I've prioritized my job search, I've lost my momentum on my main project. It's a hard decision, but I think I need to take a step back and work on something else for a bit.
I have a couple of smaller projects that I'd like to do. I'm hoping to keep these projects within scope so I can complete them.
New family rule in place. You get one #mustard between now and Christmas. Use it wisely.
Don't mind me.
I'm Consolidating a few social media accounts into one here on Mastodon.Social. I'm primarily a passive consumer of social media
Primary interest are programming, gaming, Linux, Mac, AR/VR/Spatial Computing