-
Notifications
You must be signed in to change notification settings - Fork 175
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
setup #7
Comments
why not fork + pr |
i like to get owner feedback before submitting a pr |
This is great, Jeremy. I managed to install it too, but now I get an error about websocket; |
@SomeDevWeb . Im just on my phone, but it looks like start-web.js needs to import src/server/index.js to start the websocket server (see start-desktop.js for example). i’ll update it later but that should unblock you. |
Sorry for the late reply. Thanks for your help! And actually, related to that, I have an audacious game project in mind for which I will create a new post. Thanks a lot again for your time. |
little more friendly setup here: https://github.com/jeremy-coleman/simmo
basically just:
copy/pasted/flattened
added express for static files
added cross origin isolated headers
added a package.json
added script to get going with npm install and npm run start
removed mjs, "type":"module" in package.json is better (but also not needed bc sucrase ftw)
update: latest commit i added electron nightly just so i can use the webgpu api without having to use chrome canary. can also mess around with using the vulkan backend for angle and figure out how to use a native udp client
The text was updated successfully, but these errors were encountered: