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

Has anyone been able to use love.js to port 3DreamEngine module to the web? I'm getting "could not open file default. Does not exist" error. #73

Open
SugarRayLua opened this issue Nov 27, 2022 · 0 comments

Comments

@SugarRayLua
Copy link

The current love.js project has a nice demo of the 3D g3d module porting to the web. Luke100000's 3DreamEngine seems even more powerful as a 3D engine, and I was hoping to be able to also port it run on the web using love.js similar to the g3d module. Love.js compiles the 3DreamEngine to the web but then is not able to run it and gives me these errors:

love.js:9:40606 Could not open file default. Does not exist.
Highlighted code in javascript console:
out(UTF8ArrayToString(tty.output, 0));

game.js:257 loading game.data from cache
Highlighted code in javascript console:
console.info('loading ' + PaCKAGE_NAME + ' from cache');

Not sure if perhaps the 3DreamEngine may be too big-- the project contains many 3D model and the size of the port is almost 60 MB. I did allocate over that amount (e.g. -m 75000000) in love.js when I attempted to compile it to run on the web.

Thanks!

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