Simple lightweight minimalist graphics engine. Runs at 300+ fps.
- examples - Benchmarking and proof of concept
- test - Testing scripts
- media - Contains assets used by other folders
#include TextRender.ahk
tr := TextRender("hello world!", "color: Aquamarine")
That's it.
If you want an anonymous notification set the time.
TextRender("hello world!", "t:3s color: Aquamarine")
- Save TextRender.ahk to your script directory.
- Add
#include TextRender.ahk
to your script.
Another way:
- Clone this github repository. [download]
- Browse into the
test
folder and start clicking on scripts.Examples
contains more advanced usage.
- This project is considered to be complete and will only receive long term support from now on.
- Anyone can contribute! Not just to the codebase, but also with examples or just images as well!
- It remains the fastest implementation as of 2024. So it's definitely hard to beat 😊.
- If for some reason you'd like to show extra appreciation: https://ko-fi.com/iseahound
Old Examples:
More examples are welcome since I only use the basic functionality.