raylib-d how to program a simple moving circle.

Steven Schveighoffer schveiguy at gmail.com
Fri Nov 29 22:35:14 UTC 2024


On Friday, 29 November 2024 at 22:02:23 UTC, Alain De Vos wrote:
> On Friday, 29 November 2024 at 21:37:48 UTC, Alain De Vos wrote:
>> I can do "dub add raylib-d" but i have no clue to program a 
>> simple moving circle.
>
> Following program has an import error
>
> ```d
>
> import std.stdio: writeln;
>
> import raylib; //Error
> ```

Makes no sense. Can you post the dub.json?

-Steve


More information about the Digitalmars-d-learn mailing list