Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckfg committed Jan 24, 2024
1 parent 156d886 commit f28ea12
Show file tree
Hide file tree
Showing 11 changed files with 109 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chp00_introduction/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Graphing1D
NOC_I_01_RandomWalkTraditional
NOC_I_02_RandomDistribution
NOC_I_03_RandomWalkTendsToRight
NOC_I_04_Gaussian
NOC_I_05_NoiseWalk
Noise 2D
Noise1D
index.md
13 changes: 13 additions & 0 deletions chp01_vectors/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
NOC_1_01_bouncingball_novectors
NOC_1_02_bouncingball_vectors
NOC_1_02_bouncingball_vectors_object
NOC_1_03_vector_subtraction
NOC_1_04_vector_multiplication
NOC_1_05_vector_magnitude
NOC_1_06_vector_normalize
NOC_1_07_motion101
NOC_1_08_motion101_acceleration
NOC_1_09_motion101_acceleration
NOC_1_10_motion101_acceleration
NOC_1_11_motion101_acceleration_array
index.md
9 changes: 9 additions & 0 deletions chp02_forces/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
NOC_2_01_forces
NOC_2_02_forces
NOC_2_03_forces
NOC_2_04_forces_friction
NOC_2_05_forces_drag
NOC_2_06_attraction
NOC_2_07_attraction_many
NOC_2_08_mutualattraction
index.md
18 changes: 18 additions & 0 deletions chp03_oscillation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
AttractionArrayWithOscillation
Exercise_3_02_cannon
Exercise_3_16_springs
Exercise_3_16_springs_array
NOC_3_01_angular_motion
NOC_3_02_forces_angular_motion
NOC_3_03_pointing_velocity
NOC_3_04_PolarToCartesian
NOC_3_05_simple_harmonic_motion
NOC_3_06_simple_harmonic_motion
NOC_3_07_oscillating_objects
NOC_3_08_static_wave_lines
NOC_3_09_exercise_additive_wave
NOC_3_09_wave
NOC_3_10_PendulumExample
NOC_3_10_PendulumExampleSimplified
NOC_3_11_spring
index.md
15 changes: 15 additions & 0 deletions chp04_systems/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Exercise_4_03_MovingParticleSystem
Exercise_4_04_asteroids
Exercise_4_06_Shatter
Exercise_4_10_particlerepel
Exercise_4_12_ArrayofImages
NOC_4_01_SingleParticle
NOC_4_02_ArrayParticles
NOC_4_03_ParticleSystemClass
NOC_4_04_SystemofSystems
NOC_4_05_ParticleSystemInheritancePolymorphism
NOC_4_06_ParticleSystemForces
NOC_4_07_ParticleSystemForcesRepeller
NOC_4_08_ParticleSystemSmoke
NOC_4_08_ParticleSystemSmoke_WEBGL
index.md
3 changes: 3 additions & 0 deletions chp05_libraries/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
box2d-html5
index.md
toxiclibs
11 changes: 11 additions & 0 deletions chp06_agents/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Exercise_6_13_CrowdPathFollowing
NOC_6_01_Seek
NOC_6_02_Arrive
NOC_6_03_StayWithinWalls
NOC_6_04_FlowField
NOC_6_05_PathFollowing_Simple
NOC_6_06_PathFollowing
NOC_6_07_Separation
NOC_6_08_SeparationAndSeek
NOC_6_09_Flocking
index.md
7 changes: 7 additions & 0 deletions chp07_CA/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Exercise_7_01_WolframCA_randomizedrules
Exercise_7_04_WolframCA_scrolling
GameOfLifeWrapAround
NOC_7_01_WolframCA_simple
NOC_7_02_GameOfLifeSimple
NOC_7_03_GameOfLifeOOP
index.md
12 changes: 12 additions & 0 deletions chp08_fractals/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Exercise_8_10_TreeStochasticNoise
NOC_8_01_Recursion
NOC_8_02_Recursion
NOC_8_03_Recursion
NOC_8_04_CantorSet
NOC_8_05_Koch
NOC_8_05_KochSimple
NOC_8_06_Tree
NOC_8_07_TreeStochastic
NOC_8_08_SimpleLSystem
NOC_8_09_LSystem
index.md
8 changes: 8 additions & 0 deletions chp09_ga/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
EvolveFlowField
NOC_9_01_GA_Shakespeare
NOC_9_01_GA_Shakespeare_simplified
NOC_9_02_SmartRockets_superbasic
NOC_9_03_SmartRockets
NOC_9_04_Faces_interactiveselection
NOC_9_05_EvolutionEcosystem
index.md
4 changes: 4 additions & 0 deletions chp10_nn/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NOC_10_01_Perceptron
NOC_10_03_NetworkViz
NOC_10_04_NetworkAnimation
index.md

0 comments on commit f28ea12

Please sign in to comment.