All Projects → inexorabletash → Jslogo

inexorabletash / Jslogo

Licence: other
Logo in JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Jslogo

RideShare-Trip-Stats
Chrome Extension to visualize your uber trip statistics
Stars: ✭ 61 (-79.87%)
Mutual labels:  logo
Logo
Logo Tiger Enterprise Özel Raporlar, Tablo ve View Açıklamaları
Stars: ✭ 73 (-75.91%)
Mutual labels:  logo
TortoiseGraphics
A turtle graphics (a key feature of the Logo ) engine written in Swift.
Stars: ✭ 81 (-73.27%)
Mutual labels:  logo
ChannelFiles
Miscellaneous TFL/LL YouTube channel files.
Stars: ✭ 12 (-96.04%)
Mutual labels:  logo
simple-icons-pdf
PDF icons for popular brands
Stars: ✭ 16 (-94.72%)
Mutual labels:  logo
trtl
Tk-powered Ruby turtle graphics
Stars: ✭ 65 (-78.55%)
Mutual labels:  logo
designs
Blockstack designs
Stars: ✭ 26 (-91.42%)
Mutual labels:  logo
Pythonturtle
A learning environment for Python suited for beginners and children, inspired by Logo.
Stars: ✭ 275 (-9.24%)
Mutual labels:  logo
branding
Our logos, and other branding material
Stars: ✭ 31 (-89.77%)
Mutual labels:  logo
geticon
Web / IT project stack / tool / technique icon / logo collection & markdown / HTML generator 🚀
Stars: ✭ 101 (-66.67%)
Mutual labels:  logo
WebRtcShitBlt
client side WebRTC lib to add an image / watermark on the MediaSource
Stars: ✭ 19 (-93.73%)
Mutual labels:  logo
CryptoLogos
Hundreds of crypto logos simply named by their normalized contract address
Stars: ✭ 14 (-95.38%)
Mutual labels:  logo
brand.systemd.io
Website with systemd brand assets
Stars: ✭ 12 (-96.04%)
Mutual labels:  logo
Dj-Engine
A Dj Hero 2 Clone for PC :)
Stars: ✭ 41 (-86.47%)
Mutual labels:  logo
landscape
🌄The Cloud Native Interactive Landscape filters and sorts hundreds of projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.
Stars: ✭ 8,067 (+2562.38%)
Mutual labels:  logo
server-media
This repository collects icons, logos & information about game servers.
Stars: ✭ 29 (-90.43%)
Mutual labels:  logo
libre-logos
A collection of free logos for open source projects
Stars: ✭ 131 (-56.77%)
Mutual labels:  logo
T Shirts
The first OpenSource t-shirts (probably)
Stars: ✭ 300 (-0.99%)
Mutual labels:  logo
Awesome Icons
A curated list of awesome downloadable SVG/PNG/Font icon projects
Stars: ✭ 266 (-12.21%)
Mutual labels:  logo
fish logo
🐠 Fish shell colorful ASCII-art logo
Stars: ✭ 82 (-72.94%)
Mutual labels:  logo

jslogo - Logo in JavaScript

This is hosted at https://inexorabletash.github.io/jslogo/ for playing with live.

Language Reference - this attempts to implement a subset of UCBLogo defined in in Brian Harvey's Computer Science Logo Style

Logo Examples

to star repeat 5 [ fd 100 rt 144 ] end
star
to square :length repeat 4 [ fd :length rt 90 ] end
repeat 36 [ square 50 rt 10 ]
to randomcolor setcolor pick [ red orange yellow green blue violet ] end
repeat 36 [ randomcolor square random 200 rt 10 ]
window pu repeat 72 [ setlabelheight repcount fd repcount * 2.5 label "Logo bk repcount * 2.5 rt 10 ]

Logo Links

To Do

  • Document deviations from UCB Logo standard
  • Make these examples all work: Logo 15-word challenge
  • Tail-call optimization
  • Make execution async so you can watch the turtle move
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].