Skip to content

Remake of PureRef that has gif, video, and youtube support.

License

Notifications You must be signed in to change notification settings

lettucegoblin/AnimRef

Repository files navigation

Why?

This is a remake/clone of pureRef, a program that allows you to view images on top of other windows. This is useful for artists who want to reference images while drawing, or for people who want to view images while playing games. Where AnimRef differs is it adds gif, video, and youtube support. The movement of a video for a reference offers a lot of information like depth and scale that a still image can't. This is one of the key parts of what make in person figure drawing so important. It also seems like pureref has no intention of ever adding this feature.

🚀 You should still support PureRef if you can! 🚀

Example Previews

First preview

Youtube video trimming to loop only a specific portion

second preview

How to use

Download from releases here: Releases Windows, Mac, and linux support(need testing on mac and linux; If you're on these platforms please mention how they are in the issues)

Shortcuts

  • Load - Ctrl+L
  • Save - Ctrl+S
  • New Scene - Ctrl+N
  • Close - Ctrl+W
  • Maximize - Ctrl+F
  • Minimize - Ctrl+M

Want to add/suggest more shortcuts?

Use the contribution guide below and check out the issue here: #9

Contributing

I've added a bunch of issues that are good starters. If you want to contribute i recommend this guide if you're unfamiliar with the process. Feel free to contribute however you'd like!

List of contributors so far!

Building guide

  • if you're looking to contribute prob fork the repo and then clone that locally. use guide above if unfamiliar.
  • Install nodejs(I use node version 19)
  • in the local repo run npm install
  • Running: npm run start
  • Packaging: npm run package this makes a simple runnable non-installer(.exe for Windows, .dmg for macOS, or .deb for Linux) in out/AnimRef...
  • Make: npm run make this makes an installer in out/make
  • For debugging you can press Control+Shift+I to open the dev console.