run vcvarsall.bat to setup the path
1 2 3 4 5 6 | { "cmd": ["cd","C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC","&", "vcvarsall.bat","amd64","&", "directory/to/your/odin","run","$file"], "shell":true } |
gingerBill
I am currently working on a "book": Odin by Example. And I'm working on a website to introduce the language with examples and information.
This will be released when it is done but I have no ETA for that.
JesseMeyer
1 vectors like [vector 4]f32
Does this signify a vector of 4 float components, or 4 vectors (the specific 'vector' being previous defined somewhere else) of float components?