Peter Reijnders

Results 18 comments of Peter Reijnders

The documentation for the api`s is in [./docs](https://github.com/nidium/Nidium/tree/master/docs). Our buildbot uses [NidiumTools/src/dokumentator.py](https://github.com/nidium/NidiumTools/blob/master/src/dokumentor.py) to upload them to the website after an successful build.

Indeed 'os.language' is not present in `nidium-server`, only in `nidium (frontend)`. It is wrapped inside [a ifdef block](https://github.com/nidium/Nidium/blob/master/src/Binding/JSOS.cpp#L36-L45) to protect calls to `Nidium::Interface::SystemInterface::_interface`. It might be that this is an...

The stars.nml app starts with 60fps, as soon as the mouse moves (once) it drops to 30fps (and stays there). ``` ... Mouse move to 10 ... ``` So it...

Whoah, that is awfull. Could you send us the install log, so that we can investigate the issue further? * What ubuntu version are you running? * What desktop/window manager...

I'll try to reproduce this with [a virtualbox image](http://www.osboxes.org/ubuntu/)

The problem is real and reproducable, the problem only happens when you install as root. * download vm ```wget https://drive.google.com/file/d/0B_HAFnYs6Ur-dkRldjJmTnZwejQ/view?usp=sharing``` * Unzip vm ```7z x Ubuntu_16.04.2-VB-64bit.7z``` * Start virtualbox and...

https://github.com/nidium/Nidium/pull/46

Currently Nidium is depending on several X11 features as we are linking with [-lX11](https://github.com/nidium/Nidium/blob/master/gyp/interface.gypi#L42) and [including headers](https://github.com/nidium/Nidium/blob/master/src/Interface/linux/X11UIInterface.cpp#L15). However nidium has been tested on with xwayland (wayland client for X11) and...

The problem is that the audio part off ggez dependencies for mac are not updated. As audio is not used in this project, and the ui logic can be simplifed,...