1j01 / retrores

A catalog of cursors and icons from Windows 98, in original and modern formats

Home Page:https://retrores.fairuse.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrores

A catalog of cursors and icons from Windows 98, in original and modern formats

There are 3 items in the catalog so far. Humble beginnings :)

View it here

Planned

  • Tons and tons of resources
    • Automate extraction and conversion to various formats
  • JSON metadata, which could be considered an API
    • Rich information like what DLL or EXE a file came from and the index within that source file, the operating system version it was retrieved from, copyright, etc.
  • An interface for browsing icons and cursors on the web
    • Search (by name, description, and tags which can be progressively added)
    • Preview cursors as cursors
    • Download files or copy base64 data URI
  • Host resources on the distributed web with Dat, IPFS, and/or WebTorrent

Development Setup

The site is built with Next.js, which gives us hot module replacement and client-side routing, altho I've had to put an unexpected amount of effort into making the development server match production.

Run npm run dev to start the development server, and open http://localhost:3000 in your browser.

Run npm run build to build and export a static site to out/ - this is what's deployed to Netlify.

About

A catalog of cursors and icons from Windows 98, in original and modern formats

https://retrores.fairuse.org/


Languages

Language:JavaScript 77.4%Language:CSS 22.6%