doom icon indicating copy to clipboard operation
doom copied to clipboard

DOOM translated from C to V.

Results 8 doom issues
Sort by recently updated
recently updated
newest added

Hi, I tried running the commands to build and run from the README. However, I failed at `v -lib translated p_enemy.v`: ```bash Unknown argument `-lib` ``` And if I just...

V panic: v translated: unknown command Run "v help" for usage. addr2line: 'v': No such file v(+0x2e7e) [0x5586a2cbbe7e] addr2line: 'v': No such file v(+0x91a66) [0x5586a2d4aa66] addr2line: 'v': No such file...

Hi, I just tried to follow the build instructions; using `V 0.1.21 8373264` I try to call `v -lib translated p_enemy.v`, get ``` p_enemy.v:2:12: redefinition of `memcpy` 1| struct C.FILE{}...

when I run 'v -lib translated p_enemy.v' to make a v lib,it returned " Building module p_enemy.v... Cross compiling /home/machao//.vlang//vlib//p_enemy.v.o V panic: "/home/machao//.vlang//vlib/builtin/array.vh" doesn't exist" how can I resolve it?

I got an error from running `make` while following the install steps: ``` [ 51%] Building C object opl/CMakeFiles/opl.dir/opl.c.o /Users/dylanwallace/chocolate-doom/opl/opl.c:23:10: fatal error: 'SDL.h' file not found #include "SDL.h" ^~~~~~~ 1...

*A blog post about translating DOOM will be published.* (c) 2020(?)

`DOOM translated from C to V. Builds in 0.7 seconds (x25 speed-up).` Are you able to build the entire project in 0.7 seconds? Or just one file? It takes 28...