Skip to content

Raylib image viewer

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE.md
Unknown
license.h
Notifications You must be signed in to change notification settings

hexaredecimal/ryi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RYI - Raylib Image Viewer

A small image viewer developed using raylib.

Build Ryi with nob

Why?

  • Wanted to see if I can code UI elements (Buttons and Menu Items) from scratch using rects
  • Wanted to learn about the complexities behind developing UI elements.
  • Had time on my hands

Build Process

  • Clone the repo:
git clone https://github.com/hexaredecimal/ryi.git
  • Build nob
cd ryi
cc nob.c -o nob
  • Run nob to build the final executable
./nob && ./ryi

Contributing

All contibutions are welcome, just don't modify files to put your name etc. Your PRs should actually do work.

About

Raylib image viewer

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE.md
Unknown
license.h

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors