TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: WoofJS, easy to learn graphics library

3 点作者 stevekrouse超过 8 年前

2 条评论

stevekrouse超过 8 年前
As a computer science teacher, I was struggling to find a graphics framework for my students. Because my students all loved MIT’s Scratch, I heavily leaned on it for inspiration.<p>The result is an object-oriented graphic framework and IDE with built-in documentation, autocomplete, auto-run, and more!<p>While it was created with 11-year-olds in mind, I hope WoofJS will be useful to anyone making graphical experiences. You can use it to make games, animations and art.<p>One of our high school students made a version of Frogger: <a href="http:&#x2F;&#x2F;woofjs.com&#x2F;create.html#Frogger" rel="nofollow">http:&#x2F;&#x2F;woofjs.com&#x2F;create.html#Frogger</a><p>And another made a fun dodging game with emojis: <a href="http:&#x2F;&#x2F;woofjs.com&#x2F;create#poop-emoji" rel="nofollow">http:&#x2F;&#x2F;woofjs.com&#x2F;create#poop-emoji</a><p>We’re open source if you wanted to contribute :)<p><a href="https:&#x2F;&#x2F;github.com&#x2F;stevekrouse&#x2F;WoofJS" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stevekrouse&#x2F;WoofJS</a>
brudgers超过 8 年前
My feedback:<p>1. The site captures my keyboard and prevents me from using it to navigate my browser. This is a substantial accessibility issue.<p>2. Also curious about any pedagogical research behind WoofJS&#x27;s development.