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
// partial port of https://gist.github.com/mmozeiko/911347b5e3d998621295794e0ba334c4 from mmozeiko | |
package main | |
import "core:os" | |
import "core:math" | |
import "core:strings" | |
import "core:fmt" | |
import "core:log" | |
import gl "vendor:OpenGL" | |
import "core:time" |
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
e |