Re: Problem getting Cimgui to work

2017-12-07 Thread Thomas via Digitalmars-d-learn
So the steps should be: checkout imgui 1.50 checkout cimgui 1.50 Build both Put them on your system library path Then you should be set to use DerelictIMGUI without the need to modify its package recipe. Thank you for your very very good description what was going on and how everything rel

Re: Problem getting Cimgui to work

2017-12-06 Thread Mike Parker via Digitalmars-d-learn
On Wednesday, 6 December 2017 at 21:21:11 UTC, Thomas wrote: Hi folks! I got it to work, but honestly I don't know why.. :-) Glad you got it working. I wanted to reply earlier but I was on my phone when I first saw this thread. So now instead of helping you solve the problem, I'll throw in a

Re: Problem getting Cimgui to work

2017-12-06 Thread Thomas via Digitalmars-d-learn
Hi folks! I got it to work, but honestly I don't know why.. :-) 1. clone project imgui_d_test with git 2. subloading the base cimgui stuff by command: git submodule update --init --recursive 3. enter cimgui directory and enter make 4. after that dub doesn't work properly, you have to edit app.

Re: Problem getting Cimgui to work

2017-12-06 Thread Thomas via Digitalmars-d-learn
On Wednesday, 6 December 2017 at 19:37:54 UTC, Thomas wrote: On Wednesday, 6 December 2017 at 19:12:43 UTC, drug wrote: I've check it before posting using old version dmd 2.073 and it works. What dmd version you compile with? Hi. The newest as I know. Version 2.077.0 (64bit Version) But th

Re: Problem getting Cimgui to work

2017-12-06 Thread Thomas via Digitalmars-d-learn
On Wednesday, 6 December 2017 at 19:12:43 UTC, drug wrote: I've check it before posting using old version dmd 2.073 and it works. What dmd version you compile with? Hi. The newest as I know. Version 2.077.0 (64bit Version) But the error messages in my last post don't seem to relate to my p

Re: Problem getting Cimgui to work

2017-12-06 Thread drug via Digitalmars-d-learn
I've check it before posting using old version dmd 2.073 and it works. What dmd version you compile with?

Re: Problem getting Cimgui to work

2017-12-06 Thread Thomas via Digitalmars-d-learn
On Wednesday, 6 December 2017 at 18:27:20 UTC, drug wrote: probably this can help you https://github.com/drug007/timespatial this project uses cimgui by means of derelict-imgui Hi, thank you. I tried it and first it seemed to work, but after I entered "dub build config=demo" following error me

Re: Problem getting Cimgui to work

2017-12-06 Thread Thomas via Digitalmars-d-learn
Could you describe what dub package you tried to build first of all? It helps to reproduce your case. Hello. In my personal project folder I only have: derelict-sdl2 version="~>3.1.0-alpha.2" derelict-imgui version="~>0.9.4" Then I realized that I needed the shared library file cimgui.so U

Re: Problem getting Cimgui to work

2017-12-06 Thread drug via Digitalmars-d-learn
probably this can help you https://github.com/drug007/timespatial this project uses cimgui by means of derelict-imgui

Re: Problem getting Cimgui to work

2017-12-06 Thread drug via Digitalmars-d-learn
06.12.2017 20:51, Thomas пишет: Hi guys! I need some help or advice about Cimgui (a C-API for Imgui) because I have no idea how to get it working. First, I'm new to D (only a few weeks) and still learning. I have a small C++/C# background, but wanted to try something new. So D got into my f

Problem getting Cimgui to work

2017-12-06 Thread Thomas via Digitalmars-d-learn
Hi guys! I need some help or advice about Cimgui (a C-API for Imgui) because I have no idea how to get it working. First, I'm new to D (only a few weeks) and still learning. I have a small C++/C# background, but wanted to try something new. So D got into my focus. I am working on Manjaro Li