FreeStyler is a flexible computer-integrated classroom application in the CSCL and the microworlds tradition that includes various kinds of collaborative modeling and discussion applications. It combines aspects of NoteIt! and Cool Modes, i.e. other tools developed by the Collide group. It has a page-based representation. Each page can include "annotations" and various "models" from the Cool Modes' plugins. Each tool is called palette, since the user will create "things" using (graphical) palette elements (see the list of palettes below). It supports collaborative modeling through the use of coupling based on the MatchMaker server (included).
FreeStyler puts “emphasis on creative meetings and its outcomes and the incremental building of a group memory. It serves primarily as an interface between face-to-face discussions and the documentation process, but it can be used during multiple working phases as preparation, creative meetings, presentation, post processing or wrapping up information. This is enabled by a cooperative visual language which offers a set of content objects to structure information. A content object combines a symbolic view with predefined interactions. It can be characterized as a template for a special type of information as ideas, concepts, decisions, addresses or internal and external links. Whereas several content objects rather define the category of information, others, i.e. the links, provide additional structural information and interaction features. Together with these content objects users can add handwritten input flexibly. Methods as concept mapping, mind mapping or MetaPlan are easy to perform with the FreeStyler. The external representations both enrich and influence the communication.”
Freestyler works well with a tablet PC, or with a touch screen laptop if you use some kind of pen.
See also: Classroom Presenter (if you just need a presentation/collaboration scribbling application).
As of Feb 2019, the program behaves in somewhat strange ways if you use intuitive user gestures.
It is too bad, that nobody seems to maintain the system anymore. There are very few somewhat usable multi-purpose activity-based learning environment systems out there.
The FreeStyler project was terminated in 2013. However, as of Feb 2019, there have been maintenance updates. In the files page, click on "Data" to sort various releases by date:
Since the program is no longer under development, only minimal service seems to be provided. The program is distributed as a zip file that can run under any platform that supports Java, e.g. windows, linux, Mac. Also, the latest version FreeStyler 4 requires at least Java 10 which is probably not installed in your machine. The official end user Java run time is still 8.0, so you also have to make and extra effort to install a new Java version.
Short instructions for Windows 8/10:
FreeStyler4.zip 12/13/2018 02:00 PM 24.5 MB
Modify the startup script: freestyler_with_console.bat
@echo off
rem ## this batch-file is intended for starting java-applications
rem ## like FreeStyler, which need a couple of jar-files to run
rem ##
rem ## - switch to local handling of evironment-variables
setlocal enabledelayedexpansion
rem ## - set the classpath to the current directory
set CLASSPATH=.
rem ## - add all jar-files in the this directory and all it's
rem ## subdirectories to the classpath
rem /R . %%f in (*.jar) do set CLASSPATH=!CLASSPATH!;%%f
rem #############
rem ## alternative calls for adding jar files
rem - add all jar-files in the directory .\libs to the classpath
for %%f in (".\libs\*.jar") do set CLASSPATH=!CLASSPATH!;%%f
for %%f in (".\libs\plugins\*.jar") do set CLASSPATH=!CLASSPATH!;%%f
rem #############
rem ## debugging information
rem echo %CLASSPATH%
rem start /b javaw -mx256m -ms256m info.collide.freestyler.main.FreeStyler %1
set path=C:\soft\jdk-11.0.2\bin; %path%
set JAVA_HOME=C:\soft\jdk-11.0.2
java -mx1536m -ms1536m info.collide.freestyler.main.FreeStyler %*
endlocal
pause
Test:
Do the same for the matchmaker.bat file, the server used for collaborative applications.
You now should modify FreeStyler_4.0.bat in order to run the program without launching a java console. The last lines of the file should now look like this:
set path=C:\soft\jdk-11.0.2\bin; %path%
set JAVA_HOME=C:\soft\jdk-11.0.2
start javaw -Xms256m -Xmx2048m info.collide.freestyler.main.FreeStyler %*
endlocal
run it (console less)
FreeStyler_4.0.bat
file from the file manager.If you cannot see anything happening, verify the steps above. All bat files must be changed. JDK 11 must be installed.
Until 2014 or so, the procedure was relatively easy. The program came with an installer.
Depending on the version, more or less plugins will be included. E.g. FreeStyler 2.11 includes the following:
Other plugins exist and that were made either for research purposes or under development ...