Live data from Hacker News

Project Shadowglass

shadowglassgame.com

11–20 of 49 posts

Re: Project Shadowglass

#11
post #2

This looks really cool and I will doubtless play, if it ever comes out. Unfortunately I get Hytale vibes from this website. I don't understand the point of announcing such a project, not least with such an elaborate landing page, so early in development.

It's to give yourself some form of accountability if you have a strong habit of never completing projects. When you've made a website for it, suddenly it feels like something that you need to work on.

Re: Project Shadowglass

#12
Makes me think of the voxel displacement renderer ( https://blog.danielschroeder.me/blog/voxel-displacement-mode... ) from a year ago.

I had an idea a little back about using hand-drawn mipmaps (.5x, 1x, 2x, etc) scales for sprites, with some method for nearest neighbor, (e.g. with a 3x scale taking pixels from the 2x and the 4x scale). I imagined I wasn't the first to have that idea, but it was just a passing thought. I wonder if OP is doing anything like that?

Anyways, very neat.

Re: Project Shadowglass

#13

Makes me think of the voxel displacement renderer ( https://blog.danielschroeder.me/blog/voxel-displacement-mode... ) from a year ago. I had an idea a little back about using hand-drawn mipmaps (.5x, 1x, 2x, etc) scales for sprites, with some method for nearest neighbor, (e.g. with a 3x scale taking pixels from the 2x and the 4x scale). I imagined I wasn't the first to have that idea, but it was just a passing though…

That mipmaps thing is an interesting idea!

Re: Project Shadowglass

#15

What’s the difference between this and voxels?

The difference is, this is "normal" geometry, with fixed 64x64 textures (or similar) mapped with hard edges (nearest-neighbour filtering, no bilinear/trilinear/blur).

Voxels is quite different: the world is made of cubes of 1 size or various size cubes (any texturing method can apply here, or without, some even use gradient shaders on the cubes).

So you get that pixel art vibe, mapped into the 3D world with smooth movements. The 3D window isn't made of stairs.

In this case, this is done "properly". Because some developers just use normal geometry, normal texturing with bilinear filtering, and slap a post processing shader on the camera view, which makes the view "blocky" without the world actually being blocky - which is cheap, and typically looks cheap.

Re: Project Shadowglass

#16
post #13

Makes me think of the voxel displacement renderer ( https://blog.danielschroeder.me/blog/voxel-displacement-mode... ) from a year ago. I had an idea a little back about using hand-drawn mipmaps (.5x, 1x, 2x, etc) scales for sprites, with some method for nearest neighbor, (e.g. with a 3x scale taking pixels from the 2x and the 4x scale). I imagined I wasn't the first to have that idea, but it was just a passing though…

That mipmaps thing is an interesting idea!

I'm sure I wasn't the first to think of it, and I think that's roughly what we're seeing here: https://www.youtube.com/watch?v=v9FMp5QgOvY&t=108s

If you go frame by frame, the texture becomes more detailed, about 8x as many pixels. It looks like a normal LOD switch as the camera gets close to the wall. It might be a texture without enough in-between scales.

Re: Project Shadowglass

#17
post #2

This looks really cool and I will doubtless play, if it ever comes out. Unfortunately I get Hytale vibes from this website. I don't understand the point of announcing such a project, not least with such an elaborate landing page, so early in development.

Given the call to action is to wishlist the game or subscribe to their mailing list, I guess they could use the interest to validate their idea or even to try and get funding.

Re: Project Shadowglass

#18
post #10

I believe the concept for this project is an AI-generated pixel art GIF that went very viral on X a few months ago: https://x.com/de5imulate/status/1947024682118488116 I am not sure this project is capturing the strangely compelling sense of scale shown in that GIF, but it's nice to see someone taking a shot at it.

It does not appear to be AI, and is a passion project by a single developer.

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

Re: Project Shadowglass

#19
post #3

I appreciate the work but as someone who grew up playing these games and quake and blood and all those novalogic titles, it was never about the graphics. They were just fun. In a sense the pastiche nostalgia reminds me of the 80s retro boom. It is way over the top to the degree that nothing back then looked or sounded like that. It was more low key and subdued.

I wouldn't go so far as to say it was "never" about the graphics. There was definitely a sense of wonder when I first saw Wolfenstein 3D, then Doom, and later Quake. It was the graphics that got you first and made you think, "Oh wow, I can wander around this world?!" Thankfully, they were fun games as well.

I think what's getting people interested in this project is the sense of wonder they get from the visuals. Who knows if they can deliver, but there's something about how this looks that gives me a sense of wonder.

Re: Project Shadowglass

#20
post #10

I believe the concept for this project is an AI-generated pixel art GIF that went very viral on X a few months ago: https://x.com/de5imulate/status/1947024682118488116 I am not sure this project is capturing the strangely compelling sense of scale shown in that GIF, but it's nice to see someone taking a shot at it.

I don’t think it’s ai because it correctly resolves both vertical and horizontal parallax with correct perspective lines applied to the scene - something ai still seems to struggle at greatly
Post reply on HN