Skip to content

Commit

Permalink
Basic scaffolding for displaying an image in a UI
Browse files Browse the repository at this point in the history
Copied over from the all-seeing-crab raytracer I wrote in the past -
using channels to send freshly allocated vectors back and forth is
certainly not the most efficient way to display a rendered texture, but
this will do for now.
  • Loading branch information
caspark committed Nov 2, 2021
0 parents commit 5968c29
Show file tree
Hide file tree
Showing 6 changed files with 2,482 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 5968c29

Please sign in to comment.