This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### INSTRUCTIONS | |
# make a folder called maya2019Install | |
# mkdir -p maya2019Install | |
# down load maya 2019 and put it in that folder | |
# the name has to be this >> Autodesk_Maya_2019_Linux_64bit.tgz | |
# if is different either rename it or change the name below | |
# by varomix, www.mixtrn.com | |
### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package sdl_tex | |
import sdl "vendor:sdl3" | |
import stbi "vendor:stb/image" | |
window: ^sdl.Window | |
renderer: ^sdl.Renderer | |
should_close := false | |
main :: proc() { |