Present content like power point or impress

huangapple go评论76阅读模式
英文:

Present content like power point or impress

问题

我想要构建一个应用程序,将用户在命令提示符上输入的内容显示在屏幕上,就像演示文稿一样。
我正在使用Go语言编写这个应用程序。如果有现有的库可以用来实现这个功能就太好了,如果没有,我需要指导如何解决这个问题。
我在互联网上搜索了一些指引,但没有找到相关的信息。

英文:

I want to build an application that displays the content that user types on the command prompt to the display like a presentation.
I am writing this application in golang. If there are existing libraries that I can use to do this great and if not would need direction how to approach solving this.
I did search on the internet for pointers but found none.

答案1

得分: 1

请看一下这个工具,它使用平面文件做类似的事情,甚至可能对你有用。

https://godoc.org/golang.org/x/tools/present

英文:

Have a look at the present tool, it does a similar thing using flat files and might even be useful for you.

https://godoc.org/golang.org/x/tools/present

huangapple
  • 本文由 发表于 2017年3月7日 00:56:08
  • 转载请务必保留本文链接:https://go.coder-hub.com/42631255.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定