-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME
35 lines (22 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
apophysis-j is a port in java of the famous fractal flame editor apophysis for Windows. It is based on the
version 2.07 beta of apophysis. It should run on any machine equipped with a decent java environment (1.5 or higher)
and bring the capabilities of this wonderful program to mac and linux users at last.
DOES ANYONE KNOW THE NEW SHEEP SERVER URL?
This project uses ant to build, use
ant
from the main directory to build the jar
If you wish to build a release, including a jnlp version, you will need to create a keystore, using
keytool like this:
keytool -genkey -alias apophysis-j -keypass {pass} -keystore apophysis-j.store -storepass {pass}
You will be prompted for the passwords when you run
ant release
There are also eclipse project files here.
-----------------------------------------------------------
Written/Ported by Jean-Francois Bouzereau
Now also maintained by Dave Brosius
based on Apophysis ( http://www.apophysis.org )
Apophysis Copyright (C) 2001-2004 Mark Townsend
Apophysis Copyright (C) 2005-2006 Ronald Hordijk, Piotr Borys, Peter Sdobnov
Apophysis Copyright (C) 2007 Piotr Borys, Peter Sdobnov
based on Flam3 ( http://www.flam3.com )
Copyright (C) 1992-2006 Scott Draves <[email protected]>