All Projects → ppvk → wrenjs

ppvk / wrenjs

Licence: MIT license
The Wren Programming Language, in the browser

Programming Languages

javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to wrenjs

Instascan
HTML5 QR code scanner using your webcam
Stars: ✭ 2,657 (+9389.29%)
Mutual labels:  emscripten
bazel-emscripten
C++ to WASM or JS using Bazel and Emscripten
Stars: ✭ 40 (+42.86%)
Mutual labels:  emscripten
rogue.js
JavaScript porting of original Rogue source code using Emscripten
Stars: ✭ 33 (+17.86%)
Mutual labels:  emscripten
Yew
Yew is a modern Rust framework for creating multi-threaded front-end web apps with WebAssembly.
Stars: ✭ 18,243 (+65053.57%)
Mutual labels:  emscripten
helloworld-sdl2-opengl-emscripten
Basic program that uses SDL2+OpenGL, compiling both locally and via emscripten
Stars: ✭ 71 (+153.57%)
Mutual labels:  emscripten
node-seal
Homomorphic Encryption for TypeScript or JavaScript - Microsoft SEAL
Stars: ✭ 139 (+396.43%)
Mutual labels:  emscripten
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (+642.86%)
Mutual labels:  emscripten
Header-Only-GL-Helpers
A collection of header files that can ease OpenGL programming
Stars: ✭ 25 (-10.71%)
Mutual labels:  emscripten
perl.js
emscripten build settings for perl
Stars: ✭ 31 (+10.71%)
Mutual labels:  emscripten
webgl
http://gam0022.net/webgl/
Stars: ✭ 43 (+53.57%)
Mutual labels:  emscripten
tinycoffee
tiny coffee is a framework to develop simple 2d games with opengl 3
Stars: ✭ 61 (+117.86%)
Mutual labels:  wren
eigen-js
⚡ Eigen-js is a port of the Eigen C++ linear algebra library
Stars: ✭ 78 (+178.57%)
Mutual labels:  emscripten
alia
a declarative UI library for C++
Stars: ✭ 76 (+171.43%)
Mutual labels:  emscripten
Microwindows
The Nano-X Window System
Stars: ✭ 230 (+721.43%)
Mutual labels:  emscripten
bergamot-translator
Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.
Stars: ✭ 181 (+546.43%)
Mutual labels:  emscripten
Mediainfo.js
MediaInfo ported to the web using emscripten
Stars: ✭ 217 (+675%)
Mutual labels:  emscripten
physx-js
PhysX for JavaScript
Stars: ✭ 80 (+185.71%)
Mutual labels:  emscripten
web-ifc
Reading and writing IFC files with Javascript, at native speeds.
Stars: ✭ 314 (+1021.43%)
Mutual labels:  emscripten
wasm-raytracer
a performance comparison of a simple raytracer in JavaScript, asm.js, WebAssembly, and GLSL
Stars: ✭ 158 (+464.29%)
Mutual labels:  emscripten
magnum-extras
Extras for the Magnum C++11/C++14 graphics engine
Stars: ✭ 26 (-7.14%)
Mutual labels:  emscripten

Using emscripten to transpile Bob Nystrom's wren programming language to Javascript.

wren: 0.4.0 | emscripten: 2.0.21

Build Instructions

These instructions are for an Ubuntu-like system.

You will need:

  • build-essential
  • cmake
  • python2.7
  • python3
  • nodejs
  • java
  • deno

After these are ready to go, run ./build.sh

For a detailed explanation of what this bash script does, check out the comments in the file itself.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].