OpenGL Tutorial 1: Beginning the project!

  Рет қаралды 61,116

Jeremy Hahn

Jeremy Hahn

Күн бұрын

Пікірлер: 55
@zehawk1
@zehawk1 12 жыл бұрын
We will use it to learn about how OpenGL treats drawing calls, we actually don't really do anything to this triangle, why not head on over to my other tutorials? We go further in depth there:-)
@captainmoonlight2
@captainmoonlight2 12 жыл бұрын
How long is Lerraria going to be put on hold?
@marlonsoltero6842
@marlonsoltero6842 3 жыл бұрын
Project/Target: "open - Debug": The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler. Probably the toolchain path within the compiler options is not setup correctly?! Do you have a compiler installed? Goto "Settings->Compiler...->Global compiler settings->GNU GCC Compiler->Toolchain executables" and fix the compiler's setup. Tried to run compiler executable 'C:\MinGW/bin/gcc.exe', but failed! Skipping... Nothing to be done (all items are up-to-date).
@Linscape99
@Linscape99 11 жыл бұрын
"C++ and C are basically the same" I think you should learn what exactly it is you're teaching before you start trying to teach it.
@andrewyoung3206
@andrewyoung3206 11 жыл бұрын
Can you explain then...
@alanbal888
@alanbal888 11 жыл бұрын
Andrew Young C is structured programming C++ is Object Oriented programming You can abstract real world stuff into a software program with C++.
@trevor266productions
@trevor266productions 10 жыл бұрын
Well considering C++ is literally written right on top of C and you can use C syntax in C++.....
@james4066
@james4066 7 жыл бұрын
That would mean C is the inferior language, so to say they are the same is wrong. If something is ," built on top of" it is not the same. I would not call an F-22 raptor and the Wright brothers plane "Basically the same."
@vernonreject9184
@vernonreject9184 12 жыл бұрын
I'm learning how to write more advanced c++ right now I know the basics but I need to learn how to use it with opengl and whatnot. Once ive gotten better ill get in touch with you. Were did you learn your coding?
@TweakDevelopment
@TweakDevelopment 12 жыл бұрын
I can program and do some 3d modeling with Blender. I could also work on porting it to Linux or Mac OS X (although my Mac isn't working at the moment; it needs a new hard disk.
@dmnkb
@dmnkb 11 жыл бұрын
Amazing tutorial bro. Even more impressive that you are only 15. Yet for everybody who aims to get a 3d programmer but has no knowledge of OpenGL / D3D i recomment starting with a prebuilt 3d engine (for example irrlicht 3D)
@cubmichaels
@cubmichaels 12 жыл бұрын
Gotta know how to use that windowing system
@zehawk1
@zehawk1 12 жыл бұрын
Are you using windows? And did you do exactly what I did in the video? Watch it again to make sure...
@4programming17
@4programming17 8 жыл бұрын
I have an error: "expected constructor, destructor or type converter before ';' token"
@442277100
@442277100 7 жыл бұрын
try imac
@zehawk1
@zehawk1 12 жыл бұрын
I don't neccesarily use Blender, or even any 3D modeling programs at all. I hard-code everything, I prefer it that way. Although, I am attempting to make a 3D modeling program myself, I don't think it's very probable for someone at my skill level.
@iLikeTheUDK
@iLikeTheUDK 12 жыл бұрын
@zehawk1 I dont know any of them personally, but John Carmack has his own blog especially dedicated to programming and computing, Ken Silverman has his own webpage where he shows some of his projects and you can also find his e-mail adress in there, and I bet you can contact Tim Sweeney and Cevat Yerli in one way or another.
@mostafizurrahman3005
@mostafizurrahman3005 6 жыл бұрын
I want to know, how can to use opengl in netbeans form-application. Anybody can help me.
@zehawk1
@zehawk1 12 жыл бұрын
I've learned it on youtube and practice. I advise to just scatter gun what you learn. One day, learn lighting. The next, learn VBOs. Or you can use the library I made and I have some tutorials on my page. Check em out. The library is rather easy to use.
@quantumhm96
@quantumhm96 11 жыл бұрын
I got and error saying that drawHandle was not declared in this scope, even after importing everything
@Nuvhandra
@Nuvhandra 11 жыл бұрын
Hey i did everything shown in the video, but i have the following errors: on Draw.h line 4: expected initializer before 'void' on main.cpp line 59: 'EnableOpenGL' not declared in this scope on main.cpp line 80: 'drawhandle' not declared in this scope What did i do wrong??
@zehawk1
@zehawk1 12 жыл бұрын
I'm not sure, my computer isnt good enough to run lerria without major lag, so i think ill have to rewrite some things, which will take a long time! I'm going to probably end up investing my time into a more, original type of game. I hope you don't mind...:p
@alrightgarylad
@alrightgarylad 11 жыл бұрын
This video is just what i needed. Thanks
@ВыдуманныйПерсонаж-и8т
@ВыдуманныйПерсонаж-и8т 11 жыл бұрын
Братан, спасибо огромное - с пяти туториалов, твой первый, который помог)
@izuZ34
@izuZ34 12 жыл бұрын
it says its expecting an initializer before LRESULT
@palker
@palker 3 жыл бұрын
comment after two years!
@vernonreject9184
@vernonreject9184 12 жыл бұрын
i agree thts a good idea
@MrMegaGigaTera
@MrMegaGigaTera 12 жыл бұрын
I realy like your vidoes, keep making vidoes plzzz
@zehawk1
@zehawk1 12 жыл бұрын
I don't got steam, but I'll ad you on facebook. Do you really, personally know those people? If you do, that's freaking cool!
@Harkendown
@Harkendown 10 жыл бұрын
I followed exactly what you did and got: ||=== Build: Debug in Practice (compiler: GNU GCC Compiler) ===| C:\Chris\OpenGL\Practice\main.cpp|6|error: expected initializer before 'LRESULT'| C:\Chris\OpenGL\Practice\main.cpp||In function 'int WinMain(HINSTANCE, HINSTANCE, LPSTR, int)':| C:\Chris\OpenGL\Practice\main.cpp|26|error: 'WindowProc' was not declared in this scope| C:\Chris\OpenGL\Practice\main.cpp|58|error: 'EnableOpenGL' was not declared in this scope| ||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===| What did /i do wrong? Help!
@Harkendown
@Harkendown 10 жыл бұрын
OK, it was a semi colon. Now fixed. Enjoy your tea!
@twanakawa5551
@twanakawa5551 9 жыл бұрын
How do you fix this error im getting it too!
@twanakawa5551
@twanakawa5551 9 жыл бұрын
Hahah it was a semicolon xD In Enable.h put a semi colon at the end of the void function for those who are having this problem too :)
@nonameplsno8828
@nonameplsno8828 11 жыл бұрын
It sounds if you were pinching your nose.
@iLikeTheUDK
@iLikeTheUDK 12 жыл бұрын
Add me on Steam as tomer.feiner or iLikeTheUDK and on Facebook as Tomer Feiner. Also, I know some people whom we could get some words of wisdom from - John Carmack (Developer of the id Tech Engine, Lead Programmer and Co-Founder of id Software), Ken Silverman (Former developer of Build and Voxlap engines, freelance), Tim Sweeney (Developer of Unreal Engine, Lead Programmer and Co-Founder of Epic Games) and Cevat Yerli (Former developer of CryENGINE, Lead Programmer and Co-Founder of CryTek).
@AzerothGames
@AzerothGames 12 жыл бұрын
Is it just me or does anyone think it would b awesome if all us young(ish) programmers made a game together?
@hungmol
@hungmol 11 жыл бұрын
I think your tutorials are good but not best for newbie. The best way to learn is read the readbook.
@izuZ34
@izuZ34 12 жыл бұрын
im 11 "GAME OVER YEAHHHHHH"
@zehawk1
@zehawk1 12 жыл бұрын
Yea, you can go right ahead and add me on skype at zehawk123. We can make whatever type of project you guys wants to, like, I'm seriously down for coding a larger project with a team:D If you turn out to be good enough at coding, I may let you touch Lerria...;P
@Kajidimeh92
@Kajidimeh92 11 жыл бұрын
Similar in some senses, I get what you were getting at but still...
@yaezek
@yaezek 11 жыл бұрын
redbook????
@smalltugz
@smalltugz 12 жыл бұрын
no prob you did warn that these tuts were hard
@zehawk1
@zehawk1 12 жыл бұрын
This isn't true OpenGL though, this stuff is WinApi that most people don't really feel like learning. But, I admit, these aren't my best tutorials.
@khalidsaad4042
@khalidsaad4042 12 жыл бұрын
tnx
@izuZ34
@izuZ34 12 жыл бұрын
alright
@zehawk1
@zehawk1 12 жыл бұрын
Haha lucky, I wish I started earlier, but OpenGL isn't easy...
@hungmol
@hungmol 11 жыл бұрын
yep! :))
@kacpd6764
@kacpd6764 6 жыл бұрын
jaki ty dorosły jesteś
@Kajidimeh92
@Kajidimeh92 11 жыл бұрын
C++ and C are not at all the same. The syntax is similar but C++ allows object oriented programming where C doesn't. C does not have classes. C++ was based off of C but this does not mean that the code will work if it is copied and pasted from one language to the next. Copying code from one language to another will not always work. Make sure your information is clear and accurate. Just a heads up on making your tuts better. Very well done otherwise.
@xx_xx_xx_xx3352
@xx_xx_xx_xx3352 6 жыл бұрын
the quality is sooo bad
@smalltugz
@smalltugz 12 жыл бұрын
beginners will not learn effectively by simply just copy and pasting shit
@zehawk1
@zehawk1 12 жыл бұрын
Yea, you can go right ahead and add me on skype at zehawk123. We can make whatever type of project you guys wants to, like, I'm seriously down for coding a larger project with a team:D If you turn out to be good enough at coding, I may let you touch Lerria...;P
OpenGL Tutorial 2:  More File Splitting
8:22
Jeremy Hahn
Рет қаралды 5 М.
Writing a Basic Renderer in OpenGL
14:43
The Cherno
Рет қаралды 122 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
OpenGL GLUT tutorial for Latest CodeBlocks
10:32
Moinul Tutorials
Рет қаралды 12 М.
Malware development 101: Creating your first ever MALWARE
28:00
Leet Cipher
Рет қаралды 395 М.
x86 Assembly: Hello World!
14:33
John Hammond
Рет қаралды 1,4 МЛН
I never understood why you can't go faster than light - until now!
16:40
FloatHeadPhysics
Рет қаралды 4,7 МЛН
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 350 М.
But what is a neural network? | Deep learning chapter 1
18:40
3Blue1Brown
Рет қаралды 18 МЛН
C++ Tutorial for Beginners - Learn C++ in 1 Hour
1:22:56
Programming with Mosh
Рет қаралды 4,4 МЛН
The Art of Code - Dylan Beattie
1:00:49
NDC Conferences
Рет қаралды 4,7 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН