Slashdot Mirror


Animating From Markup Code To Rendered Result

New submitter lulalala writes "Writing documents using markup languages isn't always easy. Take Wikipedia, for example: one often needs time to relocate the current focus when they switch between previewing and editing mode. Now with Gliimpse, one can watch the markup code gradually turn into the rendered result. The demonstration on Youtube simply looks amazing, and shows that the software supports many markup languages, including LaTex Mathematics."

2 of 72 comments (clear)

  1. Re:DOWNLOAD!? by Anonymous Coward · · Score: 5, Informative

    ... It's right there marked demo.

    http://www.aviz.fr/gliimpse/GliimpseDemo.zip

  2. Does not need Ant by Anonymous Coward · · Score: 2, Informative

    The readme file states that you need Apache Ant to run the demo. That's not true,
    java -cp gliimpse.jar:lib/bliki-core-3.0.16.jar:lib/bliki-pdf-3.0.16.jar:lib/colt.jar:lib/pdfbox-app-1.4.0.jar:lib/PDFRenderer.jar:lib/swingx-1.0.jar fr.aviz.codeglimpse.uistdemos.HTMLEditorDemo
    will work, too.