Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Stripped-down version of rust-gpu to get a minimal working setup where a
window opens showing a shader. Though doesn't have a compute shader yet.

Has minimal mouse interactivity.

Also doesn't seem to recompile stuff that hasn't changed.
  • Loading branch information
tombh committed Nov 7, 2021
0 parents commit b24e4cd
Show file tree
Hide file tree
Showing 10 changed files with 2,798 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading

0 comments on commit b24e4cd

Please sign in to comment.