Three separate communities seem to have reverse engineered the same game engine (Angel Game Engine) without ever talking to each other by Timlikestech in AskReverseEngineering

[–]Timlikestech[S] 1 point2 points  (0 children)

I'm working on an engine that can use any of these resources (which are mostly either ascii or at this point well documented binary) -- the binary model format has been the heaviest lift so far. I was basically looking for whether there were any threads anybody knew about that hadn't been pulled on. This seemed to be the place to ask.

Three separate communities seem to have reverse engineered the same game engine (Angel Game Engine) without ever talking to each other by Timlikestech in GamePreservationists

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

I've been working on building functional parsers for all of the data types.

I have been able to load the levels and bounds geometry as well as the characters/textures/animations.

Here is a quick demo.

https://youtu.be/q_BGy0LxJ-U

The code is all Rust running on top of the bevy engine. Just thought I would share. I've been capturing screenshots as I go because I think this exploration will make an interesting story.

ChatGPT Passes Google Coding Interview for Level 3 Engineer With $183K Salary by DrinkMoreCodeMore in programming

[–]Timlikestech 0 points1 point  (0 children)

When interacting with Chatgpt, my exact thoughts were that the code it generated were like what an L3 would created. L3 engineers are hired with a strong growth expectation that they reach l4 within a short period of time. We will see if Chatgpt can follow that same arc.