Skip to content

Web implementation of a simple canvas, written using the SDL 2.0 library and Emscripten toolchain

License

Notifications You must be signed in to change notification settings

lem0nez/emcanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Canvas

A simple web application, written in modern C++17. You can use the left mouse button, finger or any part of your body to draw. Just amazing!

Build

You need the CMake version at least 3.18 and Emscripten toolchain version at least 2.0.8.

cmake -E make_directory build
cd build
emcmake cmake ..
cmake --build .