项目作者: mbaraa

项目描述 :
DSC Logo Generator
高级语言: Go
项目地址: git://github.com/mbaraa/dsc_logo_generator.git
创建时间: 2020-12-22T20:19:37Z
项目社区:https://github.com/mbaraa/dsc_logo_generator

开源协议:GNU General Public License v3.0

下载


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
  1. 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