Jump to content
View in the app

A better way to browse. Learn more.

Tinkerunity

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Geschrieben

I have downloaded the source code for the Brick Viewer software as I thought  it would be a good starting point for me to create my own application.

 

I am re-approcching Python after 9 years, so I'm a bit rusty. I'm using Eclipse with a Python plug-in as IDE but can anyone suggest if there's a better development environment I can use (free or commercial)? I would be interested to know what the clever chaps at Tinkerforge use themselves.

 

Also, I can't find a project file in the downloaded Brick Viewer code, what's the procedure to view the application in its entirety with all its dependencies  and perhaps compile it from scratch?

Geschrieben

For small changes i use vim, for bigger changes i use Eclipse with PyDev too :).

 

There is a build_pkg.py in the src/ directory. That can be used to build .exe, .dmg and .deb. Especially in the build_windows_pkg you can see all of the dependencies that we put in the windows executable:

 

"includes" : ["sip",
              "PyQt4.QtCore",
              "PyQt4.QtGui",
              "PyQt4.QtOpenGL",
              "PyQt4.QtSvg",
              "PyQt4.Qwt5",
              "OpenGL.GL",
              "plot_widget",
              "numpy.core.multiarray",
              "ctypes.util",
              "serial",
              "win32com.client"]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gast
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.