Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoopLens

A small desktop app that steps through a for loop so you can see the classic shape:

for (  start once  ;  check  ;  step  )
              int i = 0 ;  i < 3 ;  i++
         { body }

One focus at a time: the active slot lights up, squares show where i is, and a single sentence explains the moment.

Examples

  • C++for (int i = 0; i < 3; i++)
  • Pythonfor i in range(3) (same squares; “next” instead of i++)

Run

flutter pub get
flutter run -d linux    # or macos / windows

Controls: ← → or A D step (pauses autoplay) · Space play/pause · R reset

License

MIT

About

An interactive, zero-dependency code execution visualizer for beginners.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages