Statistics | We have 1675 registered users The newest registered user is dejo123
Our users have posted a total of 30851 messages in 1411 subjects
|
Who is online? | In total there are 10 users online :: 0 Registered, 0 Hidden and 10 Guests None Most users ever online was 443 on Sun Mar 17, 2013 5:41 pm |
Latest topics | » THIS FORUM IS NOW OBSOLETE by NickTheNick Sat Sep 26, 2015 10:26 pm
» To all the people who come here looking for thrive. by NickTheNick Sat Sep 26, 2015 10:22 pm
» Build Error Code::Blocks / CMake by crovea Tue Jul 28, 2015 5:28 pm
» Hello! I can translate in japanese by tjwhale Thu Jul 02, 2015 7:23 pm
» On Leave (Offline thread) by NickTheNick Wed Jul 01, 2015 12:20 am
» Devblog #14: A Brave New Forum by NickTheNick Mon Jun 29, 2015 4:49 am
» Application for Programmer by crovea Fri Jun 26, 2015 11:14 am
» Re-Reapplication by The Creator Thu Jun 25, 2015 10:57 pm
» Application (programming) by crovea Tue Jun 23, 2015 8:00 am
» Achieving Sapience by MitochondriaBox Sun Jun 21, 2015 7:03 pm
» Microbe Stage GDD by tjwhale Sat Jun 20, 2015 3:44 pm
» Application for Programmer/ Theorist by tjwhale Wed Jun 17, 2015 9:56 am
» Application for a 3D Modeler. by Kaiju4u Wed Jun 10, 2015 11:16 am
» Presentation by Othithu Tue Jun 02, 2015 10:38 am
» Application of Sorts by crovea Sun May 31, 2015 5:06 pm
» want to contribute by Renzope Sun May 31, 2015 12:58 pm
» Music List Thread (Post New Themes Here) by Oliveriver Thu May 28, 2015 1:06 pm
» Application: English-Spanish translator by Renzope Tue May 26, 2015 1:53 pm
» Want to be promoter or project manager by TheBudderBros Sun May 24, 2015 9:00 pm
» A new round of Forum Revamps! by Oliveriver Wed May 20, 2015 11:32 am
|
|
| Application | |
| | Author | Message |
---|
klay2000 Newcomer
Posts : 6 Reputation : 0 Join date : 2010-10-30
| Subject: Application Sun Feb 01, 2015 11:24 am | |
| Hello, I posted on these forums once prior to the requirement of an application so I thought I'd make one.
Skills: I am good(ish) with programming. (I've never managed to get c++ graphics(Direct X etc) to work, that's my only problem) I am really good with chemistry. I am great with biology. I am alright with biochemistry.
Currently: I am a freshman in High school. I have been keeping up with these forums and reading almost every post I can at least once. I have a lot of free time. And to this date I have never sworn even once. (I don't know why I take so much pride in that)
Interests: Biology (I have a really good microscope that I absolutely love too look at stuff under, and I have studied biology (particularly evolution) since I was young enough to pronounce the word evolution(but still hate Pokemon)) Programming (I have made several games all are not really good enough to note) Engineering (because in order to do just about anything with my interests, you have to build something(except programming)) Math (WHY DOES NO ONE ELSE LIKE MATH IT'S NOT THAT HARD IT'S ALL PERFECTLY LOGICAL!!!) Chemistry (I maintain a small lab in my basement) Robotics (I am in my school's FIRST Robotics team, we are team 302 in case you are interested in any way) Electronics (I absolutely LOVE 3D printers, I saved up my money for around 6 months to buy one and assembled it completely backwards (I actually mounted every component backwards in relation to the frame), my dad had to help me take it apart and reassemble it) Physics (particularly astrophysics and just general space stuff(I designed a particle accelerator once but never built it))
Also as a side note I would like to say the progress you guys have made is amazing and personally I believe we should wait on 0.2.4 until cell membranes are implemented.
Lastly: I tried to set up a compiling setup thing on windows and got the same error as a man with the username Patrick Rajesh as he posted on the "Miscellaneous Bugs And Questions That Don't Deserve Their Own Thread Thread" Thread, and was wondering if anyone could help the two of us, or in the case that he fixed it, tell me how it was fixed and possibly how it would be fixed on windows. | |
| | | crovea Programming Team lead
Posts : 310 Reputation : 59 Join date : 2013-10-07 Age : 34 Location : Denmark
| Subject: Re: Application Sun Feb 01, 2015 1:12 pm | |
| Hey Klay! Welcome! Always good to have more programmers! - Quote :
- I've never managed to get c++ graphics(Direct X etc) to work, that's my only problem
That is also quite low level and complex, I've only ever done some basic openGL myself. rarely in games will you actually want to work that low level. We are using a graphics library called Ogre for thrive, which handles most of the heavy lifting for us! To get everything set up on windows you'll want to follow https://github.com/Revolutionary-Games/Thrive/blob/master/mingw_setup/readme.txt Linux is a bit different, as you won't have to compile all of the libraries yourself, some can be installed with package managers (Looks like patrick needs to install bullet, I've asked moopli to take a look). | |
| | | klay2000 Newcomer
Posts : 6 Reputation : 0 Join date : 2010-10-30
| Subject: Re: Application Sun Feb 01, 2015 2:10 pm | |
| I went through that, but I ended up with the error he had is what I mean. | |
| | | klay2000 Newcomer
Posts : 6 Reputation : 0 Join date : 2010-10-30
| Subject: Re: Application Sun Feb 01, 2015 2:13 pm | |
| I just checked and there is a fix for the other guy but not for windows, the fix was basically to install the bullet library, but how would I do this on windows? | |
| | | moopli Developer
Posts : 318 Reputation : 56 Join date : 2013-09-30 Age : 29 Location : hanging from the chandelier
| Subject: Re: Application Sun Feb 01, 2015 2:21 pm | |
| Application accepted. Expect an email inviting you to the Thrive Slack team (basically a high-power chat room) -- crovea, Cal and I are currently on there working through getting Cal's build set up, so you can join us. (I would love to be less terse, and talk more about all your interests, cuz you sound like a really awesome person and our interests intersect a lot, but I'm pretty busy with a bunch of Thrive work, which conveniently means now is a great time to join). | |
| | | crovea Programming Team lead
Posts : 310 Reputation : 59 Join date : 2013-10-07 Age : 34 Location : Denmark
| Subject: Re: Application Sun Feb 01, 2015 2:23 pm | |
| You can't install bullet on windows really, so we compile it ourselves with the script. I just had another windows user report a similar issue tho. if this directory C:\mingw\temp\bullet\build-Release\lib contains less than 7 files (probably 2), then you have the same issue as him. If so, copy the contents of this zip: https://mega.co.nz/#!ZYolxSoT!P4jZgsJhNubXrNM_GsIk-cCFu6E0gWPeSDFcPsSxfNs into C:\mingw\install\lib clear cmake cache and try again! | |
| | | klay2000 Newcomer
Posts : 6 Reputation : 0 Join date : 2010-10-30
| Subject: Re: Application Sun Feb 01, 2015 2:29 pm | |
| ok, I've joined slack and now just need help with my build set up | |
| | | Sponsored content
| Subject: Re: Application | |
| |
| | | | Application | |
|
Similar topics | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| |