Giter Club home page Giter Club logo

riv's Introduction

RIV

A rust based image viewer compatible with linux and windows.

Image's will scale down to fit the screen with optional up-scaling

Get host system with cargo -vV then grab your host string, for me that is host: x86_64-pc-windows-msvc.

riv's People

Contributors

greystinger avatar

Watchers

 avatar

riv's Issues

Build local UPX instance into build.bat

Current Problem

For those who don't have a local instance of UPX already in their path the build.bat will fail.

Proposed Fix

Give devs the option to select whether they would like compression on their executable
and if yes, download a specific but preferably up to date version of UPX, unpack it and use
the local version.

Features

  • Select whether compression is necessary.
  • Check if there is already a UPX bin in the path or in the local dir
  • Download and unpack a UPX bin
  • Compress build executable with UPX

Stop re rendering image every RedrawRequest

Problem

Currently the program tries to rebuild the image and re-render the image on every event tick
while resizing the window

Solution

Best to be creative, I'm not quite sure how to go about fixing it, but I know I somehow need to check
if the event has been triggered again in a subsequent tick, within a certain time-span, and if it has
do nothing but if it doesn't get triggered again then rebuild and redraw the image

Make wgpu backends check

Currently we just use the wgpu::Backends::all() for input into the PixelsBuilder.

Create system to iterate over backends and select the best supported one on the system.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.