All Projects → wxFormBuilder → Wxformbuilder

wxFormBuilder / Wxformbuilder

Licence: gpl-2.0
RAD tool for wxWidgets GUI design

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
lua
6591 projects
cpp
1120 projects

Projects that are alternatives of or similar to Wxformbuilder

Develnext
JavaFX and IDE for JPHP (only russian localization, english - in progress)
Stars: ✭ 89 (-92.37%)
Mutual labels:  rad, gui, designer
Phoenix
wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
Stars: ✭ 1,698 (+45.5%)
Mutual labels:  gui, wxwidgets
Wxwidgets
wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
Stars: ✭ 3,994 (+242.25%)
Mutual labels:  gui, wxwidgets
Wxgo
Golang wxWidgets Wrapper
Stars: ✭ 383 (-67.18%)
Mutual labels:  gui, wxwidgets
Wxphp
Build cross-platform software with rich native GUIs using the combined power of the PHP language and the wxWidgets library.
Stars: ✭ 328 (-71.89%)
Mutual labels:  gui, wxwidgets
Moneymanagerex
Money Manager Ex is an easy to use, money management application built with wxWidgets
Stars: ✭ 836 (-28.36%)
Mutual labels:  gui, wxwidgets
Rad Studio Xe 10.3 Windows
RADStudio XE 10.3.3 Rio - Activation & Documentation
Stars: ✭ 63 (-94.6%)
Mutual labels:  rad
P5.clickable
Event driven, easy-to-use button library for P5.js 👆
Stars: ✭ 66 (-94.34%)
Mutual labels:  gui
Awtk Linux Fb
awtk port for linux framebuffer
Stars: ✭ 61 (-94.77%)
Mutual labels:  gui
Customui
Library to create custom UI's in MCPE 1.2+
Stars: ✭ 60 (-94.86%)
Mutual labels:  gui
Silx
silx toolkit
Stars: ✭ 69 (-94.09%)
Mutual labels:  gui
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (-1.46%)
Mutual labels:  gui
Guitar
Git GUI Client
Stars: ✭ 1,136 (-2.66%)
Mutual labels:  gui
Gimu
Cross-platform GUI for go is never this easy and clean.
Stars: ✭ 64 (-94.52%)
Mutual labels:  gui
Traffic Rules Violation Detection
The System consists of two main components. Vehicle detection model and A graphical user interface (GUI)
Stars: ✭ 67 (-94.26%)
Mutual labels:  gui
Cuba
CUBA Platform is a high level framework for enterprise applications development
Stars: ✭ 1,114 (-4.54%)
Mutual labels:  rad
Hitomi Downloader
🍰 Desktop application to download images/videos/music/text from Hitomi.la and other sites, and more.
Stars: ✭ 1,154 (-1.11%)
Mutual labels:  gui
Neuralnetplayground
A MATLAB implementation of the TensorFlow Neural Networks Playground seen on http://playground.tensorflow.org/
Stars: ✭ 60 (-94.86%)
Mutual labels:  gui
Wxcharts
A library to create charts in wxWidgets applications
Stars: ✭ 65 (-94.43%)
Mutual labels:  wxwidgets
Swingtutorials
Tutorials for Java's Swing UI toolkit explaining how to use particular components
Stars: ✭ 67 (-94.26%)
Mutual labels:  gui

wxFormBuilder Build Status

Download Binaries

Install From Source

Windows (MSYS2)

Install MSYS2 and run the following inside a MinGW 32 bit shell:

pacman -S --needed mingw-w64-i686-gcc mingw-w64-i686-wxWidgets make git
git clone --recursive --depth=1 https://github.com/wxFormBuilder/wxFormBuilder
cd wxFormBuilder
cmd.exe /C "create_build_files4.bat --wx-root=/mingw32/bin --force-wx-config --disable-mediactrl"
ln -s /mingw32/include/binutils/ansidecl.h /mingw32/include/ansidecl.h
ln -s /mingw32/include/binutils/bfd.h /mingw32/include/bfd.h
ln -s /mingw32/include/binutils/bfd_stdint.h /mingw32/include/bfd_stdint.h
ln -s /mingw32/include/binutils/diagnostics.h /mingw32/include/diagnostics.h
ln -s /mingw32/include/binutils/symcat.h /mingw32/include/symcat.h
ln -s /mingw32/lib/binutils/libbfd.a /mingw32/lib/libbfd.a
ln -s /mingw32/lib/binutils/libiberty.a /mingw32/lib/libiberty.a
cd build/3.0/gmake
sed 's!\$(LDFLAGS) \$(RESOURCES) \$(ARCH) \$(LIBS)!\$(LIBS) \$(LDFLAGS) \$(RESOURCES) \$(ARCH)!g' *.make -i
make config=release

Run:

cd ../../../output/
./wxFormBuilder.exe

Linux

Pre-requisites for Ubuntu:

sudo apt install libwxgtk3.0-gtk3-dev libwxgtk-media3.0-gtk3-dev meson

Pre-requisites for Arch Linux:

sudo pacman -Syu --needed meson wxgtk2

Build and run:

git clone --recursive --depth=1 https://github.com/wxFormBuilder/wxFormBuilder
cd wxFormBuilder
meson _build --prefix $PWD/_install --buildtype=release
ninja -C _build install
./_install/bin/wxformbuilder

macOS

Pre-requisites for macOS can be installed via Homebrew:

brew install wxmac boost dylibbundler make

Note: Building with Xcode currently does not work without issues (see issue #247). Therefore it is recommended to build with GNU make like as described below:

git clone --recursive --depth=1 https://github.com/wxFormBuilder/wxFormBuilder
cd wxFormBuilder
./create_build_files4.sh
cd build/3.0/gmake
make config=release

Run:

cd ../../../output/
open wxFormBuilder.app
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].