英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论