Entries from 2016-07-01 to 1 month

PyQtGraph wrapper (Initial commit)

I opened a github repository of a wrapper library of PyQtGraph. github.com It provides matlab syntax-flavored functions for making plots. However, it gives very limited functionality for now. Demos are below.

Cannon (Program in Python with PyQtGraph wrapper)

Previous post includes an animated graph, which is concatenation of png images, created by Giam software. The graphs are drawn by python program with a graphics library, PyQtGraph. Here is the source code. The package pyqtgraph_wrapper is …

Cannon

With a parameter , following equations produce 'cannon'-like shape animation. where is a fixed constant.

CUDA programming with NVidia GPU GeForce GTX 1080 on Linux (ubuntu)

The following is what I learned through CUDA programming environment setup. Read official documents/supports first In other words, Do not google trouble shooting posts (at least) until some trouble comes up. From NVidia developer website (…