Jump to page: 1 24  
Page
Thread overview
I've just released Vasaro
Dec 06, 2018
Andrea Fontana
Dec 06, 2018
kinke
Dec 06, 2018
Andrea Fontana
Dec 07, 2018
Adam D. Ruppe
Dec 07, 2018
Andrea Fontana
Dec 07, 2018
Adam D. Ruppe
OFFTOPIC Re: I've just released Vasaro
Dec 08, 2018
Russel Winder
Dec 08, 2018
Adam D. Ruppe
Dec 10, 2018
Jacob Carlborg
MORE OFFTOPIC Re: I've just released Vasaro
Dec 10, 2018
Iain Buclaw
Dec 11, 2018
Jacob Carlborg
Dec 11, 2018
Iain Buclaw
Dec 11, 2018
Jacob Carlborg
Dec 11, 2018
Iain Buclaw
Dec 11, 2018
Jacob Carlborg
Dec 11, 2018
Iain Buclaw
Dec 10, 2018
Adam D. Ruppe
Dec 11, 2018
Jacob Carlborg
Dec 12, 2018
Adam D. Ruppe
Dec 13, 2018
Jacob Carlborg
Dec 12, 2018
Adam D. Ruppe
Dec 13, 2018
Jacob Carlborg
Dec 13, 2018
Adam D. Ruppe
Dec 08, 2018
Jacob Carlborg
Dec 07, 2018
JN
Dec 07, 2018
Andrea Fontana
Dec 07, 2018
Bastiaan Veelo
Dec 07, 2018
bauss
Dec 07, 2018
Andrea Fontana
Dec 07, 2018
Joakim
Dec 07, 2018
Andrea Fontana
December 06, 2018
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
December 06, 2018
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. :)
December 06, 2018
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
December 07, 2018
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?
December 07, 2018
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?
December 07, 2018
On Friday, 7 December 2018 at 07:22:18 UTC, JN wrote:
> Looks nice. I'll give it a go when I plug my 3d printer.

Waiting for your feedback.

> Why use derelict-sdl if you use gtkd already?

Good question. Gtk doesn't support opengl2.
Why do I use OpenGL2?
- I don't know ogl3
- I just need basic 3d features
- It works everywhere (also on VM I use to test it)

Andrea
December 07, 2018
On Friday, 7 December 2018 at 01:17:02 UTC, Adam D. Ruppe wrote:
> 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?

I replaced simpledisplay with sdl. Gtk doesn't support opengl2 so I needed a way to display the rendering window.

Simpledisplay works fine for me (and it works better than sdl for mouse input) but it requires X11 on macOS if i'm right: macOS' users don't like X11 (and this force users to install a big dependency)

If it was only for linux+win, simpledisplay would be the choice!

Andrea
December 07, 2018
On Friday, 7 December 2018 at 07:22:18 UTC, JN wrote:
> Looks nice. I'll give it a go when I plug my 3d printer.

Make sure it prints watertight before using the vase for fresh flowers :-)

December 07, 2018
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.
>
> 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

This is a very impressive project and I'll follow it just to see where it goes.

I have zero to no experience with 3d printing so I can't really relate much to it.
December 07, 2018
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.
>
> 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

Nice, when does the version with genetic algorithms come out? ;)

https://www.economist.com/technology-quarterly/2015/09/03/wonderful-widgets

JK, of course, demo looks good.
« First   ‹ Prev
1 2 3 4