项目作者: iseahound

项目描述 :
Display text on screen. For AutoHotkey v1 & v2.
高级语言: AutoHotkey
项目地址: git://github.com/iseahound/TextRender.git
创建时间: 2021-04-20T04:27:30Z
项目社区:https://github.com/iseahound/TextRender

开源协议:MIT License

下载


TextRender

Simple lightweight minimalist graphics engine. Runs at 300+ fps.

Folders

  • examples - Benchmarking and proof of concept
  • test - Testing scripts
  • media - Contains assets used by other folders

Documentation

Example

  1. #include TextRender.ahk
  2. tr := TextRender("hello world!", "color: Aquamarine")

example

That’s it.

If you want an anonymous notification set the time.
TextRender("hello world!", "t:3s color: Aquamarine")

Installation

  1. Save TextRender.ahk to your script directory.
  2. Add #include TextRender.ahk to your script.

Another way:

  1. Clone this github repository. [download]
  2. Browse into the test folder and start clicking on scripts. Examples contains more advanced usage.

Contributing

  • 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 😊.

Donating

Showcase

Old Examples:

2022-06-09 19꞉22꞉23

2022-06-09 19꞉23꞉54

More examples are welcome since I only use the basic functionality.