Re: I've just released Vasaro

2018-12-06 Thread JN via Digitalmars-d-announce
On Thursday, 6 December 2018 at 20:45:07 UTC, Andrea Fontana 
wrote:

Hi!

I've just released the first version of vasaro.
It's a simple program I wrote to create 3d printable vases.

It's written in D (of course). It uses derelict-gl, 
derelict-sdl and gtkd.


Looks nice. I'll give it a go when I plug my 3d printer.

Why use derelict-sdl if you use gtkd already?


Re: I've just released Vasaro

2018-12-06 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thursday, 6 December 2018 at 20:45:07 UTC, Andrea Fontana 
wrote:
A special thanks to Adam Ruppe and his SimpleDisplay library I 
used on earlier versions :)


why you go gtk in the end?


Re: I've just released Vasaro

2018-12-06 Thread Andrea Fontana via Digitalmars-d-announce

On Thursday, 6 December 2018 at 21:03:49 UTC, kinke wrote:
On Thursday, 6 December 2018 at 20:45:07 UTC, Andrea Fontana 
wrote:

[...]


Pretty cool, thx for sharing! I watched the demo and had an 
extremely superficial glance at the code too; seems to make D 
look good, as it deserves, so thanks for that as well. :)


Thank you!

I forgot to ask you all to upvote on reddit ;)

Andrea


Re: I've just released Vasaro

2018-12-06 Thread kinke via Digitalmars-d-announce
On Thursday, 6 December 2018 at 20:45:07 UTC, Andrea Fontana 
wrote:

[...]


Pretty cool, thx for sharing! I watched the demo and had an 
extremely superficial glance at the code too; seems to make D 
look good, as it deserves, so thanks for that as well. :)


I've just released Vasaro

2018-12-06 Thread Andrea Fontana via Digitalmars-d-announce

Hi!

I've just released the first version of vasaro.
It's a simple program I wrote to create 3d printable vases.

It's written in D (of course). It uses derelict-gl, derelict-sdl 
and gtkd.


It should work on linux, macOS and Windows.

A special thanks to Adam Ruppe and his SimpleDisplay library I 
used on earlier versions :)


A demo video:
https://www.youtube.com/watch?v=HkYo8WCW9jM

On reddit: 
https://www.reddit.com/r/3Dprinting/comments/a3qykj/ive_just_released_vasaro_the_easytouse_software/


On github:
https://github.com/trikko/vasaro/


Feel free to test it!

Andrea