Home  /  Libraries & Demo Apps  / HGGLDial Open Source on Windows Pc

HGGLDial Open Source on Windows Pc

Developed By: Warwick Weston Wright

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 17, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 2.6
Size 3.7 MB
Release Date August 27, 17
Category Libraries & Demo Apps

What's New:
Cleaned up the layout for the settings fragment. It was a real hot mess.There was a label at the bottom of the clock fragment that shouldn't have been... [see more]

Description from Developer:
This dial widget is an advanced rotation control that you can easily include into any Android project in the form of an AAR file (Androids’ equivalent of a JAR file). You can think... [read more]

App preview ([see all 6 screenshots]  /  [view video])

App preview

About this app

On this page you can download HGGLDial Open Source and install on Windows PC. HGGLDial Open Source is free Libraries & Demo app, developed by Warwick Weston Wright. Latest version of HGGLDial Open Source is 2.6, was released on 2017-08-27 (updated on 2024-04-17). Estimated number of the downloads is more than 10. Overall rating of HGGLDial Open Source is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install HGGLDial Open Source on Windows?

Instruction on how to install HGGLDial Open Source on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install HGGLDial Open Source on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install HGGLDial Open Source using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "HGGLDial Open Source" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install HGGLDial Open Source on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "HGGLDial Open Source" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 2.6.

Download HGGLDial Open Source 2.6 on Windows PC – 3.7 MB

This dial widget is an advanced rotation control that you can easily include into any Android project in the form of an AAR file (Androids’ equivalent of a JAR file). You can think of this Dial control as a gesture library that is just concerned with rotation; having all of the conceivable behaviour you could possibly want in a rotation control.
Features of the HGGLDial Library:

1 Powered by OpenGLES 2.0 this is a very powerful and responsive library.
2 Simple classic Android usage, modeled on classic Android programming patterns.
3 A dynamic return type, returned in a callback containing all the status information you will need for any programming scenarios.
4 Open ended architecture to achieve maximum usage scenarios.
5 Dial objects have the ability to act upon other dial objects, ie interacting with one dial can cause rotation in another dial at various rates of rotation (see Clock Demo in the demo app).
6 Feature to distort a dial and rotate along the distortion (see Distortion Demo in the demo app).
7 Advanced rotate snapping behavior with advanced proximity settings (ability to rotate freely for a certain amount of degrees before snap event occurs).
8 Sensitivity settings. You can make the dial rotate slower or faster than the gesture or even in the opposite direction of the gesture.
9 Single finger or dual finger mode.
10 Cumulative and non cumulative rotation behavior. The dial can rotate directly to where the gesture starts or only rotate when the gesture moves; moving relative to the touch motion.
11 The control keeps track of: The number of circular gestures, the number of image rotations, the direction of rotation, the XY positions of the touches from the gesture and the angle at which the touch is occurring.
12 Minimum/Maximum rotation constraints. You can set the dial control to stop rotating at a certain number of rotations (clockwise or counter-clockwise).
13 Alpha blending (see Clock Demo in the demo app).
14 It is possible to adjust the center point of rotation for any image.
15 It is possible to change the touch XY origin allowing you to rotate from a different position.
16 It has a variable dial behavior causing the rotation rate to change depending on how close the gesture is the center of the dial.
17 Last but not least: It’s open source and FREE to use.

This library supports API 9+
There is a Canvas/Extended View version of this library. If you don't need the distorted dial feature or do not need to have one dial act upon another then it is best to use the library 'HGDial' which can be found in the same repository.
Cleaned up the layout for the settings fragment. It was a real hot mess.
There was a label at the bottom of the clock fragment that shouldn't have been there (removed).
ToDo: When I get time I will be migrating the improved angle snapping behaviour over from HGDialV2, which has already been migrated to HGDial (V1).
All The other logic has remained the same