Skip to content

Instantly share code, notes, and snippets.

View BILLPC2684's full-sized avatar
:octocat:
Working on the TheGameRazer...

Maren Hinatai BILLPC2684

:octocat:
Working on the TheGameRazer...
View GitHub Profile

Keybase proof

I hereby claim:

  • I am billpc2684 on github.
  • I am billpc2684 (https://keybase.io/billpc2684) on keybase.
  • I have a public key ASCq2TTMXB91oycRk4feHbyAXE0-XmtE6bHqLOx8bhRY-Qo

To claim this, I am signing this object:

@BILLPC2684
BILLPC2684 / main.rs
Created September 9, 2021 04:26
TGR testing in rust...
#![allow(non_snake_case)]
use winit::{
event::{Event, WindowEvent},
event_loop::{ControlFlow, EventLoop},
window::WindowBuilder,
};
//use std::path::Path;
use image::{Pixel, DynamicImage as DymImage};
use image::io::Reader as ImageReader;
use winit::window::{Icon, Window};