@@ -9,9 +9,9 @@ with trails moving outwards from the centre of the screen.](https://github.com/j
99
1010** Flitter** is a functional programming language and declarative system for
1111describing 2D and 3D visuals. [ The
12- language] ( https://github.com/jonathanhogg/flitter/blob/main/docs/ language.md )
13- is designed to encourage an iterative, explorative, play-based approach to
14- constructing visuals.
12+ language] ( https://flitter.readthedocs.io/en/latest/ language.html ) is designed
13+ to encourage an iterative, explorative, play-based approach to constructing
14+ visuals.
1515
1616The engine is able to live reload all code and assets (including shaders,
1717images, videos, models, etc.) while retaining the current system state - thus
@@ -38,10 +38,10 @@ The engine that runs the language is capable of:
3838 and far clip planes, render buffer size, color depth, MSAA samples,
3939 perspective/orthographic projection, fog, conversion to monochrome and
4040 colour tinting
41- - simulating simple [ physical particle
42- systems] ( https://github.com/jonathanhogg/flitter/blob/main/docs/ physics.md ) ,
43- including spring/rod/rubber-band constraints, gravity, electrostatic charge,
44- adhesion, buoyancy, inertia, drag, barriers and particle collisions
41+ - simulating [ physical particle
42+ systems] ( https://flitter.readthedocs.io/en/latest/ physics.html ) , including
43+ spring/rod/rubber-band constraints, gravity, electrostatic charge, adhesion ,
44+ buoyancy, inertia, drag, barriers and particle collisions
4545- playing videos at arbitrary speeds, including in reverse (although video will
4646stutter if it makes extensive use of P-frames)
4747- running GLSL shaders as stacked image filters and generators, with per-frame
@@ -78,8 +78,7 @@ documentation](https://flitter.readthedocs.io/en/latest/install.html).
7878## Documentation
7979
8080The documentation is available on the [ Flitter ** Read** * the* ** Docs**
81- pages] ( https://flitter.readthedocs.io/ ) or in the [ docs
82- folder] ( https://github.com/jonathanhogg/flitter/blob/main/docs ) .
81+ pages] ( https://flitter.readthedocs.io/ ) .
8382
8483There are a few quick
8584[ examples] ( https://github.com/jonathanhogg/flitter/blob/main/examples )
0 commit comments