Skip to content

smunix/brickv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Brick Viewer

This repository contains the source code of the Brick Viewer.

Usage

First you have to build the Qt .ui files, you can do this with "python build_all_ui.py" in src/brickv" (note: You need pyuic4 for that). After that you should be able to start brickv from source with "python main.py" in the src/brickv/ directory.

The following libraries are required:
  • PyQt4
  • PyQwt5
  • pylab
  • scipy
  • pyopengl
  • numpy
  • matplotlib

On Debian based linux distributions try:

sudo apt-get install python python-qt4 python-qwt5-qt4 python-matplotlib python-scipy python-opengl python-numpy python-qt4-gl

Building Packages

The python script src/brickv/build_pkg.py can build a Debian package and a setup.exe for Windows. Try:

python build_pkg.py linux

or:

python build_pkg.py windows

About

Brick Viewer - Qt GUI for testing of Bricks and Bricklets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published