[go: up one dir, main page]

Menu

Tree [a24784] master /
 History

HTTPS access


File Date Author Commit
 apps 2025-10-10 JBanana JBanana [c56bd2] Tilex: fixed preview image positioning
 core 10 hours ago JBanana JBanana [17b791] UIHandler: get LnFs later so constructor can ad...
 core-test-helper 2025-05-03 JBanana JBanana [3cb046] Deal with compile warnings
 doclet 2024-04-09 JBanana JBanana [60ac5f] Tidy ups suggested by IntelliJ
 examples 2025-06-13 JBanana JBanana [91d77a] Spsh: added formula round
 ftree 9 hours ago JBanana JBanana [a24784] FTree: made FlatLaf available
 img 2023-04-14 JBanana JBanana [e9ebfa] Documentation: updated icon screenshots
 jemi 4 days ago JBanana JBanana [60a315] Jemi: reduce log output
 playarea 2024-02-02 JBanana JBanana [a5b7bb] Move to J17
 quircus 2024-04-09 JBanana JBanana [60ac5f] Tidy ups suggested by IntelliJ
 retest 2025-08-01 JBanana JBanana [ddefbf] RETest: clearer separation of types of copy/paste
 .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 2024-11-15 JBanana JBanana [50a215] Docs: fixed logo paths
 index.html 2025-04-27 JBanana JBanana [27f48d] Documentation: delegate clarifications
 layout.html 2024-11-15 JBanana JBanana [50a215] Docs: fixed logo paths
 licence.txt 2024-02-02 JBanana JBanana [62b2d0] Updated copyright date
 pom.xml 2024-02-02 JBanana JBanana [a5b7bb] Move to J17
 quickstart.html 2024-11-15 JBanana JBanana [50a215] Docs: fixed logo paths
 readme 2024-02-02 JBanana JBanana [a5b7bb] Move to J17
 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 17 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)