added compute kernel helper

This commit is contained in:
2019-07-20 02:48:39 -07:00
parent e476cb2e4e
commit 2327a7f05f
3 changed files with 207 additions and 76 deletions

View File

@@ -56,7 +56,26 @@ mod util;
mod button;
mod workpiece;
//struct Sprite {
// pub texture:
//
//
//}
/*
How the F am I going to do sprites?
I need sprites for the slider and buttons at least
The background + render of the toolpath can probably just be straight up hand manipulated textures
Sprite will have 4 verticies and a texture along with position and size attributes
*/
fn main() {