Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,27 @@ See https://github.com/BobHanson/java2script/tree/master/dist and the README fil

# History

https://sourceforge.net/projects/j2s (last updated 6/2010)

https://github.com/BobHanson/java2script (development master)

Current development "Version 3.0 development master" involving a completely rewritten transpiler (2017/18) that nearly perfectly emulates the Java Virtual Machine, including Swing, audio, jpdf, and many other added packages.

https://github.com/java2script/java2script (stable master)

https://github.com/BobHanson/java2script (development master)
Ported from SourceForge by Zhou Renjian, developed further by Zhou Renjian and Udo Borkowski as "Version 2.0".
Used by Bob Hanson (hansonr@stolaf.edu) in 2012 for the initial conversion of Jmol/java to JSmol/javascript (http://jmol.sourceforge.net/), Falsad physics applets (http://www.falstad.com), and PhET gas applications applets.


Currently synchronized with https://github.com/BobHanson/java2script as the stable master version.

Examples can be found at https://chemapps.stolaf.edu/swingjs/phet/site/swingjs/examples


https://sourceforge.net/projects/j2s (last updated 6/2010)

Initially developed by Zhou Renjian (zhourenjian@gmail.com, 2005-2017),
Soheil Hassas Yeganeh (soheil.h.y@gmail.com, 2006), Sal Ferro (svferro@gmail.com, 2006), Sebastian Gurin (sgurin@softpoint.org, 2008).




Expand Down