Skip to content

Commit f28ea12

Browse files
committed
readme
1 parent 156d886 commit f28ea12

File tree

11 files changed

+109
-0
lines changed

11 files changed

+109
-0
lines changed

chp00_introduction/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Graphing1D
2+
NOC_I_01_RandomWalkTraditional
3+
NOC_I_02_RandomDistribution
4+
NOC_I_03_RandomWalkTendsToRight
5+
NOC_I_04_Gaussian
6+
NOC_I_05_NoiseWalk
7+
Noise 2D
8+
Noise1D
9+
index.md

chp01_vectors/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
NOC_1_01_bouncingball_novectors
2+
NOC_1_02_bouncingball_vectors
3+
NOC_1_02_bouncingball_vectors_object
4+
NOC_1_03_vector_subtraction
5+
NOC_1_04_vector_multiplication
6+
NOC_1_05_vector_magnitude
7+
NOC_1_06_vector_normalize
8+
NOC_1_07_motion101
9+
NOC_1_08_motion101_acceleration
10+
NOC_1_09_motion101_acceleration
11+
NOC_1_10_motion101_acceleration
12+
NOC_1_11_motion101_acceleration_array
13+
index.md

chp02_forces/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
NOC_2_01_forces
2+
NOC_2_02_forces
3+
NOC_2_03_forces
4+
NOC_2_04_forces_friction
5+
NOC_2_05_forces_drag
6+
NOC_2_06_attraction
7+
NOC_2_07_attraction_many
8+
NOC_2_08_mutualattraction
9+
index.md

chp03_oscillation/index.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
AttractionArrayWithOscillation
2+
Exercise_3_02_cannon
3+
Exercise_3_16_springs
4+
Exercise_3_16_springs_array
5+
NOC_3_01_angular_motion
6+
NOC_3_02_forces_angular_motion
7+
NOC_3_03_pointing_velocity
8+
NOC_3_04_PolarToCartesian
9+
NOC_3_05_simple_harmonic_motion
10+
NOC_3_06_simple_harmonic_motion
11+
NOC_3_07_oscillating_objects
12+
NOC_3_08_static_wave_lines
13+
NOC_3_09_exercise_additive_wave
14+
NOC_3_09_wave
15+
NOC_3_10_PendulumExample
16+
NOC_3_10_PendulumExampleSimplified
17+
NOC_3_11_spring
18+
index.md

chp04_systems/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Exercise_4_03_MovingParticleSystem
2+
Exercise_4_04_asteroids
3+
Exercise_4_06_Shatter
4+
Exercise_4_10_particlerepel
5+
Exercise_4_12_ArrayofImages
6+
NOC_4_01_SingleParticle
7+
NOC_4_02_ArrayParticles
8+
NOC_4_03_ParticleSystemClass
9+
NOC_4_04_SystemofSystems
10+
NOC_4_05_ParticleSystemInheritancePolymorphism
11+
NOC_4_06_ParticleSystemForces
12+
NOC_4_07_ParticleSystemForcesRepeller
13+
NOC_4_08_ParticleSystemSmoke
14+
NOC_4_08_ParticleSystemSmoke_WEBGL
15+
index.md

chp05_libraries/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
box2d-html5
2+
index.md
3+
toxiclibs

chp06_agents/index.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Exercise_6_13_CrowdPathFollowing
2+
NOC_6_01_Seek
3+
NOC_6_02_Arrive
4+
NOC_6_03_StayWithinWalls
5+
NOC_6_04_FlowField
6+
NOC_6_05_PathFollowing_Simple
7+
NOC_6_06_PathFollowing
8+
NOC_6_07_Separation
9+
NOC_6_08_SeparationAndSeek
10+
NOC_6_09_Flocking
11+
index.md

chp07_CA/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Exercise_7_01_WolframCA_randomizedrules
2+
Exercise_7_04_WolframCA_scrolling
3+
GameOfLifeWrapAround
4+
NOC_7_01_WolframCA_simple
5+
NOC_7_02_GameOfLifeSimple
6+
NOC_7_03_GameOfLifeOOP
7+
index.md

chp08_fractals/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Exercise_8_10_TreeStochasticNoise
2+
NOC_8_01_Recursion
3+
NOC_8_02_Recursion
4+
NOC_8_03_Recursion
5+
NOC_8_04_CantorSet
6+
NOC_8_05_Koch
7+
NOC_8_05_KochSimple
8+
NOC_8_06_Tree
9+
NOC_8_07_TreeStochastic
10+
NOC_8_08_SimpleLSystem
11+
NOC_8_09_LSystem
12+
index.md

chp09_ga/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
EvolveFlowField
2+
NOC_9_01_GA_Shakespeare
3+
NOC_9_01_GA_Shakespeare_simplified
4+
NOC_9_02_SmartRockets_superbasic
5+
NOC_9_03_SmartRockets
6+
NOC_9_04_Faces_interactiveselection
7+
NOC_9_05_EvolutionEcosystem
8+
index.md

chp10_nn/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
NOC_10_01_Perceptron
2+
NOC_10_03_NetworkViz
3+
NOC_10_04_NetworkAnimation
4+
index.md

0 commit comments

Comments
 (0)