dsc_logo_generator

command module
v0.0.0-...-8898136 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

README

GDSC Logo Generator

GoDoc Go Report Card

dependencies:

  • go-cairo cairo the image manipulation library
  • go-ttf used to calculate the text's length using a specific ttf font
  • fixed the fixed numerical type is used for the ttf glyph's length

run locally:

  1. Using Docker

    • docker compose up
  2. Without Docker

    1. install the dependencies one by one
      • or just run go mod tidy
    2. build the client(front-end)
      • cd ./client
      • npm run build
    3. build run the server's executable
      • go build -ldflags="-w -s"
      • ./dsc_logo_generator
    4. open 127.0.0.1:1105 and generate some logos :)

examples:

  • horizontal

  • vertical

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL