Skip to content

pilgrimagesoftware/dtrpg-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dtrpg-design

Design assets for the DriveThruRPG desktop app (Libri): app icons and HTML/JS UI prototypes. No build system, package manager, or test suite — everything runs directly in a browser.

Contents

  • app-icons/ — Libri app icon in each platform format (.svg source, .png, .icns, .ico)
  • claude-1/ — a standalone UI prototype for the Libri library view

Running a prototype

Prototypes load React, ReactDOM, and Babel standalone from unpkg.com and transpile JSX in the browser at load time. Serve the directory statically and open the HTML file:

cd claude-1 && python3 -m http.server 8000
# then open http://localhost:8000/Libri.html

See AGENTS.md for prototype architecture and conventions.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors