SPEED CODING!! a nintendo emulator (part 1, CPU emulation)
Loading...
1,626
Loading...
Uploader Comments (assemblyassembly)
see all
All Comments (15)
-
btw can you give me a list of your dnb songs?i watched your videos before but i still come here to listen to some dnb.
-
god damn bro,you are an awesome programmer.
-
how do you even get to that program?
-
Yep, sdl is the only "extra" library we're using. It's in the distribution repo and a simple pkg_add away- but it's not installed by default. It's also in the ports tree.
Ahh!! here it is...
/usr/ports/devel/sdl*
-
@assemblyassembly I paused the video so often to pick up things because I haven't done much C programming. Pausing it continually made it easy to spot some of your home folder contents :-)
Did you have to install the SDL library or is that part of the core OpenBSD libraries by default ?
Loading...
this is C or C++?
thebigboss1212 6 months ago
@thebigboss1212 C
assemblyassembly 6 months ago
@him3zz could you be more specific?
assemblyassembly 11 months ago
I'm curious, how come you put all the code in one single file with no file extension? Wouldn't you be better off spanning multiple files and using header files?
SuperFeimer 1 year ago
@SuperFeimer
No it's in multiple files. Huh, maybe that's not too clear in the video :/ Go to the last video, in the description is a link to the source-code and see for yourself- they're multiple files.
assemblyassembly 1 year ago