Difference between revisions of "Resources"

From WxWiki
Jump to navigation Jump to search
m (Spelling fix.)
(31 intermediate revisions by 18 users not shown)
Line 1: Line 1:
= Resources =
 
 
 
This page aims to provide an overview what resources (documentation, communication channels, etc) are available to wxWidgets programmers. wxWidgets documentation is rather fragmented, so new users are encouraged to read this document to quickly find their way in the available channels.
 
This page aims to provide an overview what resources (documentation, communication channels, etc) are available to wxWidgets programmers. wxWidgets documentation is rather fragmented, so new users are encouraged to read this document to quickly find their way in the available channels.
  
 
== Reference material ==
 
== Reference material ==
  
The [http://wiki.wxwidgets.org/docbrowse.html wxWidgets Documentation Browser] provides a nice frontend for searching though various resources.
+
* The [https://www.wxwidgets.org/search/ wxWidgets Online Search] provides a powerful engine for searching though various official wxWidgets resources.
 +
* The [https://www.wxwidgets.org/docs/ 'Documentation'-section of wxwidgets.org] holds much valuable information. Especially the full [https://docs.wxwidgets.org/stable/ online documentation] is invaluable. The most important sections are:
 +
** The [https://docs.wxwidgets.org/stable/annotated.html class reference] is something most developers will want to have handy at all times while programming with wxWidgets.
 +
** The same goes for the [https://docs.wxwidgets.org/stable/group__group__funcmacro.html Functions and Macros] page.
 +
** The [https://docs.wxwidgets.org/stable/page_topics.html Programming Guides] are very good articles on specific features/concepts.
 +
* You can quickly access the documentation from your browser using [[Browser-Shortcuts For The Online Docs]]
 +
* This Wiki itself provides documentation, tips, pitfalls, warnings and plenty of links to relevant sections in the official documentation. Try a search on the left menu if you're looking for something specific.
 +
* [[How To Become A WxWidgets Expert]] - Recommended reading, tips, and roadmaps to becoming an expert.
 +
* [[wxWidgets Source Code Overview]] provides a summary of the wxWidgets directory structure
 +
* In the 'docs/tech' directory of the distribution, there is documentation for developers working on wxWidgets itself.
 +
 
 +
== Tutorials ==
 +
 
 +
* http://wxwidgets.info/ wxWidgets-related articles and tutorials in English and Russian, video tutorials etc.
 +
* The [https://www.wxwidgets.org/docs/tutorials/ tutorials section of wxWidgets.org] lists some pretty decent ones.
 +
* http://code.technoplaza.net/wx-sdl/ A tutorial on using wxWidgets and SDL together.
 +
* http://code.technoplaza.net/wxNibbles/ A tutorial on event-driven game programming using wxWidgets.
 +
* http://begemotov.net/wxwidgets/  blog about programming with wxWidgets in Russian
 +
 
 +
== Getting Help ==
 +
 
 +
* The wxWidgets [https://www.wxwidgets.org/support/mailing-lists/ mailing lists] are very active. Be sure to search the archives and read the [https://www.wxwidgets.org/support/mailing-lists/guide/ mailing list posting guide].
 +
* The GMane [http://www.gmane.org/] group gmane.comp.lib.wxwindows.general is also a (two way) mirror of the wx-users mailing list.
 +
* The official [https://forums.wxwidgets.org/ wxWidgets Discussion Forum].
 +
* The #wxwidgets IRC channel on [http://www.freenode.net/ Freenode] is usually not very crowded, but the folks are generally well-tempered and helpful. Read [https://www.wxwidgets.org/support/irc/ this], then drop by and share the fun!
 +
* [http://trac.wxwidgets.org/wiki Trac bug tracker] - Search for and post '''bugs''' and patches here.
 +
 
 +
== Other Resources ==
  
* The [http://wxwidgets.org/docs.htm 'Documentation'-section of wxwidgets.org] holds much valuable information. Especially the full [http://wxwidgets.org/manuals/2.6.2/wx_contents.html online documentation] is invaluable. (There is also a [http://wiki.wxwidgets.org/docbrowse.html wiki version of the online documentation] which has some nice user contributed notes.) The most important sections are:
+
* [[Graphics]] - Graphics to use in your programs.
** The [http://wxwidgets.org/manuals/2.6.2/wx_classref.html#classref Alphabetical class reference] is something most developers will want to have handy at all times while programming with wxWidgets.
 
** The same goes for the [http://www.wxwidgets.org/manuals/2.4.2/wx423.htm#functions Functions] and macros page.
 
** The [http://wxwidgets.org/manuals/2.6.2/wx_overviews.html#overviews Topic overviews] are very good articles on specific features/concepts.
 
* You can quickly access these docs from your browser using [[Browser-Shortcuts For The Online Docs]]
 
* This wiki itself provides documentation, tips, gotcha
 

Revision as of 12:13, 1 January 2019

This page aims to provide an overview what resources (documentation, communication channels, etc) are available to wxWidgets programmers. wxWidgets documentation is rather fragmented, so new users are encouraged to read this document to quickly find their way in the available channels.

Reference material

Tutorials

Getting Help

  • The wxWidgets mailing lists are very active. Be sure to search the archives and read the mailing list posting guide.
  • The GMane [1] group gmane.comp.lib.wxwindows.general is also a (two way) mirror of the wx-users mailing list.
  • The official wxWidgets Discussion Forum.
  • The #wxwidgets IRC channel on Freenode is usually not very crowded, but the folks are generally well-tempered and helpful. Read this, then drop by and share the fun!
  • Trac bug tracker - Search for and post bugs and patches here.

Other Resources

  • Graphics - Graphics to use in your programs.