Skip to content

iseahound/TextRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

441 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextRender

Simple lightweight reliable text on screen. Runs at 300+ fps.

Folders

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

Usecases

  • Displaying notifications that auto-adjust to screen resolution, dpi, rotation
  • Ability to specify which screen it renders to {screen: "cursor"}
  • Endless customization:
    • Render inside another application
    • Complete control of rendering pipeline

Documentation

Example

#include TextRender.ahk
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 2026. 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.

About

Simple lightweight reliable text on screen. Runs at 300+ fps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors