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 18 users online :: 0 Registered, 0 Hidden and 18 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
|
|
| Should we have tutorials? | |
| |
Should we have a tutorials? | Yes, create a new thread for tutorials. | | 80% | [ 12 ] | Yes, but just have a post on an existing thread. | | 7% | [ 1 ] | No, this is a development forum. | | 13% | [ 2 ] |
| Total Votes : 15 | | |
| Author | Message |
---|
Guest Guest
| Subject: Should we have tutorials? Tue Jun 03, 2014 8:11 am | |
| This question might have been asked awhile ago but I still think its relevant to reevaluate. I know there is a small programming tutorial somewhere in the forums. This is kind of expanding on that principle, why doesn't this forum have tutorials pinned as the top post in the thread. For every main subject. We need to give the community a learning and knowledge basis to build off of; waiting for people to come in with all the required skills is not ideal. We can also have kind of like a Q&A for explaining why we do things a certain way as well. We could even go as far as to create an entirely new thread to keep it separate from the development section. Also I don't mean explain everything by posts from a forum member but rather have links to professional tutorials such as this one. - Earthium's Opinions on Ogre:
The demographic for OpenGL is larger then Ogre we probably often get people that are not willing to learn a new rendering engine, and i'm sure there are more tutorials out there on OpenGL. OpenGL and DirectX are the two main professional rendering engines of game companies. As I recall OpenGL is cross-platform, while DirectX is limited to Windows. From what i've heard as well OpenGL has the lower learning curve. The massive negative is that we would basically have to scrap or rework everything, that's a big negative.
Also I will be re-posting my tutorial on understand 3d spacial dimensions and 3d collision detections regardless of the response on this. |
| | | Tritium Newcomer
Posts : 90 Reputation : 15 Join date : 2013-03-18 Age : 34
| Subject: Re: Should we have tutorials? Tue Jun 03, 2014 8:34 am | |
| Yes, the forums need tutorials i myself was struggling with modelling awhile not knowing where to start, it took us with crovea 2 weeks of combined efforts to get with the basics. | |
| | | Seregon Regular
Posts : 263 Reputation : 37 Join date : 2011-08-10 Location : UK
| Subject: Re: Should we have tutorials? Tue Jun 03, 2014 10:00 am | |
| Regarding tutorials, I think having a collection of links to existing tutorials is very useful. Having members write their own can be nice, especially for more obscure subjects, but can also be a wasted effort when there are better existing ones out there. I certainly wouldn't object to anyone creating tutorials if they're willing to put that effort in. If a tutorial might form a series, it should have its own thread.
Regarding Ogre - your correct in saying that Ogre's userbase is far smaller than that of OpenGL, but thats becuase they are fundementally different things. OpenGL (and DirectX) is a rendering library, Ogre is a graphics/game engine. OpenGL allows you to print basic things (points, lines, polygons) to screen and apply shaders, and works at a relatively low level. Ogre (and other engines) has support for loading models, animations, textures etc. and displaying them. Comparing them is like comparing a low level programming language (assembler, c), to a high level one (java, python) - OpenGL can do everything Ogre can do, and much more besides, but it would require an aweful lot of work to make it do so.
Given how ambitious other parts of this project already are, writing our own game engine on top of OpenGL would be somewhat unreasonable at this point. We had to use some exising game engine, and of those we had to choose from (i.e.: free/open source) Ogre is one of the better ones. Also note that Ogre is built on top of OpenGL, and I think its possible to call some OpenGL functions directly, if needed. | |
| | | moopli Developer
Posts : 318 Reputation : 56 Join date : 2013-09-30 Age : 29 Location : hanging from the chandelier
| Subject: Re: Should we have tutorials? Wed Jun 04, 2014 12:11 am | |
| I think this is a great idea (and as an inveterate tutorial-author I am write on board with helping b-dum tsss). Oh wait, link already-existing tutorials? Even better, less work!
I would prefer a dedicated subforum for tutorials, but not just tutorials. Then, not only would we localise tutorials that might otherwise have many disparate subforums people would reasonably search for them in, but we would also provide a place for technical discussions about other things, like cool papers people come across (so I don't need to rely on my personal thread for those any more :P), PCG articles on the web, and other stuff we want to encourage discussion about even if it isn't directly going to become a Thrive feature. We need a place to encourage technical discussion, because that's how we get and keep a community of programmers that are interested in procedural generation, AI, simulation, and all that other fun stuff that coding Thrive will involve. Frankly, if that's successful, we'll end up having a bunch of programmers who visit just for the discussions around PCG and so on, making up a vibrant developer community that would be like an incubator (hmm there's a good name) for ideas we could leech off into Thrive development. Then, whenever, for example, someone makes a prototype of something they read in a paper, and it would be useful to integrate in Thrive, well, we'd already have an implementation to work off of, and someone who'd probably be thrilled to help include it.
Nick (or another mod), what do you think about making a subforum in Programming for tutorials, papers, etc? I'll populate it, I promise :3 | |
| | | NickTheNick Overall Team Co-Lead
Posts : 2312 Reputation : 175 Join date : 2012-07-22 Age : 28 Location : Canada
| Subject: Re: Should we have tutorials? Wed Jun 04, 2014 1:23 am | |
| | |
| | | moopli Developer
Posts : 318 Reputation : 56 Join date : 2013-09-30 Age : 29 Location : hanging from the chandelier
| Subject: Re: Should we have tutorials? Wed Jun 04, 2014 3:18 pm | |
| Thanks Nick, those work pretty well for my additions, but they don't cover everything -- not everything is a procedural or an arbitrary mechanic (what is an arbitrary mechanic anyway?), and those subforums split discussion pretty oddly anyway. I'd suggest merging those into a technical discussion subforum, and probably putting tutorials in the same place.
Edit -- we could always split tutorials off into their own subforum if need be though. But for that I'd wait untl we have a whole bunch of them. | |
| | | NickTheNick Overall Team Co-Lead
Posts : 2312 Reputation : 175 Join date : 2012-07-22 Age : 28 Location : Canada
| Subject: Re: Should we have tutorials? Sat Jun 07, 2014 3:09 am | |
| | |
| | | moopli Developer
Posts : 318 Reputation : 56 Join date : 2013-09-30 Age : 29 Location : hanging from the chandelier
| Subject: Re: Should we have tutorials? Sun Jun 08, 2014 10:25 pm | |
| So with the merging-renaming of Arbitrablah and Procedublah into Technobabblah, and given what we've been talking about as the reasoning for the TD subforum, I took it upon myself to introduce the new subforum. I figured it would need their own rules, and all, to help focus discussion, since it isn't completely obvious what it's meant for at first glance. | |
| | | Sponsored content
| Subject: Re: Should we have tutorials? | |
| |
| | | | Should we have tutorials? | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| |