One of the many fun/cool things about Tiny Glade is that it quietly has one of the most advanced realtime global illumination lighting engines shipping in any game today, and it’s all completely custom for just this game. One of the devs, Tomasz Stachowiak, is a big deal in the realtime rendering world and previously was at DICE and Embark; at Embark he led the Kajiya experimental realtime GI project [1] that made quite a splash in the rendering world a while back.
The other dev, Anastasia Opara, is a big name in the procedural graphics world. She gave one of my favorite presentations on the topic a few years ago [2].
Anyhow if you can’t tell I’m a big fan of both the game and the devs. :)
I’m creating my own builder-focused game with procedural parts, and I’m truly humbled by the expertise and execution behind Tiny Glade. As you mentioned, the GI is stunning, and I’d add that the entire game feels incredibly polished.
Achieving that level of technical and artistic refinement is such a huge factor in its success. Watching it in action, everything seems so intuitive and effortless—a quality I’m still striving for in my own work. My creative mode leans towards a mix of Valheim and procedural meshes, but I’m still figuring out the best way to make it feel both intuitive and powerfull.
stavros 164 days ago [-]
> Achieving that level of technical and artistic refinement is such a huge factor in its success.
Yep, the article talks about how they built their way to success, but the actual method they used is "have a team of two superheroes make the game".
prox 164 days ago [-]
Do you have a Steam page? I love Valheim and looking for more games that scratch that explorer/builder itch.
The survival mode is in development. What I have now:
- Procedural Voxel planet with 1 biome, oceans and mountains
- A highly scalable and powerfull build system which empowers builders
- Light parkour: climbing, vaulting
nkrisc 164 days ago [-]
Watching the video without sound is delightfully funny. Left click! Right click! Click and hold! It has all the clicks!
But seriously it looks very cool.
jb_briant 164 days ago [-]
:))))
And you forgot the middle click!
It will copy both scale and rotation of the element you are aiming it!
prox 164 days ago [-]
Great! Wishlisted. Looks good too!
jb_briant 164 days ago [-]
Thanks! I forgot to mention that you can play right now to the creative mode, which will stay free in this form
m0llusk 164 days ago [-]
Have you tried Enshrouded? Many Valheim players have found it to be similar but improved in various ways.
jb_briant 164 days ago [-]
Yeah unshrouded is from the same niche: survival creative
Incredibly well executed game, solid team of 40+ people behind and they are working on voxel games for a decade with Portal Knights.
TBH I freaked out when Unshrouded trailer got released because it's a direct competitor and how cool their game is !
IshKebab 164 days ago [-]
Yeah it looks amazing. I just wish it was more of an actual game. I guess lots of people like digital lego, but for me it seems like a ridiculously well polished toy or tech demo. I don't know why I'd play with it for more than an hour...
jb_briant 164 days ago [-]
I feel I made that mistake to dev the creative mode instead of the survival mode for my game.
lopis 164 days ago [-]
They did introduce daily challenges/themes, which give you a sort of soft goal each day. But in the end, it's a zen art game more than anything.
robertlagrant 164 days ago [-]
According to the article most people play it for around an hour.
deadbabe 164 days ago [-]
Agreed, these kind of games feel lazy imo. Like a dev just wanted to toil endlessly on making a game engine but then never add actual gameplay elements. I played around with Tiny Glade for a little bit and then never really touched it again. Neat, but no depth.
delta_p_delta_x 164 days ago [-]
> feel lazy
Game studios which release games with a good 'survival' or 'story mode' have dedicated 'art and story' departments (story- and script-writers, world-builders, art and music directors) who collaborate with the engineering department (engine and gameplay programmers) to produce a cohesive game. The smallest 'indie' games that I've played with a semblance of a story—anything by Amanita Design[1], for instance, or The Long Dark by Hinterland Games[2]—still have teams of about 10-20 people working on different aspects.
Tiny Glade was developed by two people—both extremely talented engineers. But story writers they may not necessarily be. Even though they're 'just engineers' they still managed to produce a beautiful art style backed by serious engineering effort, including real-time non-raytraced GI. There's nothing 'lazy' here. Game developers are frequently just that—developers. They may be creative, but to write an engaging narrative is an entirely different ball-game.
Give them a chance to reap the profits of Tiny Glade, grow their two-person studio, and hopefully hire more staff and put out expansions, sequels, and other titles that have what you wish for.
The "lazy" adjective to speak about game dev is provocative because it sounds ignorant.
You can't say "lazy" regarding a piece of software which requires that amount of effort, it's just a trolling non sense.
famahar 164 days ago [-]
The depth comes from the players own creativity. Not everything needs goals and gameplay loops. Nothing about this is lazy. It's sophisticated piece of software that does exactly what it sought out to do.
jb_briant 164 days ago [-]
And we can argue that using your creativity to tranform thoughts into pixels is a goal in itself
napierzaza 159 days ago [-]
[dead]
Eliah_Lakhin 164 days ago [-]
This is likely the first gamedev project written entirely in Rust and Vulkan to achieve significant financial success on Steam.
I'm genuinely proud of the authors — they've set an inspiring example and given us hope for a bright future where the Rust ecosystem serves as a foundation for unique and creative game development projects.
I play it in the background when chatting with friends on weekly game nights!
ramon156 164 days ago [-]
Beat me to it. There's some more title, but honestly they're not all that memorable :'). Gnorp is worth the money though!
jsheard 164 days ago [-]
It'll be interesting to see if its success leads to it being ported to consoles. To my knowledge Rust has yet to ship in a console game, obviously there's a number of roadblocks to making that happen but the biggest one is that Sony apparently has a strict approval process for new languages/compilers to be used on their platforms.
Animats 164 days ago [-]
Yes. It's a good success story. And a cute little game.
modernerd 164 days ago [-]
Tiny Glade is a beautiful piece of technical art. It's worth playing even if the genre is not normally your thing.
Procedural art is fascinating and worthy of a deep dive too since it combines art, modelling, rendering, programming and maths (constraint solvers, discrete optimization, more).
Anastasia Opara (“procedural art nerd”) has a Gumroad with procedural art tutorials that show how to create environments procedurally with Houdini: https://anopara.gumroad.com/ (the first one is free)
Tomasz Stachowiak (“technical debt generator”) gave a talk at GPC 2024 earlier this month called “rendering tiny glades with entirely too much ray marching” (no recording I can find yet but worth keeping an eye on): https://www.graphicsprogrammingconference.nl/#tiny-glade
Outside of the Tiny Glade team, Oskar Stålberg (Townscaper) is worth following for his frequent insights into proc-gen: https://x.com/OskSta
MrMcCall 164 days ago [-]
I find "technical debt generator" to be hilarious, if a little too close to home ;-)
GenericCanadian 164 days ago [-]
I wrote https://taintedcoders.com/ for anyone looking for an introduction to Rust game development with Bevy.
Bevy is still early, but the sweet spot right now is simulations. It's particularly weak in its UI, but that's the coming focus for getting the editor built.
While Bevy might be the hottest thing in the Rust gamedev scene, Tiny Glade didn't use it for rendering purposes - AFAIK only the ECS was used from Bevy.
prox 164 days ago [-]
Can I also use Rust to build UI / window / data heavy apps? I am webdeveloper mostly so looking into other avenues right now.
trissi1996 164 days ago [-]
Sure, there's "native" UI with stuff like slint(QT-like) or iced(system76 is actually building the COSMIC linux desktop environment with this).
And you can also get an electron-like stack going, that is actually much less bloated than "normal" electron, by using tauri-webview, which uses the OS-provided webview and combining it with one of the many cool rust WASM-based reactive web-ui frameworks, like leptos or dioxus.
This gets you compiled sizes of ~10s of MB compared to electrons 100s of MBs.
There's also bindings to a lot of traditional ui libs, like GTK, QT & Tk.
I'm currently going for the 2nd option (with leptos for the web part) as I'm used to the web-stack and am very productive with this approach, but native UI also seems very tempting to dig into further.
I can personally vouch for Slint. The DSL is very pleasant to work with, it's still evolving (and the devs are very active and responsive), tooling is also getting better and better each release and it supports translations and accessibility already (through AccessKit). I've been (veeeery) slowly working on a Matrix client with it and I've quite enjoyed it so far.
The backend is currently C++ but I'm considering using other languages since there are so many bindings (Mojo is on my radar).
Tmpod 164 days ago [-]
Looking really good so far, keep it up! Is the source available somewhere I could take a peek? o.o
rubymamis 163 days ago [-]
Thanks! Unfortunately not, it's been too hard for me to monetize FOSS projects, so it's going to be closed source.
Tmpod 163 days ago [-]
Very understandable, it is indeed quite hard :(
Best of luck! I'll keep an eye on it ;)
rubymamis 162 days ago [-]
Thank you! I'll keep en eye on Eigen too! I'm curious how it will work out with Slint.
prox 164 days ago [-]
Hey that is really cool thank you. I have Sublime as my IDE, and it looks like I can use that as well, and using a webview might leverage my understanding of webtech.
01HNNWZ0MV43FF 163 days ago [-]
Tauri 2 is quite good. It even builds for Android now
Kiro 164 days ago [-]
> but the sweet spot right now is simulations
What kind of games are you referring to?
pdpi 164 days ago [-]
Not so much games proper, but more like scientific computing visualisations, CAD, stuff like that.
This is a great result -- and the game looks wonderful! -- but it's not that unexpected, since it launched with over 1 million wishlists and was, just before release, the top wishlisted game on Steam. The interesting part, the "building", was actually already done before the game launched.
More interesting to me are games like Palworld and (the) Gnorp Apologue (both of which are covered here: https://newsletter.gamediscover.co/p/how-this-solo-dev-incre...) These sold one or two orders of magnitude over their wishlist total! Steam's recommendation algorithm must be so powerful nowadays.
Iulioh 164 days ago [-]
Tiny glade was in big short form content (tiktok, shorts and reels).
I feel like this was a great part of it, the dev created a community before the release
mutagen 164 days ago [-]
Marketing for this was on point or I fell into the exact set of channels they were using because it seemed like I was coming across an update every few months that kept it at a base level of consciousness yet not overwhelming.
I guess I fall into perfect demographic, aging gamer developer with interest in Rust, casual games, and generative content.
Congrats to the team for such a great job and great success!
There's a decent chance they did so pretty much on the strength of Tomasz Stachowiak' name. The guy knows his rendering, and Tiny Glade has an extremely impressive global illumination stack.
paulcapewell 164 days ago [-]
That's referenced and linked to in the article.
rco8786 164 days ago [-]
I was randomly following this build. Following indie game builds is not something I normally do, but I remember always enjoying seeing their demos of what they'd been working on. Eventually I unsubscribed because it felt like the updates started feeling the same, but I'm happy they're doing so well!
pico303 164 days ago [-]
It’s a truly amazing, beautiful, stunning piece of tech. The ability to seamlessly blend the pieces of your build together in such an elegant way can’t be appreciated enough. What these devs have accomplished is truly stunning.
I always think I’m a pretty decent engineer. Then I see someone create something like this and I just feel like I should hang up my spurs and pick different career.
kQq9oHeAz6wLLS 164 days ago [-]
Love Tiny Glade. You can very casually create amazing places. I fire it up on boring corporate calls just to keep my hands busy.
The seamless integration between one type of object and another is really impressive. The way that the blocks in the roofline perfectly work regardless of the height of the roof is a great example.
How is this possible? Is it some kind of procedural geometry that fills in the available space?
PythagoRascal 164 days ago [-]
As far as I know they are using a customised variant of the "wave-function collapse" technique, used and popularised by Oskar Stalberg in his games "Bad North" and "Townscaper".
The technique boils down to hand-crafting tons of tiles with adjacency rules about which tiles can slot together. When the user adds/removes a tile the algorithm iteratively tries to find fitting tiles and, if needed, changes neighbouring tiles for ones with the best transitions.
He gave a talk where he goes into detail about this[1]. You can also find more if you google his name and "wave-function collapse".
[1]: https://youtu.be/0bcZb-SsnrA
PcChip 164 days ago [-]
It is surely procedural, maybe wave function collapse? I’d love to read a writeup from the author, in the same style of Factorio’s
p1necone 164 days ago [-]
I can't remember where exactly but I think I did read somewhere it was based on wave function collapse.
The texture is certainly procedural for brick patterns, etc. but I'll bet smoothing intersecting polys happens at render time.
jaimex2 164 days ago [-]
Just a clever shader
lofaszvanitt 164 days ago [-]
Substack is full of these sites where in good cases 2 sentence of useful into is buried into 15 pages of text. But most of the time there isn't any useful info - like here - and almost 99% of that is useless filler bullshit laden crap.
LarsDu88 164 days ago [-]
Really impressive. I wonder if the fact that it's one of the only graphically cohesive games built with Rust/Bevy has anything to do with its relative success.
I'm jealous. My indie VR game Rogue Stargun has sold abysmally on Steam.
sbarre 164 days ago [-]
What kind of marketing or outreach have you done for your game?
Edit: I ask because the devs on Tiny Glade are ex-DICE (I think?) and definitely ex-Embark Studios, two very well-known AAA studios, and they've been very active both in the Rust community (Discord, Meetups, etc), the Houdini community (conferences and meetups) and elsewhere to promote this game during development..
So they already had a personal brand and an audience built-in, which I'm sure helped.. Plus it's a great game.
If you want to give the marketing side a real try for your game, this is a decent resource if you're not already familiar with it: https://howtomarketagame.com/
(No affiliation but I know a few indie devs who were not well-known and had no pre-existing audience, and had success with the approach).
gauge_field 164 days ago [-]
From my observation, their youtube views have been really high. Whenever I see a video review on youtube, it was on average ~100k views with lots of engagement.
LarsDu88 164 days ago [-]
Quite honestly, virtually no marketing and no more than $200 in paid ads.
I actually have a full time job so spending time on making the game decent and marketing and raising a kid is currently impossible.
As long as my game is out in the world creating a bit of entertainment, I'm content
ferfumarma 164 days ago [-]
> As long as my game is out in the world creating a bit of entertainment, I'm content
Wow; great attitude! If that's the case, then why not make it free for a couple weeks and try to build up some review volume?
LarsDu88 163 days ago [-]
The reviews are already at 4.9 on Meta Quest. I'd rather not go straight into commoditizing the product.
sbarre 164 days ago [-]
That's great! I mean you shipped a game, that's more that the majority of people who do gamedev as a side hustle or hobby, so congrats!
Sounds like you've got the right attitude.. :-)
xingped 164 days ago [-]
Yeah, I was going to suggest something similar. It seems many successful indie titles these days are born from people working social media to create some sort of following before or during development so you already have an audience aware of the game and possibly excited for it on launch. Just standard marketing probably isn't the way to go these days.
xingped 164 days ago [-]
Sorry to hear that! I just checked out the game and I don't see anything immediately off-putting on the store page that could explain it. It may just be a matter of visibility? Can you elaborate on how you attempted to market or get the word out about your game?
alumic 164 days ago [-]
I have to imagine much of this comes down to the fact that VR games, which have additional hardware requirements, necessarily cater to a much smaller segment of the market. Selling an indie game is already hard enough!
LarsDu88 164 days ago [-]
Quite honestly I have no time to market the game nor add significant features since becoming a father. My day job as a machine learning engineer pays more than I would expect to ever make from this game
ferfumarma 164 days ago [-]
Have you given copies away to streamers? Have you considered giving Fanatical 200 licenses to put in a bundle?
VR is a niche segment, so it's harder than a general purpose game.
LarsDu88 163 days ago [-]
What's Fanatical?
Jzush 164 days ago [-]
I've been having a lot of fun with this "game", it strikes the same zen cord in my mind as Minecraft use too before Minecraft got too into the weeds with game mechanics. I know I can still throw it into creative mode but Tiny Glade just nails it.
That said I do have a few gripes that I hope get addressed. I need to be able to copy/paste structures, I'd love to be able to group structures and I wish the maps were bigger.
That said, if you want to turn your brain off I do highly recommend it, the developers knocked it out of the park.
deely3 164 days ago [-]
I recommed checking Townscaper for similar vibes.
Jzush 162 days ago [-]
Oh I actually do have townscaper too, it is also a lot of fun. It feels like it's half finished though. I wish there was more to it so to speak.
waltbosz 164 days ago [-]
That build tool UI looked really slick. I don't have much experience with 3D modeling tools or building games. Is this UI uniquely innovative?
modernerd 164 days ago [-]
Any recommendations for learning interactive procedural art?
Or advice for a path to be able to build things like Tiny Glade? (Other than "start 20 years ago".)
jmiskovic 164 days ago [-]
Start following the relevant communities like old.reddit.com/r/proceduralgeneration/ and #procgen tag on social networks, read up on techniques others use. Commit to jams and community events such as PROCJAM and GENUARY.
Learn about perlin/simplex noise, Poisson disk sampling, packing algorithms, WFC, boids, inverse kinematics, SDFs.
Choose a style (2D, 3D, animation...) and from that start learning the relevant tool (Blender nodes, Houdini, Processing or something else). This is a decent start and it branches too much from here on, depending on your tastes.
andystanton 164 days ago [-]
The Book of Shaders [1] perhaps? It's about fragment shaders rather than geometry but it felt to me like a good introduction to generating things programmatically.
The coding train YouTube channel is also a great place to start, its based on processing.js but honestly most procgen techniques can be applied in any language
myrmidon 164 days ago [-]
Looks really cool, might need to get this!
What actually suprised me though was the almost 10% return rate on steam sales that the article did not even comment on. Is this typical? Are there a lot of people that pretty much demo and return games?
Don't think its necessarily a bad thing, just the numbers are unexpectedly high...
Cthulhu_ 164 days ago [-]
I'd say 10% is pretty good; for a long time, one of the biggest criticisms of a lot of games and publishers nowadays was the lack of a demo or a return policy for digital purchases, meaning people were more hesitant to buy games on a whim or some people got scammed with an unfinished or broken game.
mst 164 days ago [-]
I think, basically, it being a game where you build stuff for the sake of building stuff, a bunch of people will have bought it out of curiosity, spent half an hour or an hour playing it, got disillusioned by the lack of a 'point' and returned it.
Of course, the lack of a 'point' as such is absolutely intentional and I'd presume the people who do keep paying it like it *because* of that rather than *in spite* of it.
Thinking about it that way (which I did have to work through in my head first, this is Not My Area Of Expertise at all), the numbers don't seem particularly surprising, and I'd guess the article didn't comment on it because the people involved in the article knew what they were talking about sufficiently that they didn't find it surprising either.
... that or steam return rates are just higher than I thought in general; it would be difficult to overestimate my level of ignorance here.
kleiba 164 days ago [-]
If people find it harder and harder to tell AI voices from real humans, it must be in parts because of people like that youtuber. If you gave me a recording of her voice and had me guess, I would have said "AI" for sure.
domlebo70 164 days ago [-]
Does anyone know how it works? Is it some sort of wave function collapse?
iKlsR 164 days ago [-]
The developer has a lot of threads and wip on their twitter, I remember when I saw it first, it was a simple demo showing the wall drag and build functionality.
jaimex2 164 days ago [-]
yup, WFC is exactly how it works
bch 164 days ago [-]
> yup, WFC is exactly how it works
Not according to the 1 of the 2 that are the studio[0].
I was just looking at this thinking it would be fun to play with my wife, and then realized its windows only. When does the mac version come out?!
tbillington 164 days ago [-]
The devs mentioned they're not currently looking into it. The game uses Vulkan which isn't supported by MacOS, so they'd have to write a whole second renderer just for Mac.
Bummer to read that MoltenVK is too buggy to use. ISTR that neither wgpu nor Dawn use it though in favor of their own WebGPU -> Metal backends, so maybe I shouldn’t be surprised.
Vulkan is a powerful API but it’s not universally cross platform like OpenGL.
MindSpunk 163 days ago [-]
WGPU doesn't expose a lot of modern GPU features and also introduces a bunch of CPU overhead that you don't get targeting Vulkan directly.
satvikpendem 164 days ago [-]
You can use Whisky [0] which is a free tool that uses WINE to run Windows applications on macOS, including games. There are also paid tools like CrossOver and Parallels but Whisky works well enough for most use cases.
I've been considering getting a Steam Deck just to play this game.
mbStavola 164 days ago [-]
My wife has played a few hours of Tiny Glade on her Steam Deck and it runs well with functional controller support. Perfect fit for a cozy Sunday play session!
UltraSane 164 days ago [-]
I remember reading a blog post where the author didn't think Rust was suitable for game development because it made making large changes to the code base too hard.
d0mine 164 days ago [-]
if something is possible, it does not mean it is the best option.
The other dev, Anastasia Opara, is a big name in the procedural graphics world. She gave one of my favorite presentations on the topic a few years ago [2].
Anyhow if you can’t tell I’m a big fan of both the game and the devs. :)
[1] https://github.com/EmbarkStudios/kajiya [2] https://youtu.be/dpYwLny0P8M
Achieving that level of technical and artistic refinement is such a huge factor in its success. Watching it in action, everything seems so intuitive and effortless—a quality I’m still striving for in my own work. My creative mode leans towards a mix of Valheim and procedural meshes, but I’m still figuring out the best way to make it feel both intuitive and powerfull.
Yep, the article talks about how they built their way to success, but the actual method they used is "have a team of two superheroes make the game".
The survival mode is in development. What I have now: - Procedural Voxel planet with 1 biome, oceans and mountains - A highly scalable and powerfull build system which empowers builders - Light parkour: climbing, vaulting
But seriously it looks very cool.
TBH I freaked out when Unshrouded trailer got released because it's a direct competitor and how cool their game is !
Game studios which release games with a good 'survival' or 'story mode' have dedicated 'art and story' departments (story- and script-writers, world-builders, art and music directors) who collaborate with the engineering department (engine and gameplay programmers) to produce a cohesive game. The smallest 'indie' games that I've played with a semblance of a story—anything by Amanita Design[1], for instance, or The Long Dark by Hinterland Games[2]—still have teams of about 10-20 people working on different aspects.
Tiny Glade was developed by two people—both extremely talented engineers. But story writers they may not necessarily be. Even though they're 'just engineers' they still managed to produce a beautiful art style backed by serious engineering effort, including real-time non-raytraced GI. There's nothing 'lazy' here. Game developers are frequently just that—developers. They may be creative, but to write an engaging narrative is an entirely different ball-game.
Give them a chance to reap the profits of Tiny Glade, grow their two-person studio, and hopefully hire more staff and put out expansions, sequels, and other titles that have what you wish for.
[1]: https://amanita-design.net/about.html
[2]: https://hinterlandgames.com/
I'm genuinely proud of the authors — they've set an inspiring example and given us hope for a bright future where the Rust ecosystem serves as a foundation for unique and creative game development projects.
I play it in the background when chatting with friends on weekly game nights!
Procedural art is fascinating and worthy of a deep dive too since it combines art, modelling, rendering, programming and maths (constraint solvers, discrete optimization, more).
Anastasia Opara (“procedural art nerd”) has a Gumroad with procedural art tutorials that show how to create environments procedurally with Houdini: https://anopara.gumroad.com/ (the first one is free)
Tomasz Stachowiak (“technical debt generator”) gave a talk at GPC 2024 earlier this month called “rendering tiny glades with entirely too much ray marching” (no recording I can find yet but worth keeping an eye on): https://www.graphicsprogrammingconference.nl/#tiny-glade
Outside of the Tiny Glade team, Oskar Stålberg (Townscaper) is worth following for his frequent insights into proc-gen: https://x.com/OskSta
Bevy is still early, but the sweet spot right now is simulations. It's particularly weak in its UI, but that's the coming focus for getting the editor built.
If anyone needs ideas, making [boids](https://slsdo.github.io/steering-behaviors/) in Bevy is a great weekend project.
And you can also get an electron-like stack going, that is actually much less bloated than "normal" electron, by using tauri-webview, which uses the OS-provided webview and combining it with one of the many cool rust WASM-based reactive web-ui frameworks, like leptos or dioxus. This gets you compiled sizes of ~10s of MB compared to electrons 100s of MBs.
There's also bindings to a lot of traditional ui libs, like GTK, QT & Tk.
I'm currently going for the 2nd option (with leptos for the web part) as I'm used to the web-stack and am very productive with this approach, but native UI also seems very tempting to dig into further.
Some related links:
- https://www.arewewebyet.org/topics/frameworks/
- https://areweguiyet.com/#ecosystem
Still, very much in its infancy.
The backend is currently C++ but I'm considering using other languages since there are so many bindings (Mojo is on my radar).
Best of luck! I'll keep an eye on it ;)
What kind of games are you referring to?
This interview talks about it in a bit of length: https://youtu.be/PND2Wpy6U-E
More interesting to me are games like Palworld and (the) Gnorp Apologue (both of which are covered here: https://newsletter.gamediscover.co/p/how-this-solo-dev-incre...) These sold one or two orders of magnitude over their wishlist total! Steam's recommendation algorithm must be so powerful nowadays.
I feel like this was a great part of it, the dev created a community before the release
I guess I fall into perfect demographic, aging gamer developer with interest in Rust, casual games, and generative content.
Congrats to the team for such a great job and great success!
I always think I’m a pretty decent engineer. Then I see someone create something like this and I just feel like I should hang up my spurs and pick different career.
https://store.steampowered.com/app/1291340/Townscaper/
https://www.gog.com/en/game/townscaper
How is this possible? Is it some kind of procedural geometry that fills in the available space?
I think wave function collapse is still super underexplored in game dev. This recent paper is pretty interesting: https://dl.acm.org/doi/10.1145/3582437.3587209
I'm jealous. My indie VR game Rogue Stargun has sold abysmally on Steam.
Edit: I ask because the devs on Tiny Glade are ex-DICE (I think?) and definitely ex-Embark Studios, two very well-known AAA studios, and they've been very active both in the Rust community (Discord, Meetups, etc), the Houdini community (conferences and meetups) and elsewhere to promote this game during development..
So they already had a personal brand and an audience built-in, which I'm sure helped.. Plus it's a great game.
If you want to give the marketing side a real try for your game, this is a decent resource if you're not already familiar with it: https://howtomarketagame.com/
(No affiliation but I know a few indie devs who were not well-known and had no pre-existing audience, and had success with the approach).
I actually have a full time job so spending time on making the game decent and marketing and raising a kid is currently impossible.
As long as my game is out in the world creating a bit of entertainment, I'm content
Wow; great attitude! If that's the case, then why not make it free for a couple weeks and try to build up some review volume?
Sounds like you've got the right attitude.. :-)
VR is a niche segment, so it's harder than a general purpose game.
That said I do have a few gripes that I hope get addressed. I need to be able to copy/paste structures, I'd love to be able to group structures and I wish the maps were bigger.
That said, if you want to turn your brain off I do highly recommend it, the developers knocked it out of the park.
Or advice for a path to be able to build things like Tiny Glade? (Other than "start 20 years ago".)
Learn about perlin/simplex noise, Poisson disk sampling, packing algorithms, WFC, boids, inverse kinematics, SDFs.
Choose a style (2D, 3D, animation...) and from that start learning the relevant tool (Blender nodes, Houdini, Processing or something else). This is a decent start and it branches too much from here on, depending on your tastes.
[1]: https://thebookofshaders.com/
What actually suprised me though was the almost 10% return rate on steam sales that the article did not even comment on. Is this typical? Are there a lot of people that pretty much demo and return games?
Don't think its necessarily a bad thing, just the numbers are unexpectedly high...
Of course, the lack of a 'point' as such is absolutely intentional and I'd presume the people who do keep paying it like it *because* of that rather than *in spite* of it.
Thinking about it that way (which I did have to work through in my head first, this is Not My Area Of Expertise at all), the numbers don't seem particularly surprising, and I'd guess the article didn't comment on it because the people involved in the article knew what they were talking about sufficiently that they didn't find it surprising either.
... that or steam return rates are just higher than I thought in general; it would be difficult to overestimate my level of ignorance here.
Not according to the 1 of the 2 that are the studio[0].
[0] https://x.com/h3r2tic/status/1695073463294120219
It is also available on linux.
Curious that it uses Vulkan and not wgpu.
Vulkan is a powerful API but it’s not universally cross platform like OpenGL.
[0] https://github.com/Whisky-App/Whisky
The post could use some screenshots of the game.