Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pictogrammers/Memory
Memory Icon Set; ideal for use with Sharp Memory Display 2.7"
https://github.com/Pictogrammers/Memory
icons pixel-art playdate
Last synced: 5 days ago
JSON representation
Memory Icon Set; ideal for use with Sharp Memory Display 2.7"
- Host: GitHub
- URL: https://github.com/Pictogrammers/Memory
- Owner: Pictogrammers
- License: other
- Created: 2022-07-17T04:31:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T20:34:20.000Z (10 months ago)
- Last Synced: 2024-10-01T17:18:53.663Z (about 1 month ago)
- Topics: icons, pixel-art, playdate
- Language: TypeScript
- Homepage:
- Size: 813 KB
- Stars: 115
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-playdate - Memory Icons - Open Source 1bit icon set (Game Development / Graphics)
README
# Memory Icons
The Memory icon set contains 22x22 pixelated icons. Ideal for the Sharp Memory 2.7" Display.
![Preview](assets/preview.svg)
[Pictogrammers - Memory Icon Library](https://pictogrammers.com/library/memory/)
## Usage
### TypeScript / JavaScript
ES6 Package allows quick reference to the SVG path data for any icon.
```bash
npm install @pictogrammers/memory --save-dev
``````ts
import { MemoryAccount } from '@pictogrammers/memory';console.log(MemoryAccount); // M...Z
```### SVG
This package includes all the SVG files, `meta.json`, and `font-build.json`.
```bash
npm install @pictogrammers/memory-svg --save-dev
```### Moddable SDK
[View the usage instructions for the Moddable SDK](moddable)
### Playdate
[View the usage instructions for Playdate devs](playdate)
## Contributions
Create an issue instead of a Pull Request.
### Request an Icon
1. Create an issue requesting the icon.
1. Include examples of the icon.### Contribute an Icon
1. Create an issue with the name of the icon.
1. Include the source path in a code block.
````markdown
```svg
M...Z
```
````> [Pictogrammers - Pixel Editor](https://pictogrammers.github.io/@pictogrammers/pixel-editor/)
> - No install, edit Memory icons directly in your browser.
> - Start from an existing icon to save time.
> - Optimized for pen input.## Development
- `npm run preview` - Generates `assets/preview.svg`
- `npm run playdate` - Generates Playdate files.