Re: What would be the advantage of using D to port some games?

2020-07-21 Thread RegeleIONESCU via Digitalmars-d-learn
On Monday, 20 July 2020 at 20:03:05 UTC, Laurent Tréguier wrote: On Monday, 20 July 2020 at 19:49:52 UTC, RegeleIONESCU wrote: Hello! I was wondering why some game related packages/libraries are not being developed anymore or are kind of paused. Fore example the last version of derelict-sdl2

Re: What would be the advantage of using D to port some games?

2020-07-20 Thread RegeleIONESCU via Digitalmars-d-learn
On Wednesday, 24 June 2020 at 21:14:35 UTC, matheus wrote: On Wednesday, 24 June 2020 at 19:46:55 UTC, IGotD- wrote: . Hello! I was wondering why some game related packages/libraries are not being developed anymore or are kind of paused. Fore example the last version of derelict-sdl2 is an

Beginner's Comparison Benchmark

2020-05-05 Thread RegeleIONESCU via Digitalmars-d-learn
Hello! I made a little test(counting to 1 billion by adding 1)to compare execution speed of a small counting for loop in C, D, Julia and Python. = The C version: |The D version: |The Julia versio

Re: Derelict on Ubuntu with CODE::BLOCKS

2018-05-04 Thread RegeleIONESCU via Digitalmars-d-learn
On Thursday, 3 May 2018 at 19:30:48 UTC, Mike Parker wrote: On Thursday, 3 May 2018 at 18:36:04 UTC, RegeleIONESCU wrote: [...] So your app is compiling and executing. This is a runtime error. The SymbolLoadException means the SDL library was loaded, but a function Derelict expected to fi

Re: Derelict on Ubuntu with CODE::BLOCKS

2018-05-03 Thread RegeleIONESCU via Digitalmars-d-learn
On Thursday, 3 May 2018 at 06:33:53 UTC, Mike Parker wrote: On Thursday, 3 May 2018 at 03:18:02 UTC, RegeleIONESCU wrote: The only problem I have with DUB is that all added dependencies are "old". For example added dependency "derelict-sdl2" is version="~>2.1.4" while on DUB site the last

Re: Derelict on Ubuntu with CODE::BLOCKS

2018-05-02 Thread RegeleIONESCU via Digitalmars-d-learn
On Monday, 11 December 2017 at 07:34:47 UTC, Mike Parker wrote: On Sunday, 10 December 2017 at 16:50:10 UTC, RegeleIONESCU wrote: [...] My advice is to ditch Code::Blocks and use something like VS Code or Sublime Text in conjunction with DUB. It's by far the easiest way to get started with D

Derelict on Ubuntu with CODE::BLOCKS

2017-12-10 Thread RegeleIONESCU via Digitalmars-d-learn
Hello! Please help me install and use Derelict on Ubuntu 16.04! I saw this tutorial https://www.youtube.com/watch?v=exQ43PFWJBU and I wanted to do it in D but I got lost, totally lost. First step is to import OpenGL via Derelict. I am using Code::Blocks 16.01 with DMD. I downloaded all the