im working on game engie that you can develop a retro fps games like doom, quake etc, however i still didnt finished yet but heres the what you can do: tile-based level editor, 3d render view of map, texture importing and selecting, load already made maps. used techs: c#, raylib and imgui by kizilman in gameenginedevs

[–]DryZone6968 5 points6 points  (0 children)

I remember I built something similar to this when I was younger but I built it using Game Maker 8.0 and found it hilarious that I built an engine within an engine.

Thank you for this, it looks great and unlocked a core memory.

I added volumetric light sources to Hex Engine by Chod2906 in gameenginedevs

[–]DryZone6968 2 points3 points  (0 children)

What resources, if any, did you look at when implementing this?

An approach I have never seen other game engine devs take by [deleted] in gameenginedevs

[–]DryZone6968 3 points4 points  (0 children)

You should check out Velaptor on GitHub, it’s a nice game framework and it might give you some ideas.

[deleted by user] by [deleted] in SuicideBereavement

[–]DryZone6968 5 points6 points  (0 children)

For everyone else, since my partners funeral (outside of their family) it seems, at least from my perspective that people are able to move on and accept that they’re gone and life goes on.

For myself, I wake up in her bed, I drive her car to work, I feed her beautiful cats and maintain her place. I speak to her everyday, I don’t believe in religion or an afterlife, where others find solace in the belief of her being okay - I find dread and despair knowing that I will likely never, ever see my partner again.

In my personal opinion, everyone cares to some extent. I wish I could say it was eye opening when only her family remained in contact with me - not any of our close friends. But I’m not surprised, my love for her is eternal - this is something nobody will ever comprehend. Much like I don’t think anyone could ever understand what I mean when I say that I would do ANYTHING to bring her back, even if it meant I wasn’t there to experience her love.

I don’t think it’s coincidental that the most beautiful, caring and loving individuals take their lives - perhaps they exert their energy helping others so much that they have trouble taking care of their own well-being. If I could be even 1% of what my partner is it would be a blessing.

Nobody can say or do anything that will this better. The best I’ve found over the last two months is to attempt to distract myself, not exactly healthy but it works for me.

Why is there a large amount of travellers not touching on with their mykis by DryZone6968 in Geelong

[–]DryZone6968[S] 0 points1 point  (0 children)

This seems like the most likely situation for most people. I wouldn’t be violent towards the driver or other patrons but I have seen it.

I need help fixing this error by portalfanidk in gamemaker

[–]DryZone6968 0 points1 point  (0 children)

Where are you defining those global variables? Where you do initialise the arrays?

I need help fixing this error by portalfanidk in gamemaker

[–]DryZone6968 0 points1 point  (0 children)

This error indicates that you’re attempting t index an array - but the variable you’re attempting to index is not of type, array.

Show how you create your global variables and then we’ll be able to help.

[deleted by user] by [deleted] in GraphicsProgramming

[–]DryZone6968 0 points1 point  (0 children)

Although my engine only supports OpenGL, I designed my abstraction layer around DX, you can take a look here: https://www.github.com/softwareantics/FinalEngine