All Projects → Ravbug → wxWidgetsTemplate

Ravbug / wxWidgetsTemplate

Licence: MIT license
A template project for wxWidgets C++, with pre-set files and IDE projects, and allows for easy updates to wxWidgets

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
Makefile
30231 projects
shell
77523 projects
Objective-C++
1391 projects

Projects that are alternatives of or similar to wxWidgetsTemplate

Hyperloop Examples
Native Hyperloop examples in Titanium.
Stars: ✭ 79 (+507.69%)
Mutual labels:  native, sample-app
react-sample-projects
The goal of this project is to provide a set of simple samples, providing and step by step guide to start working with React.
Stars: ✭ 30 (+130.77%)
Mutual labels:  sample-app, sample-project
Kitchensink V2
An Alloy-based Titanium sample app using ES6+ and more!
Stars: ✭ 73 (+461.54%)
Mutual labels:  native, sample-app
haxeui-hxwidgets
The hxWidgets backend of the HaxeUI framework -
Stars: ✭ 20 (+53.85%)
Mutual labels:  native, wxwidgets
deb2appimage
Build AppImages from deb packages on any distro with simple json configuration
Stars: ✭ 85 (+553.85%)
Mutual labels:  appimage, appimage-builder
SampleFoodBlog
🔥 Android blog application, built with Firebase
Stars: ✭ 23 (+76.92%)
Mutual labels:  sample-app, sample-project
janus-client
c/c++ webrtc native janus client Qt opengl video-meeting video-room video-call text-room meeting chat
Stars: ✭ 119 (+815.38%)
Mutual labels:  visual-studio, native
Arch-Deployer
A script to bulk download an Arch Linux package with all its dependencies to be converted in AppImage.
Stars: ✭ 48 (+269.23%)
Mutual labels:  appimage, appimage-builder
parcl
Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux
Stars: ✭ 52 (+300%)
Mutual labels:  native
native-java-examples
Native Java Apps with Micronaut, Quarkus, and Spring Boot
Stars: ✭ 44 (+238.46%)
Mutual labels:  native
dicomweb-pacs
Easy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
Stars: ✭ 42 (+223.08%)
Mutual labels:  native
jQuery-datatable-server-side-net-core
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5
Stars: ✭ 71 (+446.15%)
Mutual labels:  visual-studio
RCCpp DX11 Example
Runtime Compiled C++ example based on the Dear ImGui DirectX11 Example
Stars: ✭ 35 (+169.23%)
Mutual labels:  visual-studio
generator-omaha
Yeoman generator designed to help you craft sustainable code for the modern web
Stars: ✭ 12 (-7.69%)
Mutual labels:  native
botsfromzerotohero
This repository contains all the code samples of "Developing Intelligent Bots from Zero to Hero" channel9/MVA course.
Stars: ✭ 14 (+7.69%)
Mutual labels:  visual-studio
emplea do
Open source tech jobs portal. Made with .Net Core
Stars: ✭ 75 (+476.92%)
Mutual labels:  visual-studio
vs-material-icons-generator
This plugin will help you to set material design icons to your Xamarin projects In Visual Studio.
Stars: ✭ 50 (+284.62%)
Mutual labels:  visual-studio
dockingpanes
A Visual Studio style docking windows library for Qt Widgets based applications
Stars: ✭ 52 (+300%)
Mutual labels:  visual-studio
play-scala-streaming-example
Example Play application showing Comet and Server Sent Events in Scala
Stars: ✭ 42 (+223.08%)
Mutual labels:  sample-app
RDO.Net
Relational Data Objects for .Net
Stars: ✭ 23 (+76.92%)
Mutual labels:  visual-studio

I am no longer updating this.

The most recent versions of wxWidgets has modern CMake support, making this template useless, because CMake can generate IDE projects and makefiles for a variety of platforms automatically. I am keeping it online for historical reasons.

You can view the wxWidgets CMake documentation here: CMake Overview and see my example CMakeLists.txt that handles macOS app bundles and icon files in the following repositories: FatFileFinderCPP, UnityHubNative, MinecraftSoundsExtractor

wxWidgetsTemplate

wxWidgets is an efficient cross-platform GUI library for C++. However, wxWidgets can be quite difficult to set up on all of the supported systems, especially for new users.

This template project addresses the high barrier of entry.

Notable features you get with this template

  • Easily compile versions of your app for Windows, macOS, and Linux, using a single codebase with the preconfigured Xcode, Visual Studio, and Make files.
  • wxFormBuilder integration – build your interface quickly in their fantastic visual editor!
  • Windows High DPI Awareness and helper functions to easily scale your UI to high resolution displays
  • Application icons – simply replace the relevant icon file
  • Dynamic or static link wxWidgets with ease on all supported platforms
  • Portable codebase – the library is contained inside, so no need to install the library to every computer. If you do not want this, you can easily remove the library from the project. More Info

Get Started with this template

To get started using this template with your own code, see the Getting Started guide on the wiki.

Updating the wxWidgets version

Updating the wxWidgets version this project uses is as simple as overwriting the wxWidgets folder with the one for the new version and tweaking some files. See the Updating wxWidgets guide on the Wiki for more information.

Issues

Please report all problems (or suggestions!) in the Issues section of this repository. Make sure to include as many details as possible, or I won't be able to fix it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].