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

Add template to README #182

Open
konsumer opened this issue Jan 12, 2024 · 0 comments
Open

Add template to README #182

konsumer opened this issue Jan 12, 2024 · 0 comments

Comments

@konsumer
Copy link
Collaborator

konsumer commented Jan 12, 2024

Up to @twuky and @RobLoach, but I think it'd be cool to add my nice EXE project template to README.

Currently, the windows-build needs some work (in testing it says it's missing the DLL) which I am working on, but essentially it makes a single EXE out of a js file, using the new built-in SEA stuff. This helps with deployment, and the end-user should not need node or anything else installed. It even inlines the native raylib .node file, so it's all self-contained, and it builds faster than older methods that would build nodejs from scratch (it injects it into the system's existing node runtime, so no compile) which makes for much faster builds than nexe/pkg/boxednode/etc.

I setup nice CI for the template-project, so the user should only need to fork/edit main.js/push to get builds of their game, for very platform.

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

1 participant