OpenGL Tutorial - 1 | Getting Started | OpenGL in C++ with the GLUT library

  Рет қаралды 172,098

The Pentamollis Project

The Pentamollis Project

Күн бұрын

Пікірлер: 67
@hajzoom4278
@hajzoom4278 Жыл бұрын
I sleep well at night, knowing that even if no one in the world got me, some random indian dude got me.
@romanmgelman
@romanmgelman 3 жыл бұрын
Dude, you explain the API better than the standard documentation haha. Indian KZbinrs to the rescue!
@pawanbhardwajnp4475
@pawanbhardwajnp4475 3 жыл бұрын
lol you explain all functions way better than my class teacher in my collage, this is really good ,Thank you.
@hafizmfadli
@hafizmfadli 4 жыл бұрын
thank you, this is what i need for the final exam ( 4 hours to final exam ) :D
@sreenathharikumar2163
@sreenathharikumar2163 6 жыл бұрын
Thank you for your class this is very helpful for students like me in college graphics lab
@supersakib62
@supersakib62 3 жыл бұрын
Help! My background color doesn't change to Yellow, it is black still. I wrote the code exactly as you did.
@srinivasanb1961
@srinivasanb1961 5 жыл бұрын
Wonderful C++ OpenGL tutorial. Thank you.
@yaelhunter462
@yaelhunter462 3 жыл бұрын
I dont mean to be off topic but does any of you know a tool to log back into an instagram account?? I stupidly forgot my account password. I appreciate any tricks you can offer me!
@vincenzomekhi714
@vincenzomekhi714 3 жыл бұрын
@Yael Hunter instablaster =)
@yaelhunter462
@yaelhunter462 3 жыл бұрын
@Vincenzo Mekhi thanks for your reply. I found the site through google and im waiting for the hacking stuff atm. I see it takes a while so I will reply here later with my results.
@yaelhunter462
@yaelhunter462 3 жыл бұрын
@Vincenzo Mekhi It worked and I finally got access to my account again. I am so happy:D Thanks so much, you really help me out!
@vincenzomekhi714
@vincenzomekhi714 3 жыл бұрын
@Yael Hunter you are welcome xD
@andr3318
@andr3318 2 жыл бұрын
my window is still black, and only gets another color when resized. Can yall help me?
@barty200yt6
@barty200yt6 5 жыл бұрын
Great Tutorial but for some reason it won't let me change the colour of the background
@anushamathew1916
@anushamathew1916 4 жыл бұрын
same here ...its not changing the background color
@barty200yt6
@barty200yt6 4 жыл бұрын
@Neeradha k No I haven't figured it out
@anushamathew1916
@anushamathew1916 4 жыл бұрын
@Neeradha k mine background color got changed when i created 1st object ....
@anushamathew1916
@anushamathew1916 4 жыл бұрын
@Neeradha kIn display part while creating objects example:- glBegin(GL_POLYGON); glEnd(); add these 2 lines in display part just try i got it Try this
@anushamathew1916
@anushamathew1916 4 жыл бұрын
@Neeradha k you're welcome 😀
@legacywolf443
@legacywolf443 Жыл бұрын
Best tutorial I found so far :3
@adithyapandiri251
@adithyapandiri251 3 жыл бұрын
Very good explanation. Please make more tutorials
@JordanRouss
@JordanRouss 10 ай бұрын
THANK YOU FOR THIS VIDEO, IT WAS REALLY HELPFUL
@anthonysegers01
@anthonysegers01 4 жыл бұрын
Excellent Job. Thank You!
@godessGOAT
@godessGOAT 3 жыл бұрын
default window color change didn't work for me
@vyga220
@vyga220 2 жыл бұрын
Hi, glClearColor(1.0,1.0,0.0,1.0); does not changing the background color for me. Any idea. I am using freeglut.
@Ummler
@Ummler 2 жыл бұрын
Hey, im using freeglut too. For me it worked when i wrote: glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGBA); instead of glutInitDisplayMode(GLUT_RGB);
@Blodstream
@Blodstream Жыл бұрын
for me, in Dev C++ at least, you have to put return 0; ate the end of the main function, or the window won't open
@godadawgashaw4965
@godadawgashaw4965 5 жыл бұрын
thanks very much for good tutorial.it is very important so you have to continue
@alexissuarezalvarez5622
@alexissuarezalvarez5622 4 жыл бұрын
Hola, ¿cómo puedo colorear los números? Si, por ejemplo, quiero que sea verde o naranja, sé qué números debo plantear como argumento.
@zezaway
@zezaway 6 жыл бұрын
Great tutorial man, really helpfull!!
@100Palavr
@100Palavr 5 жыл бұрын
É nois..
@Oonsy_
@Oonsy_ 6 жыл бұрын
Whenever I went to compile I got an error that says "error: ld returned 1 exit status" it also says something about "cannot find -lfreeglut" do you know the solution to this problem
@marcelkamper7994
@marcelkamper7994 5 жыл бұрын
In case you still need help and you are using gcc/g++ as compiler: g++ -lGL -lglut main.cpp
@veeresh_22
@veeresh_22 5 жыл бұрын
@@marcelkamper7994 hey buddy can u plz explain more about your solution
@marcelkamper7994
@marcelkamper7994 5 жыл бұрын
@@veeresh_22 He said that he had trouble compiling his project. I compile my OpenGl/glut projects on my linux machine with the following command:"gcc -lGL -lglut ". If it's a c++ project, you'd have to use g++ instead of gcc as a compiler. The -lGL and -lglut parameters are needed because the compiler needs to link the libraries.
@leezz5508
@leezz5508 5 жыл бұрын
In case you still need help, I had the same problem before my code compiled properly. This video shows you how to set up visual studio properly. kzbin.info/www/bejne/bqGaZ6OAqLqDapY
@Impulse_Photography
@Impulse_Photography 5 жыл бұрын
you must add Glut libraries in Setting > Linker
@Timsus404
@Timsus404 2 жыл бұрын
bro my window is still black even after adding init function.
@ManpreetSingh-bk7yc
@ManpreetSingh-bk7yc 2 жыл бұрын
are you able to solve error?
@muhammadwahyuramadhan7730
@muhammadwahyuramadhan7730 3 жыл бұрын
Amazing! Thanks bro
@cleisonsousa950
@cleisonsousa950 3 жыл бұрын
Hi, make a tutorial on how to configure/install glut/freeglut please
@zero-by-zero
@zero-by-zero 3 жыл бұрын
I wish this tutorial were created for modern openGL. In 2019 why you created for old style openGL? You should have picked openGL 3.3 or later.
@Hellios92
@Hellios92 4 жыл бұрын
Really good videos, thank you :)
@FPChris
@FPChris 4 жыл бұрын
||=== Build: Debug in MyGlutTest (compiler: GNU GCC Compiler) ===| ld.exe||cannot find -lfreeglut| ||error: ld returned 1 exit status| ||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
@akio3524
@akio3524 4 жыл бұрын
why there is nothing for lightining effect and textures :(
@TheObserver88888
@TheObserver88888 3 жыл бұрын
for a moment there I thought you were about to write 3 inch...
@MagTomcio
@MagTomcio 5 жыл бұрын
Good Job :D
@orishmueli2921
@orishmueli2921 6 жыл бұрын
make ine more plz !!!
@Miles-co5xm
@Miles-co5xm 3 жыл бұрын
indian noticed in one second :)
@annantogourob7195
@annantogourob7195 4 жыл бұрын
Thanks a lot
@alexthelion335
@alexthelion335 4 жыл бұрын
Did I hear among us in the background?
@jktech2117
@jktech2117 3 жыл бұрын
this game wasnt released in the time of the video... so... probably something similar... and among us is a normal expression to say.. and more games used this two words inside their names
@floater7082
@floater7082 4 жыл бұрын
Huh weird. Your using code blocks so normally you should include at the start but I guess you don't have to. weird.
@ThePentamollisProject
@ThePentamollisProject 4 жыл бұрын
glut.h already includes windows.h
@floater7082
@floater7082 4 жыл бұрын
@@ThePentamollisProject Thank you for notifying me.
@TheCheekyPotato
@TheCheekyPotato 6 жыл бұрын
This is very old OpenGL. I suggest you learn how VBOs and GLSL works instead of doing a tutorial on fixed function old GL.
@aaronbergman9196
@aaronbergman9196 6 жыл бұрын
actually this is great, at university im only allowed to use old OpenGL, and not allowed to use anything to do with the updated versions, VBO and GLSL or GLFW, drives me nuts
@NPT95
@NPT95 4 жыл бұрын
Put on mute, turn on captions and you're good to go :D
@bernardev3
@bernardev3 Жыл бұрын
0:10 - 1:30 Stop saying "UM"
@harshjain4256
@harshjain4256 4 жыл бұрын
Finally an indian
@nintendu64
@nintendu64 4 жыл бұрын
If there is no earrape mic intro, audible clicks from keyboard/mouse, and strong Indian accent can you even trust the information to be accurate?
@hitnrun66
@hitnrun66 4 жыл бұрын
had to put playback speed to .75 XD no offense but you talk rreally fast and it was hard to keep up lol
@ahmadbodayr7203
@ahmadbodayr7203 2 жыл бұрын
thanks so muh bro , if you are not muslim friend read about islam❤
How you can start learning OpenGL
6:02
Low Level Game Dev
Рет қаралды 107 М.
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
Rust vs C++
7:18
conaticus
Рет қаралды 97 М.
An introduction to Shader Art Coding
22:40
kishimisu
Рет қаралды 1 МЛН
Why is graphics programming SO HARD to learn? My story
6:41
Low Level Game Dev
Рет қаралды 17 М.
OpenGL Tutorial 1 - Window
7:50
Victor Gordan
Рет қаралды 115 М.
How a Microcontroller starts
28:49
Artful Bytes
Рет қаралды 61 М.
Is Functional Programming DEAD Already?
21:07
Continuous Delivery
Рет қаралды 74 М.