-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathREADME.txt
More file actions
64 lines (41 loc) · 1.6 KB
/
README.txt
File metadata and controls
64 lines (41 loc) · 1.6 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
--
WELCOME TO PhET !
The Physics Education Technology (PhET) project produces educational simulations
to promote scientific education. Visit our website at http://phet.colorado.edu.
See LICENSE.txt for our software license.
---
DESCRIPTION OF DIRECTORIES
assets :
Artwork, audio and other resources that are useful across the entire project.
These files are usually in the resource's original format (eg, Photoshop)
that was used to create a deployable format (eg, PNG).
build-tools:
Support for compiling and running PhET sims.
See build.bat (Windows) and build.sh (Mac and Linux)
doc :
Various documents that apply to the entire project.
ide:
files for various IDEs (Eclipse, IntelliJ)
simulations-common:
stuff common to all types of simulations, such as software agreements
simulations-flash :
All Flash-based simulations live under here.
simulations-flex :
All Flex-based simulations live under here.
simulations-html :
Experimental HTML5-based simulations live under here.
simulations-java :
All Java-based simulations live under here.
team :
Contains a subdirectory for each PhET developer.
Developers can put whatever they want under their subdirectory (experimental code, etc),
but should remember that this area is publicly visible.
util :
Various utility programs. Projects that are not simulations live under here.
web :
Files related to the PhET website are under here.
--
DESCRIPTION OF FILES
phet-svn-trunk.iml:
IntelliJ IDEA module file for working with PhET
--