Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What each file is for? #31

Open
pluto439 opened this issue Sep 26, 2017 · 1 comment
Open

What each file is for? #31

pluto439 opened this issue Sep 26, 2017 · 1 comment

Comments

@pluto439
Copy link

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.

@Triang3l
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants