Christophe SAUVEUR · @chsxf
68 followers · 73 posts · Server mastodon.gamedev.place

New post on my website : how to work programmatically with fonts in

Due to the lack of clear guidance in the documentation, that can be a bit challenging at first.

chsxf.dev/2023/08/27/13-workin

#spritekit

Last updated 1 year ago

bigTanuki · @bigTanuki
33 followers · 898 posts · Server social.linux.pizza

Put together a “Poisoned Apple” game for my students to make during class. I love how easy making simple games in is. I am beginning to wonder if my students even need at this point.

#swiftui #spritekit

Last updated 1 year ago

Peter Witham · @Compileswift
224 followers · 367 posts · Server iosdev.space
Digital Mark λ 📚 🕹 💾 🥃 · @mdhughes
1227 followers · 29029 posts · Server appdot.net

@bigzaphod @chipotle I started out using SpriteKit in my (now defunct) Brigand roguelike, and rapidly ran into so many things that didn't work, so I just gave up and went back to moving thousands of UIViews around by hand, and got better performance and more control.

It's such a great concept of a framework, demo app was nice, and then zero support, docs sucked, Apple's forums are nonfunctioning so you can't ask anyone.

#apple #spritekit

Last updated 1 year ago

The Coding Beard · @thecodingbeard
25 followers · 133 posts · Server techtoots.com

! Thinking that I’ll try to look at building a few simple games for my - something fun - an - I’ll be looking at again and I’ll share my .

#weekend #engineering #plan #2d #nephews #ios #dev #project #spritekit #progress

Last updated 1 year ago

bigTanuki · @bigTanuki
25 followers · 442 posts · Server social.linux.pizza

@Amy I am sure that for those earning a living off of app development everything you are saying is very much true. In the case of of young learners, SwiftUI is a better option (even over python). The quick and simple outcomes makes it visual and engaging. On the educator side, the challenge is making a slide scroller game or a dungeon crawler directly with and not relying on importing :among_us_pink:

#swiftui #spritekit

Last updated 2 years ago

bigTanuki · @bigTanuki
23 followers · 420 posts · Server social.linux.pizza

So I added a few sprite textures for a walking animation to this slide scroller in .
I am going to see how far I can get with a scene style game using just the framework. Now I need some NPCs.

#swiftui #spritekit

Last updated 2 years ago

bigTanuki · @bigTanuki
22 followers · 417 posts · Server social.linux.pizza

Using timer to create an update method alternative for is interesting. I realize we could use but for kids just starting Swift this seems like a easy simple hack. It also makes a press button for side scrolling simple.

#swiftui #spritekit

Last updated 2 years ago

A new version of the prototype just landed in ! Added support for sprinting, new sprites for your favorite pupper, and game performance improvements are in store.

Check it out at indexingyourhe.art/prototype.

#testflight #indiegame #iOS #macos #spritekit #swiftui #puzzle #visualnovel #witnesslike

Last updated 2 years ago

Christophe SAUVEUR · @chsxf
61 followers · 55 posts · Server mastodon.gamedev.place

and its limitations make difficult working with specific designs, like pseudo 3D.

Unfortunately, , the SpriteKit-based game engine I'm working on, calls for more than what's available out of the box.

Discover in my latest post how I twisted it to implement my own deferred lighting pipeline.

chsxf.dev/2023/03/19/11-ciderk

#spritekit #ciderkit #gamedev

Last updated 2 years ago

Margaret Eldridge · @pragmaticmarg
73 followers · 252 posts · Server hachyderm.io

Continuing with the Swift theme today, join us on DevTalk for an interview and ask me anything (AMA) with the author of Apple Game Frameworks and Technologies, Tammy Coron:

forum.devtalk.com/t/spotlight-

#Apple #swiftlang #gamedevelopment #spritekit

Last updated 2 years ago

Hey, everyone! 👋

I’m an upcoming Witness-like puzzle game from @marquiskurt and friends about Chelsea, a lovable trans-femme pansexual anthro-coyote falling in love with Sam, a dependable non-binary ML engineer! A mix of both parts visual novel and puzzle game, and designed for and with and .

You can check me out at indexingyourhe.art and try the prototype at indexingyourhe.art/prototype!

#iOS #macos #spritekit #swiftui #indexingyourheart

Last updated 2 years ago

Marquis Kurt :xcode: · @marquiskurt
88 followers · 380 posts · Server iosdev.space

Having such a hard time trying to figure out how I can add keyboard support to a scene on iOS. Now I remember why the iOS version of doesn’t have keyboard/mouse support yet. Sigh.

#spritekit #indexingyourheart

Last updated 2 years ago

Elias Fox · @elias
58 followers · 550 posts · Server foxhold.net

I added health bars

#swift #spritekit #ios

Last updated 2 years ago

Christophe SAUVEUR · @chsxf
61 followers · 51 posts · Server mastodon.gamedev.place

In my last post, I discuss what's good and wrong with Xcode support for

There's a lot to tell and, in my experience, not everything is going smoothly.

chsxf.dev/2023/02/11/9-when-xc

#spritekit

Last updated 2 years ago

Collin Donnell · @collin
1064 followers · 1568 posts · Server ruby.social

Part of me always has in the back of my head I could learn and make weird 2d games in the style of something from classic . I probably won’t though.

#spritekit #mac

Last updated 2 years ago

Collin Donnell · @collin
860 followers · 1064 posts · Server ruby.social

Thinking of spending a little time learning to see if I could make any little 2D . I could give another look as well, although it seemed like it had a fairly steep learning curve when I looked before.

#DragonRuby #games #spritekit #ruby #gamedev #swift

Last updated 2 years ago

Christophe SAUVEUR · @chsxf
56 followers · 49 posts · Server mastodon.gamedev.place

As promised, my 2023 roadmap.

chsxf.dev/2023/01/13/8-my-2023

Expect more , and content in the coming months.

#spritekit #ciderkit #gamedev

Last updated 2 years ago

Christophe SAUVEUR · @chsxf
56 followers · 49 posts · Server mastodon.gamedev.place

Now that 2023 is here, I wrote a quick retrospective of the progress of my personal projects in 2022. Mostly , and

Next stop: My 2023 roadmap.

Enjoy!

chsxf.dev/2023/01/08/7-a-look-

#spritekit #ciderkit #gamedev

Last updated 2 years ago

bigTanuki · @bigTanuki
14 followers · 221 posts · Server social.linux.pizza

@mark @tekphloyd consider the vectors might be as valuable as the images. This is a lot of work just figuring our the the points and angles. Would be great for people drawing their own ShapeNodes in SpriteKit. There is a new market of young learners now that SpriteKit can be easily added as a view in SwiftUI on iPad. Consider making the drawings points and angles a downloadable purchase, the same as someone might buy a font bundle. Maybe even sell it via the App Store.

#spritekit #swiftui

Last updated 2 years ago