Jev로 구동되는 실시간 Doom 데모
게임 데모가 실시간 의사결정을 보여줍니다. Diogo는 초당 약 10번 Jev를 호출한다고 설명하며, 게시물에는 2분 43초 영상이 있습니다.

작성자는 게임에서 Jev를 구현하는 데 해당 게시물과 저장소가 매우 도움이 되었다며, 코드 자체에서 많은 계산과 실행이 이루어져 '게임 엔진 + Jev + Astra'가 최선의 방법이라고 언급했습니다.
This post and especially the linked repo were super helpful to figure out how to implement Jev in games. Although it says "Jev + Astra" a lot is calculated and executed in the code itself so its more "Game engine + Jev + Astra" and thats probably the best pay to do it!