jslogo icon indicating copy to clipboard operation
jslogo copied to clipboard

Logo in JavaScript

Results 40 jslogo issues
Sort by recently updated
recently updated
newest added

Hi, That is a Feature Request that I think is reasonable. Could we have Editor Window scalable? so far the options are single line or like 8 lines. It would...

Hello! I wanted to use jslogo as a library for use in this [Observable notebook](https://observablehq.com/@zekenie/hello-logo). You already separated the code really well, so it was just a matter of exposing...

Adding Ellipse command to the Turtle

`setcursor` allows you set a vector from which Logo will begin outputting from while preserving previous text outputs. This implementation clones new nodes based upon `#overlay` and renders them within...

Hi, I'm looking to build a simple 2 wheel robot, controlled by an ESP8266 WiFi microcontroller. My idea is to host jslogo on the ESP8266's webserver, and provide a websocket...

I wrote a quick Snowflake algorithm before showing this to my daughter, but editing on an Android tablet in Chrome was hard: pressing on the position usually put the cursor...

Chrome now has JS coverage: DevTools > Menu > More Tools > Coverage Looks like a handful of procs are not covered by the tests, should be easy to get...

Simple JavaScript redirector to `l10n/language-xx.html` should be enough IMHO. There is one translation by @nitro2010 at https://github.com/nitro2010/jslogo/blob/master/language.htm

localization

1. Enter following code using localized Logo procedures/keywords (example in Polish Logo): ```logo oto gwiazda powtórz 5 [ np 100 pw 144 ] już gwiazda ``` 2. Run above code...

localization

SVG Crowbar doesn't seem able to export the canvas as SVG, so an export option would be welcome as an enhancement

enhancement
graphics