New contributor wants to contribute to the community.

45 views
Skip to first unread message

Rohit malik

unread,
Jul 28, 2017, 11:32:44 AM7/28/17
to appleseed-dev


Sir,
I am a newbie and want to contribute to the community.I know python and c++.Can you help  me with any kind of guidance from where to start. 

François Beaune

unread,
Jul 28, 2017, 11:36:14 AM7/28/17
to apples...@googlegroups.com
Hello, welcome!

If you're planning to contribute on appleseed core, you'll first need to build it. Please follow the build instructions here: https://github.com/appleseedhq/appleseed/wiki/Building-appleseed

If you'd like to contribute to our Blender plugin (blenderseed) which is 100% Python, you just need to download the latest appleseed release (and Blender) and then you can start hacking right away! The blenderseed repository is here: https://github.com/appleseedhq/blenderseed

In any case I'd recommend that you join us on Slack. I'm sending you an invite.

Franz

On Fri, Jul 28, 2017 at 5:30 PM, Rohit malik <merohi...@gmail.com> wrote:


Sir,
I am a newbie and want to contribute to the community.I know python and c++.Can you help  me with any kind of guidance from where to start. 

--
You received this message because you are subscribed to the Google Groups "appleseed-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appleseed-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Message has been deleted

Rohit Singh Malik

unread,
Jul 28, 2017, 12:16:47 PM7/28/17
to appleseed-dev
I tried to build appleseed but recieved the following
Screenshot from 2017-07-28 21-44-15.png

Alejandro Garcia Montoro

unread,
Jul 28, 2017, 12:18:23 PM7/28/17
to apples...@googlegroups.com
Hi!

I just joined the mailing list and was thinking about writing an email just like Rohit did (maybe we both came from Hacker News?), so better to reuse this thread. I am really interested in physically based rendering, I'm fluent in C++, and I would like to contribute to the project and learn more about it, could you please sent me the Slack invitation as well?

Btw, I started building appleseed from source and encountered this error: https://pastebin.com/KYciLt7G. Then I set the option -D WARNINGS_AS_ERRORS=OFF, recompile and I got a different error: https://pastebin.com/Gy0Ed0Ji. I followed the instructions in https://github.com/appleseedhq/appleseed/wiki/Building-appleseed-on-Linux; my C compiler is `cc (GCC) 7.1.1 20170630`, my CXX compiler is ` c++ (GCC) 7.1.1 20170630`.

Best,
Alejandro

2017-07-28 17:55 GMT+02:00 Rohit Singh Malik <merohi...@gmail.com>:
Sir can you please resend the invite.


On Friday, July 28, 2017 at 9:02:44 PM UTC+5:30, Rohit Singh Malik wrote:


Sir,
I am a newbie and want to contribute to the community.I know python and c++.Can you help  me with any kind of guidance from where to start. 

--

François Beaune

unread,
Jul 28, 2017, 12:19:34 PM7/28/17
to apples...@googlegroups.com
Hey Alejandro, welcome!

Sure, invite on its way!

Franz

François Beaune

unread,
Jul 28, 2017, 12:20:52 PM7/28/17
to apples...@googlegroups.com
You don't appear to have CMake installed. Minimal knowledge about building C++ software is required for this project...

Franz

--

François Beaune

unread,
Jul 28, 2017, 12:25:07 PM7/28/17
to apples...@googlegroups.com
On Fri, Jul 28, 2017 at 6:15 PM, Alejandro Garcia Montoro <alejandro.g...@gmail.com> wrote:
Btw, I started building appleseed from source and encountered this error: https://pastebin.com/KYciLt7G. Then I set the option -D WARNINGS_AS_ERRORS=OFF, recompile and I got a different error: https://pastebin.com/Gy0Ed0Ji. I followed the instructions in https://github.com/appleseedhq/appleseed/wiki/Building-appleseed-on-Linux; my C compiler is `cc (GCC) 7.1.1 20170630`, my CXX compiler is ` c++ (GCC) 7.1.1 20170630`.

The first error is gcc complaining about a potentially uninitialized member, but the code is actually correct. It's a new warning. Until we fix this warning, 
disabling warnings-as-errors is indeed the right thing to do.

We've never seen the second error, it's an interesting one. Could you raise the topic on Slack, #dev channel? We might want to add gcc 7 to our continuous integration server (Travis) to catch these new errors. I'm not sure how to fix it right away, maybe fixing this problem could be your first contribution? :) Let's discuss on Slack.

Franz

Alejandro Garcia Montoro

unread,
Jul 28, 2017, 12:31:59 PM7/28/17
to apples...@googlegroups.com
Hi!

2017-07-28 18:24 GMT+02:00 François Beaune <dic...@gmail.com>:
I would be happy to try to fix it :) The Slack invitation did not arrive though, I'll wait for it.

Best,
Alejandro

François Beaune

unread,
Jul 28, 2017, 12:33:58 PM7/28/17
to apples...@googlegroups.com
Awesome :) I've resent the invite... Check your spam folder maybe?

Franz

Alejandro Garcia Montoro

unread,
Jul 28, 2017, 1:00:12 PM7/28/17
to apples...@googlegroups.com
Ouch, it seems like they're having "Outgoing email issues": https://status.slack.com/ Well, we will have to wait, then.

2017-07-28 18:33 GMT+02:00 François Beaune <dic...@gmail.com>:

François Beaune

unread,
Jul 28, 2017, 1:14:14 PM7/28/17
to apples...@googlegroups.com
On Fri, Jul 28, 2017 at 6:59 PM, Alejandro Garcia Montoro <alejandro.g...@gmail.com> wrote:
Ouch, it seems like they're having "Outgoing email issues": https://status.slack.com/ Well, we will have to wait, then.

Thanks for the heads up!

Franz

Rohit Singh Malik

unread,
Jul 28, 2017, 1:22:34 PM7/28/17
to appleseed-dev
I installed Cmake but still got some issue


On Friday, July 28, 2017 at 9:02:44 PM UTC+5:30, Rohit Singh Malik wrote:
Screenshot from 2017-07-28 22-50-45.png

François Beaune

unread,
Jul 28, 2017, 1:33:26 PM7/28/17
to apples...@googlegroups.com
It looks like you didn't clone the git repository (g...@github.com:appleseedhq/appleseed.git).

I'm afraid you're lacking some of the basic skills required to work on this project.

I'd suggest reading a bit about Git and experimenting with it, working with GitHub, playing CMake on a small project, and maybe writing a simple ray tracer in your favorite programming language.

Good luck!

Franz

--

Rohit Singh Malik

unread,
Jul 28, 2017, 1:41:59 PM7/28/17
to appleseed-dev
Sir  I have already cloned the git repo both the https://github.com/appleseedhq/prebuilt-linux-deps and https://github.com/appleseedhq/appleseed.wiki.git
and I have recieved the invite thanks.

On Friday, July 28, 2017 at 9:02:44 PM UTC+5:30, Rohit Singh Malik wrote:
Reply all
Reply to author
Forward
0 new messages