From 85fc9da3b48684eb42f0b0a0840aa197a7b3daa7 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Mon, 30 Nov 2020 18:30:36 +0000 Subject: update wasm fractal notes --- md/writeup/wasm_fractal.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'md/writeup/wasm_fractal.md') diff --git a/md/writeup/wasm_fractal.md b/md/writeup/wasm_fractal.md index cfb6bea..b47c391 100644 --- a/md/writeup/wasm_fractal.md +++ b/md/writeup/wasm_fractal.md @@ -114,21 +114,14 @@ lSDL2 -lSDL2_ttf -lGLESv2 -lGL Compile with emscripten ``` --s USE_SDL=2 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS='["png"]' -s USE_SDL_TTF=2 -s MAX_WEBGL_VERSION=2 -s MIN_WEBGL_VERSION=2 -s LLD_REPORT_UNDEFINED -s USE_GLFW=3 +-s USE_SDL=2 -s MAX_WEBGL_VERSION=2 -s MIN_WEBGL_VERSION=2 -s LLD_REPORT_UNDEFINED -s USE_GLFW=3 ``` -### Compilation - - - -## Demo - - ## Demo page -Permanent residence of demo, with latest version available -[Fractal Demo](http://wasm.main.lv/fractal) +Permanent residence of demo, with latest version available +[Demo - http://wasm.main.lv/fractal](http://wasm.main.lv/fractal) @@ -139,6 +132,12 @@ Permanent residence of demo, with latest version available ## Source Source provided as is, no any attempt to make it easy to build is made. +[http://git.main.lv/cgit.cgi/wasm_fractal.git/](http://git.main.lv/cgit.cgi/wasm_fractal.git/) + +## Links -## Links \ No newline at end of file +[01] [/writeup/web_assembly_sdl_example.md](/writeup/web_assembly_sdl_example.md) +[02] [https://github.com/opengl-tutorials/ogl/blob/master/tutorial04_colored_cube/tutorial04.cpp](https://github.com/opengl-tutorials/ogl/blob/master/tutorial04_colored_cube/tutorial04.cpp) +[03] [https://arm-software.github.io/opengl-es-sdk-for-android/introduction_to_shaders.html](https://arm-software.github.io/opengl-es-sdk-for-android/introduction_to_shaders.html) +[04] [https://gist.github.com/SuperV1234/5c5ad838fe5fe1bf54f9](https://gist.github.com/SuperV1234/5c5ad838fe5fe1bf54f9) \ No newline at end of file -- cgit v1.2.3