Live data from Hacker News

Two.js

jonobr1.github.io

61–70 of 92 posts

Re: Two.js

#61
post #38
post #4

Earlier quoted context omitted.

It seems to me, that people in the Javascript world, like to constantly create new alternatives (or very similar) to existing frameworks or projects. It's not 100% a bad thing though.

Some of my thinking behind rolling my own renderer: https://youtu.be/cOfEMWV_5Rc

I really enjoyed this talk. Thanks.

Re: Two.js

#62

Earlier quoted context omitted.

People keep reimplementing the same thing to the same "80%" completion level so they look good to employers, but the software is abandoned quickly once it has served its purpose as a personal branding tool.

Step 1: Someone invests a bunch of time making something new. Step 2: Someone posts it on Hacker News. Step 3: Project is immediately derided because other people have also been making new things.

Just to clarify, I was explaining acgourley's position. This particular project is high quality.

Re: Two.js

#63
post #12

what is meant by "modern web browsers"?

In general as regards SVG [and canvas in this case], not IE <=8 or Android <= 2.4, and some caveats (eg will need careful testing, as some JS/DOM APIs or rendering optimisations may not be present) with earlier versions of FF/Chrome/Safari & IE9/10

Re: Two.js

#64
post #20

Earlier quoted context omitted.

Roughly, self updating html5 compliant browser.

Why self-updating? Is my version of Firefox non-"modern" simply because I install and update it through my operating system's package management system?

It is if you updated it recently.

Re: Two.js

#65
post #26

What I am struggling with, is the use case of a library like this. Is this oriented towards gaming or substitude something like d3.js or is it has a simplier api, for the developer than other libraries. Or is it a library to showcase the cool stuff that can be done with new technologies. I think the main difference and the selling point is that it is "renderer agnostic" but I don't understand the benefits of that.

I don't know what the real use case is, but I know that it's been awesome as a simple graphics API to teach programming to kids.

A while back I used Choc (http://www.fullstack.io/choc/) to teach JavaScript to a high school class. A lot of Two's competitors have APIs that take into account things like performance and extensibility, but are harder to explain because of it. It was great to have a simple API that got out of the way and allowed me to teach things like if statements, for loops and functions.

Re: Two.js

#66

Is that project still alive ? Last two commits are from march this year and then there's nothing all the way back to july '14

Maybe the autor thinks it is complete. EDIT: Oh wait, is the author in this thread? He can answer that.

It says in this thread that the library can't even draw text. That's far from complete

Re: Two.js

#67
post #37

Earlier quoted context omitted.

Maybe the autor thinks it is complete. EDIT: Oh wait, is the author in this thread? He can answer that.

It is! I work on the dev branch and other branches when I'm making new changes. EDIT: I mostly use the library though (I use it everyday) rather than constantly develop new features.

Sounds good, but I just looked at the dev branch. One small commit from 15 july 2015. then nothing till december '14 .

This project is absolutely dead

Re: Two.js

#68
post #37

Earlier quoted context omitted.

Maybe the autor thinks it is complete. EDIT: Oh wait, is the author in this thread? He can answer that.

It is! I work on the dev branch and other branches when I'm making new changes. EDIT: I mostly use the library though (I use it everyday) rather than constantly develop new features.

Oh and the commit from last Wednesday was three lines long

Re: Two.js

#69
post #37

Earlier quoted context omitted.

It is! I work on the dev branch and other branches when I'm making new changes. EDIT: I mostly use the library though (I use it everyday) rather than constantly develop new features.

Sounds good, but I just looked at the dev branch. One small commit from 15 july 2015. then nothing till december '14 . This project is absolutely dead

Perhaps you're confusing dead and stable?

Re: Two.js

#70
post #37

Earlier quoted context omitted.

It is! I work on the dev branch and other branches when I'm making new changes. EDIT: I mostly use the library though (I use it everyday) rather than constantly develop new features.

Oh and the commit from last Wednesday was three lines long

please stop trolling. I know you think you're on to something but you're really not.
Post reply on HN