WebQuake icon indicating copy to clipboard operation
WebQuake copied to clipboard

What each file is for?

Open pluto439 opened this issue 6 years ago • 1 comments

Hello. A few questions:

Where are the entry point and main loop?

What each file is for? What's is your recommended order of reading them? What are dependencies between them?

Please add answer to README.md. I don't know if I'm stupid for asking this, other people seem to navigate in this code somewhat ok.

pluto439 avatar Sep 26 '17 01:09 pluto439

Each file is for each namespace in the original Quake source code, I replaced things like R_ with R.. Messier than the original Quake code, but it was alright for me. The entry point is in Sys.js, it's window.onload, that's where the setInterval for Host.Frame is done.

Triang3l avatar Nov 12 '17 19:11 Triang3l