-
Notifications
You must be signed in to change notification settings - Fork 2
How to use Tix
iaminfinityiq edited this page Mar 12, 2026
·
4 revisions
[NOTE THAT THIS ONLY WORKS ON WINDOWS]
- Installation: Clone this whole repository. You may remove all of the unrelated code, but keep these 2 files:
tix.bat, andmain.exe, but it's best to keep the files and folders (for a good reason). Then search for the keywordEdit the system's environment variablesafter pressing the windows key, then press theEnvironment Variablesbutton, selectPathand clickEdit, then paste in the path to thetixfolder - Running the code: Create a
.txor.tixfile, 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