What are you working on currently? (2018)

A couple of days ago I posted some screenshots of a C++ graphics engine I was working on where I showcased highly optimized lighting. Well, now I merged it into a full game. I am working with a team to make a school game project right now, and this is the (almost) end result of the graphics merge.

Some objects are drawing as black, probably because they are transparent objects being drawn in the deferred shading pass instead of the forward shading pass, and a bunch of the particles draw with the wrong color, but I’ll fix that later. Also, RIP, didn’t get an audio recording with it.

I did all of the 3D graphics work for the team (using old 2D graphics code + IMGUI stuff that I didn’t touch too).

5 Likes

I’m working on my showcase: Origins - Showcase #1

33 Likes

That looks amazing. Would be neat if you could achieve the same grungy effect with lighting instead of fog / a transparent frame that covers the screen though – it makes it difficult to see anything.

1 Like

I agree. I saw these and thought, “wow! This detail is amazing! I wish it didn’t all blend together so much so I could appreciate all the detail better.”

It might be a bit better in-game with the ability to move the camera around.

yes… very nice… dark you have there…


(I gave this the best chance, full laptop brightness and room light off)

idk, I see this a lot in spooky games, they make it so dark you can’t see anything except for a few lights.

I’d reccomend getting on discord screen share with a friend and having them set their brightness to lowest, then playing around with it until you find good settings. then setting up a brightness slider gui, that lerps between the two settings.

1 Like

Looks fine for me even in a brightly lit room with a dim monitor. Maybe it’s an issue with the colors your monitor can display?

1 Like

The detail is completely outstanding. It’s way too difficult to see it though because it’s so dark and all of the colors are the same. There must be some way to keep the effect you’re going for without completely destroying all contrast.

Your gamma is probably too low. Calibrate your monitor.

These samples in particular suffer from very low contrast, which might be a symptom of high gamma/contrast in the developer’s monitor.

When designing, what’s important is getting the colors to look right on the target system. In the case of Roblox, that’s going to be monitors, mobile, and TV screens. If you have few resources (i.e. one monitor), your best bet is to view and make adjustments while your monitor is using its default color settings, and with common variations, such as lower brightness or higher gamma. It’s also going to look different on mobile and TV screens, so it’s good to make specific adjustments per platform, if you have those resources available.

I’m sure there’s a great post waiting to be written by someone with more experience on the subject.

1 Like

holy hecc, i can see, i can Fight!

for a year and a half I’ve had issue with this laptop being so dark i could never see anything, and i had no idea how to fix it!

edit: DEER LORD DISCORD LITE IS BLINDING

1 Like

Dude that looks sick

I made a hexagonal terrain generator today to break up the hell that is plugin development



Still playing with it, I think there’s a lot of interesting potential here

8 Likes

Looking awesome so far! Can’t wait to see what else you do with it.

Bro I tried to make one a while back for my civ game, but I couldn’t get it to work. Good job

I brought it to life
https://i.gyazo.com/4953c58dab7742db2e3ec1723f5ee2c2.mp4

7 Likes

To generate the terrain, are using things like perlin noise to create height?

further developer tests of WorldSmith (an ECS plugin) …

I call this one, “one context action to rule them all”

https://i.gyazo.com/3752b184884285cbb1c1144ae36dc9fe.mp4

3 Likes

Thanks Echo! I appreciate that, well this is the best lighting effect you can achieve at the moment at a dark cave, if you will go inside the showcase you will see that it’s much better, pictures are compressed and sometimes make it look weird for some other people, there is an advice to how make the experience much better in-game, it’s at the starting point behind the character, you can turn your computer brightness up and dim lights around your house.

1 Like

As I said to Reaper, read above ^
also you can check the showcase out too, it’s much better there.

though even the player icon on your screen is dark, I am having no problem you might want to check your monitor and as suggested, your gamma.

Can we not just repost the exact same image with what is just a slightly more detailed message? What are you working on currently? (2018) - #2949 by TheJuIiusCaesar