Viewing profile — mrDIMAS
mrDIMAS
HN member- Joined
- Fri, Sep 18, 2020, 6:01 PM UTC
- HN karma
- 115
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About mrDIMAS
No profile information was provided.
Recent public activity
-
comment
Comment #31388902
The editor is built specifically for the engine, it is a bit younger than the engine - the engine is 3+ years old and the editor is 2 yo. Asking a potential question - the editor i…
-
comment
Comment #31388873
Yeah, I've spent almost a week trying to go through compiler issues, like mismatch TypeId for the same type across projects (game DLL and engine) was a main source of headache. I d…
-
comment
Comment #31388786
Hi, engine author here, ask me anything. Join engine community in Discord - https://discord.com/invite/xENF5Uh
-
comment
Comment #29865019
Should be fixed now, there was some site maintenance work going on, sorry for that.
- story
- story
-
comment
Comment #28263893
Not yet, currently I'm focusing on new features, maybe at some time in the near future I'll do a comparison.
-
comment
Comment #28263890
Nothing stops you from implementing it yourself. Engine internals just don't need it, it works perfectly fine with OO-design.
-
comment
Comment #28260906
Thank you! It seems that I'm just bad at promotion. The thing is that rg3d is on https://arewegameyet.rs/ecosystem/engines/ page for more than 1.5 years already, but nobody notices…
-
comment
Comment #28260526
No, unfortunately. Bitcoin is banned in my country and it is very hard to convert it to fiat money.
-
comment
Comment #28260504
Please, get me right, I'm not condoning his behavior. I just can't tell people what to do. I can just tell that his position does not match mine. I prefer to keep distance from any…
-
comment
Comment #28260065
I just want to clarify that I cannot tell Adam what should he do. I can just try to convince you that the community is friendly and non-toxic, I answer all the questions in the Dis…
-
comment
Comment #28259750
Thanks! It took half of year to build it, it was a hard task especially for a newbie Rust programmer I was back in the day. I was able to find right desing from fourth attempt.
-
comment
Comment #28259696
Thanks! I do have two pretty big games written with the engine - https://github.com/mrDIMAS/StationIapetus and https://github.com/mrDIMAS/rusty-shooter . I've started writing them …
-
comment
Comment #28259114
Thank you! There are number of cool 2D game engines, but almost no such developed 3D engines, so rg3d is the most feature-rich game engine so far.
-
comment
Comment #28259074
Thank you! Unfortunately, GitHub donations is not supported in my country, so Patreon is the only option for me.
-
comment
Comment #28259034
Hello! Engine author here, I'm ready to answer your questions. If you want to support the project, please consider to either do a monthly donation via Patreon ( https://www.patreon…
- story
- story
- story
- story
- story
-
comment
Comment #24520540
To be honest I'm not trying to implement "bleeding edge" renderer, it would just take enormous amount of time which can be put into other more important parts (there are plenty of …
-
comment
Comment #24520335
The game and the editor are massively helps to find right approaches in development. All my previous attempts to write engines (in other languages) were bad because all they had is…
-
comment
Comment #24520153
There is also a problem with rg3d-sound - it supports only Windows and Linux right now. So there will be no sound on other OSes. I've tried to add at least macOS backend by myself,…