mandala icon indicating copy to clipboard operation
mandala copied to clipboard

A Go framework for writing native Android applications

Results 6 mandala issues
Sort by recently updated
recently updated
newest added

How to don't update?

Hi Andrea, I currently have a desktop application coded under OpenGL3 [1], and I want to embed it into Mandala [2]. Because the desktop version is based on `go-gl/gl`, I...

A bunch of shortcuts are needed in order to interact with the desktop application mimicking the device. We need at least shortcuts for: - rotating the window to simulate the...

enhancement

At the moment there is not sound support for desktop. Possible technologies are: - [PortAudio](http://code.google.com/p/portaudio-go/) for the sound engine - [libsndfile](https://github.com/mkb218/gosndfile) for handling audio files

enhancement

Hi dude! Sometimes I catch the following seg fault, after creating an app and playing with worlds, boxes, etc. It happens when I close the window. (From inside an app...

bug