cztomczak / cef2go

Go lang bindings for the Chromium Embedded Framework (CEF)
https://groups.google.com/d/forum/cef2go
Other
882 stars 127 forks source link

Where are examples how to build your own app for newbie? #17

Closed timfayz closed 10 years ago

timfayz commented 10 years ago

Hello, this project is very interesting to me, because I need make stack of golang, html, css, js and sqlite. However I don't know much about programming in general, so it is difficult to get started. It seems like the project is intended for experienced users. I'm web developer and golang is my first programming language I've started to learn it recently.

So it is very difficult to build even "hello world" app. There is nothing about file structure, many unknow files, folders etc. I think each root file and folder in the project should be explained, because it looks very disgusting.

cztomczak commented 10 years ago

Please ask questions on Forum. Issue tracker is not a proper place for that. Build instructions are in README.md file. Example application is in src/ directory, files named "main_{OS}.go". The only folder that you should be interested in is src/ directory, put your app sources there. Directories cocoa/gtk/wingui are OS specific folders (OSX,Linux,Win) with GUI (graphical user interface) functions. If you have any more questions please ask on Forum.

timfayz commented 10 years ago

Thanks for replay, but will there be any tutorials in the future?)