From 048275b815ff8d4781421249d21f203bf65aa97a Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Tue, 15 Oct 2024 22:27:05 +0300 Subject: [PATCH] Refactoring code for better readability --- .../playmov.asm | 0 .../playmov.com | Bin .../precompute video frames.bas} | 1 + Graphics/Presentations/{Stroboscope => }/strobo.bas | 0 4 files changed, 1 insertion(+) rename Graphics/Presentations/{Stroboscope => Animation of athoms}/playmov.asm (100%) rename Graphics/Presentations/{Stroboscope => Animation of athoms}/playmov.com (100%) rename Graphics/Presentations/{Stroboscope/athoms.bas => Animation of athoms/precompute video frames.bas} (89%) rename Graphics/Presentations/{Stroboscope => }/strobo.bas (100%) diff --git a/Graphics/Presentations/Stroboscope/playmov.asm b/Graphics/Presentations/Animation of athoms/playmov.asm similarity index 100% rename from Graphics/Presentations/Stroboscope/playmov.asm rename to Graphics/Presentations/Animation of athoms/playmov.asm diff --git a/Graphics/Presentations/Stroboscope/playmov.com b/Graphics/Presentations/Animation of athoms/playmov.com similarity index 100% rename from Graphics/Presentations/Stroboscope/playmov.com rename to Graphics/Presentations/Animation of athoms/playmov.com diff --git a/Graphics/Presentations/Stroboscope/athoms.bas b/Graphics/Presentations/Animation of athoms/precompute video frames.bas similarity index 89% rename from Graphics/Presentations/Stroboscope/athoms.bas rename to Graphics/Presentations/Animation of athoms/precompute video frames.bas index d13d1b2..51b02e9 100644 --- a/Graphics/Presentations/Stroboscope/athoms.bas +++ b/Graphics/Presentations/Animation of athoms/precompute video frames.bas @@ -1,6 +1,7 @@ ' Program generates fractal animation that looks like atoms. ' While it uses a simple formula to calculate the color of each pixel, ' visual effect is quite impressive. Formula was accidentally discovered. +' Each frame is saved into binary file to be played back later. ' ' By Svjatoslav Agejenko. ' Email: svjatoslav@svjatoslav.eu diff --git a/Graphics/Presentations/Stroboscope/strobo.bas b/Graphics/Presentations/strobo.bas similarity index 100% rename from Graphics/Presentations/Stroboscope/strobo.bas rename to Graphics/Presentations/strobo.bas -- 2.20.1