Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acorns/Particle-System
It makes pretties
https://github.com/acorns/Particle-System
Last synced: about 2 months ago
JSON representation
It makes pretties
- Host: GitHub
- URL: https://github.com/acorns/Particle-System
- Owner: acorns
- Created: 2017-01-04T17:45:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T16:49:32.000Z (almost 8 years ago)
- Last Synced: 2024-08-05T01:10:56.574Z (5 months ago)
- Language: AutoHotkey
- Size: 4.25 MB
- Stars: 15
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-AutoHotkey - Particle System - by tidbit - A simple class to add particles to your GUI or onto your screen, using GDI+. Forum thread: [link](https://autohotkey.com/boards/viewtopic.php?f=6&t=26485). (Libraries / <a name="libraries-graphics"></a>Graphics)
README
# Particle-System
It makes pretties##Tested with:
* AHK 1.1.24.02 32bit unicode
* Windows 10 64bit
* Gdip_all by Rseding91See [Docs.txt](https://github.com/acorns/Particle-System/blob/master/Docs.txt) for simple documentation, too lazy to make it markdown.
For some gifs of it in action, [Images folder](https://github.com/acorns/Particle-System/tree/master/Images)
It's probably not the best written code as I don't usually write classes and I have barely used GDI+ in the past. But it works.