C++ Homemade 2D Scripting Engine
7:21
ZehawkEngine Demo 1
1:21
12 жыл бұрын
C++ Tutorial 14:  Classes
5:55
12 жыл бұрын
C++ Tutorial 13:  Continue and Break
7:37
Java Game Tutorial 17:  Jumping!
8:50
12 жыл бұрын
C++ Tutorial 12:  The Switch Statement
7:43
C++ Tutorial 11:  Enums/Enumerations
5:09
C++Tutorial 10:  Pointers
8:23
12 жыл бұрын
C++ Tutorial 8:  Basic Arithmetic
6:52
Пікірлер
@jeanrodrigues6249
@jeanrodrigues6249 2 жыл бұрын
Relogio
@jeanrodrigues6249
@jeanrodrigues6249 2 жыл бұрын
Pai
@jeanrodrigues6249
@jeanrodrigues6249 2 жыл бұрын
Mae
@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).
@putimassjindabad1569
@putimassjindabad1569 3 жыл бұрын
thanks ffor sharing
@palker
@palker 3 жыл бұрын
comment after two years!
@marcin19861112
@marcin19861112 4 жыл бұрын
what is the opengl version ??
@TobySullivan
@TobySullivan 5 жыл бұрын
ooh
@nikibg99
@nikibg99 5 жыл бұрын
whats up with the gagging sounds mate
@Handlessuck1
@Handlessuck1 5 жыл бұрын
thank god something to do with core opengl
@pb296
@pb296 5 жыл бұрын
Thanks!
@mostafizurrahman3005
@mostafizurrahman3005 6 жыл бұрын
I want to know, how can to use opengl in netbeans form-application. Anybody can help me.
@ahmeddeghady4510
@ahmeddeghady4510 6 жыл бұрын
simple explanation. Thanks!
@ziyedhamrouni886
@ziyedhamrouni886 6 жыл бұрын
5:27 VK_ESCAPE didn't work for me sor I replaced it by VK_F1 and it worked.
@ewengoisot808
@ewengoisot808 6 жыл бұрын
0:16 killed my ears
@xx_xx_xx_xx3352
@xx_xx_xx_xx3352 6 жыл бұрын
the quality is sooo bad
@sizwegama6471
@sizwegama6471 6 жыл бұрын
go deep
@kacpd6764
@kacpd6764 6 жыл бұрын
jaki ty dorosły jesteś
@janahanravi10
@janahanravi10 7 жыл бұрын
how do you make it so while the character moves right the background will scroll left
@DoperThanCerealBlog
@DoperThanCerealBlog 7 жыл бұрын
huge help thank you
@aidenluke4727
@aidenluke4727 7 жыл бұрын
Stop saying you should you should. You sounded ignorant as f!
@alexsindledecker3665
@alexsindledecker3665 7 жыл бұрын
The z-buffer that did not work for you worked for me
@alexsindledecker3665
@alexsindledecker3665 7 жыл бұрын
Thanks. These are just what i was looking for over the past 2 weeks!
@XpertiCON
@XpertiCON 7 жыл бұрын
nice tutorial mate
@melisaindriani1838
@melisaindriani1838 7 жыл бұрын
nice (y)
@cluckclock8800
@cluckclock8800 7 жыл бұрын
this is key LISTENING... :/ Not what I was looking for
@123penrose
@123penrose 7 жыл бұрын
This is not keybindings, The title is extremely misleading
@godofcringe7849
@godofcringe7849 4 жыл бұрын
yeah it is
@adeelrafaqat2894
@adeelrafaqat2894 8 жыл бұрын
I was unable to understand continue and break till i watched your video........thanx a lot 😊😊😊
@cregams
@cregams 8 жыл бұрын
Thats a good tut. logged in to like it
@santoryu8940
@santoryu8940 8 жыл бұрын
i think your doorbell rang halfway in the video
@shayauthentic8644
@shayauthentic8644 8 жыл бұрын
nice tutorial
@PolskiRakPL
@PolskiRakPL 8 жыл бұрын
+onepiece101op - nie umiesz angielskiego to nie pisz tutaj komentarzy.
@herrjava9369
@herrjava9369 8 жыл бұрын
for(int i : x) total += i; :D
@4programming17
@4programming17 8 жыл бұрын
I have an error: "expected constructor, destructor or type converter before ';' token"
@442277100
@442277100 7 жыл бұрын
try imac
@kamranbigdely
@kamranbigdely 8 жыл бұрын
This is related to old OpenGL API. The new one (version > 3.3 I guess), does not have gl_begin() and gl_end() commands. They are deprecated.
@jarisipilainen3875
@jarisipilainen3875 6 жыл бұрын
most important its easy and its work. why use glut glew glfw whatever. if i want make html page why i need use javascript or php lol. if i do html i do html. if i do opemgl i do opengl lol. give give opengl dll with program it works lol
@dexophobia
@dexophobia 2 жыл бұрын
Well It Uses glBegin(); and glEnd(); there are no underscores
@Hunar1997
@Hunar1997 8 жыл бұрын
is this tutorial still going on? .. this video published 4 years ago .. these tutorials are usefull
@Hunar1997
@Hunar1997 8 жыл бұрын
My release file size is 12kb Wow .. before now i used glut in devc++ and the file size was always above 100kb .. anyways, do i need any .dll file if i wanted to run this on another computer? .. i needed glut.dll before
@tmbr9492
@tmbr9492 8 жыл бұрын
You shouldnt make those images static, final should do the trick and is more correct. For those who care: Static makes the variable accessible throughout the whole program. Final makes it 'constant', prohibiting from changing the image after it has been "loaded". This way its encapsulated from the rest of the project. The thing that caused the "error" that made you make those variables static, is the static identifier in the "getDirt()" function. Also this doesnt need to be static, but if you really want the static behaviour, final identifiers in the variables is still viable (allowed) and more correct by means of clean programming.
@masresham
@masresham 8 жыл бұрын
You are too fast. Anyways I found it helpful. Thanks.
@wassupyo4775
@wassupyo4775 8 жыл бұрын
what is the p in (People p)
@Nike5333
@Nike5333 5 жыл бұрын
Wassup Yo the p is the variable used inside the method and then later replaced outside the method in parentheses to an object of choice
@japanese_flashcard_channel
@japanese_flashcard_channel 9 жыл бұрын
Why dislike? I prefer this kind of tutorial. I also like the one by Jamie King. But this from Jeremy I realized the one I need.
@SrAzion
@SrAzion 9 жыл бұрын
what Assembler you using in next ? Nasm? thanks
@SrAzion
@SrAzion 9 жыл бұрын
i would like to see next video this series thanks
@may007ank
@may007ank 9 жыл бұрын
Your voice is so soothing. Probably not the best for a tutorial but still nice. I'd probably like to have a conversation with you. Hahaha
@may007ank
@may007ank 9 жыл бұрын
VK stands for Virtual Keyboard, if anyone was interested.
@mishoaleksidze7820
@mishoaleksidze7820 9 жыл бұрын
Thanks for your tutorials. Pretty good explanation, I find it clear...
@twanakawa5551
@twanakawa5551 9 жыл бұрын
In glBegin() function the parameter is (GL_TRIANGLES) I don't completely understand that if you could explain a little more..
@alexsindledecker3665
@alexsindledecker3665 7 жыл бұрын
lol
@victorrandall5088
@victorrandall5088 3 жыл бұрын
The parameter is saying that it will use triangles, in other words, you need to make 3 vertex to make a face, you cant make a face with more then 3 vertexes.
@Dr.Underscore
@Dr.Underscore 9 жыл бұрын
Add the folder to the build path....
@fsgrggr5943
@fsgrggr5943 9 жыл бұрын
That's no tutorial, it's just writing code and filming it
@3FFAE6E0
@3FFAE6E0 9 жыл бұрын
Omg hahaha xD public Blocks(int x, int y) { this.x = x * 20; this.y = y * 20; }