[go: up one dir, main page]

Menu

Tree [e88a88] Staircase /
 History

HTTPS access


File Date Author Commit
 apps 2022-09-08 JBanana JBanana [bbd9d4] FTree: fixed slow scrolling
 core 2022-06-03 JBanana JBanana [c8db07] ScrollBarGenerator: added increment properties;...
 core-test-helper 2021-11-11 JBanana JBanana [6a93b9] min J11; external Nashorn; Jemi: gopher fixes, ...
 doclet 2021-03-21 JBanana JBanana [8a2396] Removed unnecessary test boilerplate
 examples 2022-02-14 JBanana JBanana [ac6287] Changes suggested by looking at Javadoc output
 jemi 2022-06-14 JBanana JBanana [f37e2a] Jemi: no MIME type means gemtext
 playarea 2022-03-31 JBanana JBanana [2e6bba] Playarea: use J11
 quircus 2022-09-11 JBanana JBanana [e88a88] Staircase/Haircut: better messages; better hand...
 retest 2021-11-11 JBanana JBanana [6a93b9] min J11; external Nashorn; Jemi: gopher fixes, ...
 .gitignore 2022-01-22 JBanana JBanana [51780a] Ignore GC logs
 compositor.css 2019-01-05 JBanana JBanana [2784f2] Documentation: tweaks; desaturated logo
 compositor.html 2020-06-11 JBanana JBanana [25c457] Tweaks suggested by IntelliJ
 compositor.js 2019-08-19 JBanana JBanana [806dac] mvn: fixed docs
 examples.bat 2020-06-19 JBanana JBanana [900bc1] Examples scripts: fixed path issues
 examples.sh 2020-06-19 JBanana JBanana [900bc1] Examples scripts: fixed path issues
 history.txt 2021-10-31 JBanana JBanana [b3ec29] Updated history
 howthingswork.html 2020-11-03 JBanana JBanana [e8ae60] Doc: fixed typos
 index.html 2022-09-08 JBanana JBanana [bbd9d4] FTree: fixed slow scrolling
 layout.html 2020-06-11 JBanana JBanana [25c457] Tweaks suggested by IntelliJ
 licence.txt 2022-03-31 JBanana JBanana [04db03] Licence: fixed copyright date
 pom.xml 2022-04-17 JBanana JBanana [ad7f30] ScriptRunner: added test
 quickstart.html 2020-06-11 JBanana JBanana [25c457] Tweaks suggested by IntelliJ
 readme 2020-06-14 JBanana JBanana [1e349f] Documentation fixes and tweaks
 todo.txt 2021-01-13 JBanana JBanana [6be092] todo: added glasspane fixes
 wishlist.txt 2015-11-03 JBanana JBanana [f1d509] Updated todo and wishlist

Read Me

This is the source tree for the Compositor project on SourceForge.
http://compositor.sourceforge.net/
http://sourceforge.net/projects/compositor/


Building
========

To build, you need:
 - Java 1.7 or above
 - an internet connection
 - and Maven - see https://maven.apache.org/

Then:

cd build
mvn package


After building:
 - look at index.html
 - and try:
	cd compositor
	java -classpath examples\target\classes\;core\target\classes Examples examples\target\classes

   (Unix/Linux users use : instead of ; obvs)