Transporter

Results 46 issues of Transporter

It would be nice to update the code to use OpenCASCADE 7.6.0 and newer. The main Problem is, that `BRepAdaptor_HSurface` has been droped in 7.6.0.

Having support for Constrained Application Protocol (CoAP, https://en.wikipedia.org/wiki/Constrained_Application_Protocol) may be useful, e.g. to control I/O slaves based on NodeMCU (https://en.wikipedia.org/wiki/NodeMCU).

I'm wondering that there is a copy of the poco libraries in this project. I think it's better to include poco as a git sub module, because in this case...

It would be nice to have CMake support for macchina.io like the poco project.

Bugfix for preparation of magic.mgc data --- TYPE: BUG DESC: #3430

I have found a new error with libmagic. The error message is: ``` mgc_dict.cc(41,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "magic_mgc_gzipped.bin": No such file or directory ```...

The OpenGL renderer ist not working correct on Windows.

bug
help wanted
renderer
OpenGL

I wrote a script (https://gist.github.com/OgreTransporter/5b1e389c23cb5e871dd05ebf2a56a166) to try out and compare all renderers. In #958 it was desired to create a C++ program instead of a script.

feature
help wanted
renderer

``` libosmscout-binding\src\swig\osmscout\libosmscout.i(14): error : Unable to find 'std_unordered_map.i' ``` std_unordered_map.i and/or std_unordered_set.i are not available for C# (see https://github.com/swig/swig/tree/master/Lib/csharp) These lists are available for Java.

feature
help wanted
3rd party languages

In the current repository format (https://github.com/tim-lebedkov/npackd/wiki/RepositoryFormat) there are the scripts Install.bat, Uninstall.bat, Build.bat, ExportUserSettings.bat and ImportUserSettings.bat. The text also contains Stop.bat, but the entry is missing in the example. I...