Difference between revisions of "Resources"

From WxWiki
Jump to navigation Jump to search
m (Reverted edits by Ernpow (talk) to last revision by Tierra)
m (Spelling fix.)
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
== 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 [http://www.wxwidgets.org/docs/ 'Documentation'-section of wxwidgets.org] holds much valuable information. Especially the full [http://www.wxwidgets.org/manuals/stable/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:
+
* 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 [http://www.wxwidgets.org/manuals/stable/wx_classref.html Alphabetical class reference] is something most developers will want to have handy at all times while programming with wxWidgets.
+
** 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 [http://www.wxwidgets.org/manuals/stable/wx_functionsalphabetically.html#functionsalphabetically Functions and Macros] page.
+
** The same goes for the [https://docs.wxwidgets.org/stable/group__group__funcmacro.html Functions and Macros] page.
** The [http://www.wxwidgets.org/manuals/stable/wx_overviews.html#overviews Topic Overviews] are very good articles on specific features/concepts.
+
** 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]]
 
* 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.
 
* 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.
Line 17: Line 17:
  
 
* http://wxwidgets.info/ wxWidgets-related articles and tutorials in English and Russian, video tutorials etc.
 
* http://wxwidgets.info/ wxWidgets-related articles and tutorials in English and Russian, video tutorials etc.
* The [http://wxwidgets.org/docs/tutorials.htm tutorials section of wxWidgets.org] lists some pretty decent ones, especially [http://www.bzzt.net/~wxwidgets/icpp_wx1.html the one by David Beech].
+
* The [https://www.wxwidgets.org/docs/tutorials/ tutorials section of wxWidgets.org] lists some pretty decent ones.
* http://www.horstmann.com/ccc.html has a lecture slide download that contains a chapter on programming in wxWidgets. Download the slide.zip file and look in the ch18 folder.
 
 
* http://code.technoplaza.net/wx-sdl/ A tutorial on using wxWidgets and SDL together.
 
* 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://code.technoplaza.net/wxNibbles/ A tutorial on event-driven game programming using wxWidgets.
* http://begemotov.net/wxwidgets/  blog about programming with wxWidgets in russian
+
* http://begemotov.net/wxwidgets/  blog about programming with wxWidgets in Russian
  
 
== Getting Help ==
 
== Getting Help ==
  
* The wxWidgets [http://www.wxwidgets.org/support/mailing-lists/ mailing lists] are very active. Be sure to search the archives and read the [http://www.wxwidgets.org/support/mailing-lists/guide/ mailing list posting guide].
+
* 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 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 [http://forums.wxwidgets.org wxWidgets Discussion Forum].
+
* 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 [http://www.wxwidgets.org/support/irc/ this], then drop by and share the fun!
+
* 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.
 
* [http://trac.wxwidgets.org/wiki Trac bug tracker] - Search for and post '''bugs''' and patches here.
  

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.