Re: Any 3D Game or Engine with examples/demos which just work (compile&run) out of the box on linux ?

2019-10-20 Thread Jonathan Marler via Digitalmars-d-learn
On Friday, 18 October 2019 at 06:11:37 UTC, Ferhat Kurtulmuş wrote: On Friday, 18 October 2019 at 05:52:19 UTC, Prokop Hapala wrote: Already >1 year I consider to move from C++ to Dlang or to Rust in my hobby game development (mostly based on physical simulations https://github.com/ProkopHapal

... use of ... is hidden by ...; use alias ... to introduce base class overload set ??

2019-10-20 Thread Robert M. Münch via Digitalmars-d-learn
I get this error message, which doesn't tell me a lot: rx_filter_subject.d(38,8): Error: class rx_filter_subject.FilterSubject use of rx.subject.SubjectObject!(message).SubjectObject.subscribe(Observer!(message) observer) is hidden by FilterSubject; use alias subscribe = SubjectObject.subscri

Re: Any 3D Game or Engine with examples/demos which just work (compile&run) out of the box on linux ?

2019-10-20 Thread Prokop Hapala via Digitalmars-d-learn
On Saturday, 19 October 2019 at 01:53:11 UTC, Mike Parker wrote: On Saturday, 19 October 2019 at 00:57:48 UTC, Prokop Hapala wrote: The dmech/demos also seems to be almost running just it somehow cannot find or use my libsdl.so library which it just compiled (it is in 'dmech/demos/lib') dere

Re: My dialogue code is not working as it should!

2019-10-20 Thread SrMordred via Digitalmars-d-learn
On Sunday, 20 October 2019 at 08:41:19 UTC, TodNaz wrote: Hello! I can’t understand ... My dialogue code is not working as it should! He must, if the texture does not exceed the maximum value, add a character, otherwise go to a new line until the text ends. But he constantly makes the transitio

Re: Import sources from parent project

2019-10-20 Thread Andre Pany via Digitalmars-d-learn
On Sunday, 20 October 2019 at 10:04:56 UTC, Andrey wrote: On Saturday, 19 October 2019 at 18:54:28 UTC, Andre Pany wrote: In dub.json of your child apps you need to add a dependency to parentapp. I added via "dependencies" parameter and after got this error: "Detected dependency cycle". Doe

Re: Import sources from parent project

2019-10-20 Thread Andrey via Digitalmars-d-learn
On Saturday, 19 October 2019 at 18:54:28 UTC, Andre Pany wrote: In dub.json of your child apps you need to add a dependency to parentapp. I added via "dependencies" parameter and after got this error: "Detected dependency cycle".

My dialogue code is not working as it should!

2019-10-20 Thread TodNaz via Digitalmars-d-learn
Hello! I can’t understand ... My dialogue code is not working as it should! He must, if the texture does not exceed the maximum value, add a character, otherwise go to a new line until the text ends. But he constantly makes the transition to a new line. Either I'm stupid, or something is wrong.