Hello @Himanshu Sekhar Nayak sir,
I hope this message finds you well! My name is Adnaan, and I'm currently studying Computer Science and Engineering at VNR Vignana Jyothi Institute of Engineering and Technology in Hyderabad.
I'm reaching out to express my genuine interest in your project. Having delved into various technologies, my tech stack includes HTML, CSS, JavaScript, React, and Node.js. Your project seems like an exciting opportunity for me to apply my skills and learn more in the process.
I'm keen to start contributing to your project and making a meaningful impact. Could you please guide me on how I can get started and become a valuable member of your team?
Additionally, I'm also interested in participating in the Google Summer of Code (GSoC) program. Could you provide any insights or advice on how to prepare for and potentially participate in GSoC?
Looking forward to your response!
Best regards,
Adnaan
Mohammad Adnaan said:
Hello Himanshu Sekhar Nayak sir,
I hope this message finds you well! My name is Adnaan, and I'm currently studying Computer Science and Engineering at VNR Vignana Jyothi Institute of Engineering and Technology in Hyderabad.
I'm reaching out to express my genuine interest in your project. Having delved into various technologies, my tech stack includes HTML, CSS, JavaScript, React, and Node.js. Your project seems like an exciting opportunity for me to apply my skills and learn more in the process.
I'm keen to start contributing to your project and making a meaningful impact. Could you please guide me on how I can get started and become a valuable member of your team?
Additionally, I'm also interested in participating in the Google Summer of Code (GSoC) program. Could you provide any insights or advice on how to prepare for and potentially participate in GSoC?
Looking forward to your response!
Best regards,
Adnaan
Hi @Mohammad Adnaan, welcome to our BRL-CAD community. I see you have some decent skills in web. How about https://github.com/opencax/GSoC/issues/26 ?
Hello @Himanshu Sir
I’m Divy Singhvi, an engineering student at the College of Technology and Engineering, Udaipur. I’m genuinely interested in the BRL-CAD modeling system and would love to contribute to the project. I’m also a GSoC 2025 enthusiast and have experience in HTML, CSS, JavaScript, Django, Node.js, LLMs, and C++. I’m eager to learn whatever is necessary to contribute effectively. Looking forward to your response
Hi @Divy singhvi, did you installed BRL-CAD? You can find the necessary installation packages at https://github.com/BRL-CAD/brlcad/releases. This will install over 200 programs. Most of them are small command line tools. The most interesting for you are our old but still heavily used GUI mged and the more modern GUI archer. Go through the mged tutorial https://brlcad.org/w/images/c/cf/Introduction_to_MGED.pdf.
Gain an overview of the existing documentation at https://brlcad.org/wiki/Main_Page.
To start programming, download the source code from https://github.com/BRL-CAD/brlcad, compile, and install the programs (https://brlcad.org/wiki/Compiling).
@Daniel Rossberg i have installed BRL-CAD on my system and started going through the mged tutorials, but i am more interested on the programming aspect, downloaded the source code and both of the https://brlcad.org/wiki/ links are not working?
Divy singhvi said:
Daniel Rossberg i have installed BRL-CAD on my system and started going through the mged tutorials, but i am more interested on the programming aspect, downloaded the source code and both of the https://brlcad.org/wiki/ links are not working?
Hey @Divy singhvi, we're currently migrating to a new server so it will take some time for the wiki to be up. Welcome to our organization. If you're going to build brlcad in windows then just download the repo from github and install cmake, visual studio. Open cmake and provide src path and build path. Hit configure button 2 times then hit generate button. Then open the project. After opening, you can build it by opening cmake predefined targets and you will see ALL_BUILD
. Then start building it.
Meanwhile, at least the PDFs con be downloaded from here: https://brlcad.org/docs/
E.g. VolumeII-Introduction_to_MGED.pdf
hola
Last updated: Jan 10 2025 at 00:48 UTC