-
Notifications
You must be signed in to change notification settings - Fork 45
Make QGE run in a web browser. #23
Copy link
Copy link
Open
Labels
add (new feature)Add something new (different from existing functionalities or at least a new variant of).Add something new (different from existing functionalities or at least a new variant of).
Description
Activity
Metadata
Metadata
Assignees
Labels
add (new feature)Add something new (different from existing functionalities or at least a new variant of).Add something new (different from existing functionalities or at least a new variant of).
Use can use emscripten to run portable C++ code in a web browser. Basically, you feed emscripten your C/C++ and it will spit out javascript.