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.md | 11 ++++++----- md/writeup/wasm_fractal.md | 21 ++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/md/writeup.md b/md/writeup.md index e1d5655..2d79481 100644 --- a/md/writeup.md +++ b/md/writeup.md @@ -34,11 +34,12 @@ title: Writeup page | Project | Description | | --- | --- | -| [DataMatch](writeup/datamatch.md) | data matching language for binary files | -| [Radiola](writeup/radiola.md) | rtlsdr sdr experiments | -| [Kconf2h](writeup/kconf2h.md) | convert kernel Kconfig to *.h files | -| [h64e](writeup/h64e.md) | mini hexdump like hex dumper | -| [ihe](writeup/ihe.md) | interactive cli hex editor | +| [DataMatch](writeup/datamatch.md) | data matching language for binary files | +| [Radiola](writeup/radiola.md) | rtlsdr sdr experiments | +| [Kconf2h](writeup/kconf2h.md) | convert kernel Kconfig to *.h files | +| [h64e](writeup/h64e.md) | mini hexdump like hex dumper | +| [ihe](writeup/ihe.md) | interactive cli hex editor | +| [fractal](writeup/wasm_fractal.md) | wasm/C written dynamic fractal generator | ## Devices | Device | Description | Link | 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