Update README.md
This commit is contained in:
@@ -45,7 +45,14 @@ int main(int argc, char **argv)
|
|||||||
Sound is much harder to implement! If you need sound, take a look at SDL port. It fully supports sound and music! Where to start? Define FEATURE_SOUND, assign DG_sound_module and DG_music_module.
|
Sound is much harder to implement! If you need sound, take a look at SDL port. It fully supports sound and music! Where to start? Define FEATURE_SOUND, assign DG_sound_module and DG_music_module.
|
||||||
|
|
||||||
# platforms
|
# platforms
|
||||||
Ported platforms include Windows, X11, SDL, Soso. Just look at (doomgeneric_win.c or doomgeneric_xlib.c).
|
Ported platforms include Windows, X11, SDL, emscripten. Just look at (doomgeneric_win.c, doomgeneric_xlib.c, doomgeneric_sdl.c).
|
||||||
|
Makefiles provided for each platform.
|
||||||
|
|
||||||
|
## emscripten
|
||||||
|
You can try it directly here:
|
||||||
|
https://ozkl.github.io/doomgeneric/
|
||||||
|
|
||||||
|
emscripten port is based on SDL port, so it supports sound and music! For music, timidity backend is used.
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user