Skip to content

How to use Tix

iaminfinityiq edited this page Mar 12, 2026 · 4 revisions

How do you use Tix, and how do you run Tix's code?

[NOTE THAT THIS ONLY WORKS ON WINDOWS]

  1. Installation: Clone this whole repository. You may remove all of the unrelated code, but keep these 2 files: tix.bat, and main.exe, but it's best to keep the files and folders (for a good reason). Then search for the keyword Edit the system's environment variables after pressing the windows key, then press the Environment Variables button, select Path and click Edit, then paste in the path to the tix folder
  2. Running the code: Create a .tx or .tix file, and paste in the Hello, World! code, then run: tix run <file_path> where <file_path> is the path to your file

Congrats! You just ran your first tix program

For Tix's built-in modules, please refer here.

Clone this wiki locally