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 webgl aka wasm build support #1315

Merged
merged 29 commits into from
Sep 1, 2023
Merged

Add webgl aka wasm build support #1315

merged 29 commits into from
Sep 1, 2023

Conversation

nowasm
Copy link
Contributor

@nowasm nowasm commented Aug 31, 2023

Which branch your pull-request should merge into?

  • 1.x: 1.x BugFixs
  • dev: also merged into dev branch

Known issues

  • some shader compile error: webgl1.0( non const can't initialize to loop), dev(v2.x) use ESSL300 works
  • ParticleSystem3D material can't be load (solved in dev aka v2 branch)
  • freetype SDF font render not work properly
  • audio play no voice
  • thread not working
  • HttpClient not working

@halx99 halx99 added this to the 1.1 milestone Aug 31, 2023
@halx99 halx99 added the enhancement New feature or request label Aug 31, 2023
@halx99 halx99 linked an issue Aug 31, 2023 that may be closed by this pull request
@halx99 halx99 changed the title webgl build webgl aka wasm build Aug 31, 2023
@halx99 halx99 changed the title webgl aka wasm build Add webgl aka wasm build Aug 31, 2023
@halx99 halx99 changed the title Add webgl aka wasm build Add webgl aka wasm build support Aug 31, 2023
README_webgl.md Outdated Show resolved Hide resolved
core/renderer/RenderConsts.h Outdated Show resolved Hide resolved
core/base/Controller.h Outdated Show resolved Hide resolved
README_webgl.md Outdated Show resolved Hide resolved
core/base/Controller.cpp Outdated Show resolved Hide resolved
core/base/Controller.cpp Outdated Show resolved Hide resolved
@halx99 halx99 merged commit 062b510 into axmolengine:1.x Sep 1, 2023
@halx99 halx99 modified the milestones: 1.1, 2.0 Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wasm support
2 participants