Skip to content

trytryty1/automata-background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automata Desktop Background

Automata Desktop Background is an application designed to replace the Windows desktop with a cellular automata simulation.

Usage

To run the application, use the following command:

cargo run

How I Made It

  • I used the cargo and winit crate to create a window.
  • I referred to this Link Text article to figure out how to put it on the desktop, under the shortcuts. article to figure out how to put it on the desktop, under the shortcuts.
  • I then used the wgpu library to run hardware-accelerated graphics.

TODO

  • Refresh the desktop background to eliminate artifacts after closing.
  • Simulate the automata using a compute shader instead of on the CPU.
  • Add more controls to the tray icon.

Demo

IMAGE ALT TEXT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published