No description
- Makefile 46.8%
- C 38.4%
- C++ 5.2%
- HTML 2.9%
- Shell 2.1%
- Other 4.2%
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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. |
||
|---|---|---|
| build_compat | ||
| libs | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| .hgignore | ||
| .hgtags | ||
| .woodpecker.yml | ||
| ci-build.sh | ||
| CMakeLists.txt | ||
| readme.md | ||
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.