-
Notifications
You must be signed in to change notification settings - Fork 133
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
Github Pages #59
Comments
you can host from github pages, just create a roms folder in the "dist" folder, and then fill out the romlist.json file |
anything special I need to build? or will it auto build in the GP build?
…On Mon, Aug 5, 2024 at 2:33 PM Neil Barkhina ***@***.***> wrote:
you can host from github pages, just create a roms folder in the "dist"
folder, and then fill out the romlist.json file
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC26P5P56I2PQZFMQ4VAR2TZP7VRFAVCNFSM6AAAAABMBAIFWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRZHE2TMNJVHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
This message was sent by a student from the Edmonds School District.
The contents of this email are governed by applicable laws and the board
policies of the Edmonds School District. For more information visit
www.edmonds.wednet.edu <http://www.edmonds.wednet.edu>.
Equity.
Engagement. Excellence.
|
If you are using GitHub Pages everything should just work since you're using it basically as a hosting platform. The emulator does not need any server side code (except if you're looking to do cloud saves). everything else is already built, in the dist folder the "n64wasm.wasm" and "n64wasm.js" files are the built artifacts. If you want to rebuild you can follow the instructions on the readme, basically you need to install the emscripten compiler on a Linux environment. or easier you can use GitHub Codespaces which already has a preconfigured environment in this project. But you only need to rebuild if you want to change something about the core emulator engine. |
Ok, thanks for the clarification.
…On Tue, Aug 6, 2024 at 4:46 AM Neil Barkhina ***@***.***> wrote:
what do you mean by "GP build"? everything is already built, in the dist
folder the "n64wasm.wasm" and "n64wasm.js" files are the built artifacts.
If you want to rebuild you can follow the instructions on the readme,
basically you need to install the emscripten compiler on a linux
environment. or easier you can use GitHub Codespaces which already has a
preconfigured environment in this project.
Howeer you only need to rebuild if you're looking to change something
about the core emulator engine. Everything else about the emulator such as
the interface and interactions are in the HTML and JavaScript code which
don't need to be compiled,
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC26P5J3N6JGNSEW4THBPB3ZQCZRPAVCNFSM6AAAAABMBAIFWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZRGA4TIOJZHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
This message was sent by a student from the Edmonds School District.
The contents of this email are governed by applicable laws and the board
policies of the Edmonds School District. For more information visit
www.edmonds.wednet.edu <http://www.edmonds.wednet.edu>.
Equity.
Engagement. Excellence.
|
Anything special needed for the cloud saves? |
cloud saves won't work on GithubPages - for that you need your own hosting with the ability to run server code (like Node or PHP) |
i figured that out, but thanks anyway!
…On Tue, Nov 12, 2024 at 6:08 AM Neil Barkhina ***@***.***> wrote:
cloud saves won't work on GithubPages - for that you need your own hosting
with the ability to run server code (like Node or PHP)
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC26P5JP4OIZMZIE2ZCCWPT2AIDVTAVCNFSM6AAAAABMBAIFWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZQGYZTAOBZGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
This message was sent by a student from the Edmonds School District.
The contents of this email are governed by applicable laws and the board
policies of the Edmonds School District. For more information visit
www.edmonds.wednet.edu <http://www.edmonds.wednet.edu>.
Equity.
Engagement. Excellence.
|
If i where to host from github pages what would i need?
The text was updated successfully, but these errors were encountered: