The Wayback Machine - https://web.archive.org/web/20210815130445/https://github.com/topics/wren
Here are
76 public repositories
matching this topic...
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
Minimal, zero dependency C++ binding generator for the Wren programming language
tiny coffee is a framework to develop simple 2d games with opengl 3
High-level Wren wrapper for Nim
A header only library for binding C++17 classes and functions to Wren, an embeddable programming language
The Wren Programming Language, in the browser
Updated
Jun 30, 2021
JavaScript
Wrenegade is a toolkit for developing backends for embedded Wren based projects.
Updated
Jul 25, 2017
Java
Enumerated Types for Wren.
Updated
May 2, 2021
Vim script
A functional programming library written for the Wren scripting language.
Data structures & helper functions written in wren
A String Manipulation Library for Wren
A Lua to Wren compiler in Wren.
Updated
Jul 8, 2021
JavaScript
A Rustified binding for Wren
Updated
Apr 10, 2021
Rust
A nim wrapper for Wren, an embedded scripting language
A feature complete emscripten "port" of the Wren virtual machine.
Updated
May 23, 2019
JavaScript
Bindings to the Wren language for use with the D programming language
Minimal UI library for the comfortable game engine DOME (Written in Wren)
Updated
May 3, 2021
JavaScript
Crapht Box - The Fantasy Physics Sandbox!
🐦 Dome Punk🐓 : Utility libs for Dome engine and Wren language with inspiration from Flashpunk and others.
Updated
Dec 31, 2020
JavaScript
Haxe/hxcpp @:native bindings for Wren scripting language.
Updated
Nov 19, 2016
Haxe
A collection of Rosetta code made by PureFox and friends
Updated
Dec 15, 2020
Python
Wren implementation of jlox and clox,
👹 Munsta Jump - A Simple Monster Jumping Game made with Dome Engine 👹
Improve this page
Add a description, image, and links to the
wren
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
wren
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
It's impossible to retrieve the current canvas clip region, making it hard to temporarily reset it.
We already have Canvas.clip() and Canvas.clip(x, y) for setting the offset, but no way to retrieve it. Perhaps a Canvas.clip getter (with a reciprocal setter) could provide the result as a Vector.