https://github.com/larskemper/ima-go
Simple ascii image generator to learn go
https://github.com/larskemper/ima-go
ascii-art go golang image-processing
Last synced: 4 days ago
JSON representation
Simple ascii image generator to learn go
- Host: GitHub
- URL: https://github.com/larskemper/ima-go
- Owner: LarsKemper
- License: mit
- Created: 2024-05-02T21:08:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T10:34:51.000Z (about 2 years ago)
- Last Synced: 2024-05-07T20:56:17.306Z (about 2 years ago)
- Topics: ascii-art, go, golang, image-processing
- Language: Go
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ima-go
Simple ascii image generator to learn go
---
## Overview
- [Examples](https://github.com/LarsKemper/ima-go#examples)
- [About this repository](https://github.com/LarsKemper/ima-go#about-this-repository)
- [Installation](https://github.com/LarsKemper/ima-go#installation)
- [Run ima-go](https://github.com/LarsKemper/ima-go#run-project)
## Examples
### "F**k you, Nvidia"
| Original | Ascii |
|:------------------------------------------------:|:--------------------------------------------------------:|
|  |  |
### Colorful image
| Original | Ascii |
|:--------------------------------------------------:|:-----------------------------------------------------:|
|  |  |
## About this repository
### Top-level layout
This repository's contents is divided across following primary sections:
- `/assets` contains assets used for general purposes (you can find example images here)
- `/cmd` contains the main executable
- `/internal` contains the internal packages
## Installation
Clone the repository
```sh
$ git clone https://github.com/LarsKemper/ima-go.git
```
Switch to "ima-go" folder
```sh
$ cd ima-go
```
## Run ima-go
Run using [go](https://go.dev/) cli
```sh
$ go run ./cmd/ima-go/main.go
```