Skip to content

Commit

Permalink
more appropriate citation
Browse files Browse the repository at this point in the history
  • Loading branch information
altunenes authored May 3, 2024
1 parent d689ac2 commit e3d4e56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pupils.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//reproduction of: https://twitter.com/emportent/status/1756660679652606046/video/1
// //ronwnor, @Pixelated_Donut (twitter)
//158 by FabriceNeyret (with antialiasing)
// https://www.shadertoy.com/view/4XX3Rj

use nannou::prelude::*;
use nannou_egui::{self, egui, Egui};
struct Model {
Expand Down Expand Up @@ -216,4 +221,4 @@ fn view(app: &App, model: &Model, frame: Frame) {
}
fn vertices_as_bytes(data: &[Vertex]) -> &[u8] {
unsafe { wgpu::bytes::from_slice(data) }
}
}

0 comments on commit e3d4e56

Please sign in to comment.