No description
  • Makefile 46.8%
  • C 38.4%
  • C++ 5.2%
  • HTML 2.9%
  • Shell 2.1%
  • Other 4.2%
Find a file
Calvin Wong Loi Sing 53452079b1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(imgui): bake default font into atlas; drop dynamic-textures flag
Legacy LÖVE backend uses GetTexDataAsRGBA32 single-atlas upload. The
RendererHasTextures (1.92 dynamic) flag meant only cursor sprites were
baked and no font was registered, so text glyphs never reached the
atlas. Add ImFontAtlas_AddFontDefault + drop the flag.
2026-05-19 20:45:23 -04:00
build_compat feat: publish love.wasm + love.js to Forgejo Packages, drop native-linux 2026-05-14 14:22:12 -04:00
libs feat: publish love.wasm + love.js to Forgejo Packages, drop native-linux 2026-05-14 14:22:12 -04:00
src fix(imgui): bake default font into atlas; drop dynamic-textures flag 2026-05-19 20:45:23 -04:00
.gitignore Merge branch 'emscripten' into emscripten-11.5 2024-05-13 15:00:32 +01:00
.gitmodules fix: add missing ImGui headers (imconfig.h, imstb_*.h, etc.) 2026-05-14 12:20:15 -04:00
.hgignore Ignore libs/love/*. 2013-09-26 19:53:18 +02:00
.hgtags Added tag 11.3 for changeset ccea4bcb860c 2019-10-27 16:11:03 -03:00
.woodpecker.yml feat: publish love.wasm + love.js to Forgejo Packages, drop native-linux 2026-05-14 14:22:12 -04:00
ci-build.sh fix(ci): replace --fail-with-body with -f for older curl 2026-05-19 17:01:05 -04:00
CMakeLists.txt feat: publish love.wasm + love.js to Forgejo Packages, drop native-linux 2026-05-14 14:22:12 -04:00
readme.md 11.5 working with emscripten 2.0.0 2024-05-10 00:09:02 -04:00

Adapting LÖVE to suit Emscripten

LÖVE's megasource, clone LÖVE into the libs folder.

See love.js and the counterpart love emscripten branch.