So I Made My Own Game Engine...
10:19
So I Made My Own GAME CONTROLLER...
5:40
REMAKING My Game In ROBLOX
7:21
2 жыл бұрын
Propulsion Official Trailer
0:31
2 жыл бұрын
Full Steam Ahead | Propulsion Devlog
5:06
Propulsion Is Coming To Steam!
0:37
3 жыл бұрын
Making a game WITHOUT a GAME ENGINE
7:32
Making a COMMERCIAL GAME in 7 DAYS
15:40
Пікірлер
@TheGamer2024Short
@TheGamer2024Short 5 күн бұрын
For js language
@Ddotsun
@Ddotsun 6 күн бұрын
raylib is a game engine
@notseriousgamer.
@notseriousgamer. 8 күн бұрын
KZfaq idea: "Im making a game but YOU GUYS teach me how to make it"
@Ddotsun
@Ddotsun 14 күн бұрын
python
@aviationbutterr
@aviationbutterr 15 күн бұрын
this architecture isn’t actually all that bad. It’s a common technique called Software Rendering. Although the converting it into texture isn’t the most common thing. You could of also used SDL2 which would of also let you convert a pixel array into a texture and then render it with the GPU but just with a fair simpler API.
@Mr_Shakey
@Mr_Shakey 21 күн бұрын
#underated
@boristraore6032
@boristraore6032 23 күн бұрын
hi, in fact I would like to code projects like you but since I hear here and there that we have to stay at the cutting edge of technology, I tell myself that if I start a project that takes me... let's say 03 months, trends will change and I will no longer be up to date. This means that I abandon all projects that exceed 1 week max. So how do you do it?
@Chadderbox
@Chadderbox 23 күн бұрын
There isn't much point in trying to appeal to trends, just do projects that you want to do. :)
@DalpakaNBA
@DalpakaNBA Ай бұрын
im gay 0:05 0:05 0:06 0:06 0:06 0:06
@itsafish4600
@itsafish4600 Ай бұрын
1 year ago
@pinkavyek
@pinkavyek Ай бұрын
i mean, still impressive tbh
@ziphy_6471
@ziphy_6471 Ай бұрын
What font do you use?
@ziphy_6471
@ziphy_6471 Ай бұрын
My stupidity outweighs yours
@potarto-man
@potarto-man Ай бұрын
What editor theme are you using, it looks really nice :)
@Chadderbox
@Chadderbox Ай бұрын
Thanks! It is Monokai Vibrant Amped for VSCode - you might recognize the creator of the theme ;)
@chasherman6000
@chasherman6000 Ай бұрын
I like flappy bird
@kyojin7177
@kyojin7177 Ай бұрын
im sorry mate but that setpixel function looks intentionally bad...
@stysner4580
@stysner4580 2 ай бұрын
That double for loop with an if statement was not your problem. Compiling it with -O3 would've increased the performance of it insanely. Also, your renderer was one way. No need to get pixels back from opengl. Just use you cached array?!
@ibaadmir-kb9ts
@ibaadmir-kb9ts 2 ай бұрын
What happened? You stopped Uploading!
@Chadderbox
@Chadderbox 2 ай бұрын
Unfortunately, I had to get a life 😞- I think my community page has more info.
@3darts598
@3darts598 2 ай бұрын
Can you make 3d game without game engine but in c++. I know you all redy uploded a video but in c.
@3darts598
@3darts598 2 ай бұрын
Can you make a 3d game without game engine but make for mobile
@thebutterpancake1036
@thebutterpancake1036 2 ай бұрын
is there a way to make a game without pygame in python??
@ashton9643
@ashton9643 2 ай бұрын
Will you ever upload again ?
@Chadderbox
@Chadderbox 2 ай бұрын
Eventually :)
@zeroformlucario8682
@zeroformlucario8682 2 ай бұрын
Ñ
@Cakequester
@Cakequester 2 ай бұрын
It's not cheating, it's keeping your will to live
@x256_Link
@x256_Link 2 ай бұрын
python is inefficient enough, and youre gonna make it more slow by making an interpreted language in it!
@KJ7JHN
@KJ7JHN 2 ай бұрын
Less self doubt and bad criticism please.
@Chadderbox
@Chadderbox 2 ай бұрын
After a few months actually programming, the self doubt and criticism was deserved 🙏
@Bl0xxy
@Bl0xxy 3 ай бұрын
I didn't watch much of the video, but I looked at the code and it doesn't look like a real programming language but instead just a thing that converts your syntax to Python code. It's more of an extension of Python with your own syntax, is that right?
@ianweckhorst3200
@ianweckhorst3200 3 ай бұрын
I’m on quite a similar journey, using this for advice
@nangld
@nangld 3 ай бұрын
O(N) set_pixel routine wins you an award!
@gideonunger7284
@gideonunger7284 3 ай бұрын
what a horrible excercise in anti intellectualism. you came across opengl and just decided youd refuse to learn anything about it or how it works or how gpus work. great work buddy... this is why software is so horrible atm. people like you who should have no deal working in software.
@Wojtek_1777
@Wojtek_1777 3 ай бұрын
POV better dani:
@linusbrendel
@linusbrendel 3 ай бұрын
I really don't get why anyone would want to have a line with a single character.
@OfficialGoldenLeaf
@OfficialGoldenLeaf 3 ай бұрын
Didnt make your own graphics framework, -rep
@colinmaharaj
@colinmaharaj 3 ай бұрын
Some years ago I was trying to create a scripting language that is almost like C but at the end of a line is the end of your statement If you want to have multiple statements on one line then you would use the semicolon.
@StrawberryDeveloper
@StrawberryDeveloper 4 ай бұрын
Great Tutorial! Do you know, how to make Variables, that you can check in wallpaperengine?
@DominionMobile
@DominionMobile 5 ай бұрын
LibGdx does exactly what you were thinking about. It uses OpenGL itself, and you can think about everything in terms of pixels and textures, but it wants to use "world units". If you want to do something with 2D the result will look and act a lot better than using something like Unity or Godot. And you don't need to use Scene2D. Just try building one of the demos, like Super Jumper.
@gamingpcgamer459
@gamingpcgamer459 5 ай бұрын
Hey, I don’t know if you still respond to comments on this video but can you tell what app did you use to code. Did you use VS code or something else? And if you did, how’d you set it up?
@Chadderbox
@Chadderbox 5 ай бұрын
This was in VSCode, I followed a video to set it up but unfortunately that video is no longer available. I'm sure if you look it up on KZfaq then you'll find something. It is basically just setting up MinGW on windows and that is it.
@agusprayogi6040
@agusprayogi6040 5 ай бұрын
nice
@foxtrot596
@foxtrot596 5 ай бұрын
3:26 to make it extra slow💀
@hmmmidkkk
@hmmmidkkk 5 ай бұрын
As a consumer of your product(video) I think you should add more visual stuff instead of just having text that's just my thought tho
@profsnowleopard5326
@profsnowleopard5326 6 ай бұрын
Look at this internet micro-celebrity :0 This is mad stuff, I can barely use Godot for game making stuff, you're light years ahead mate lol
@Chadderbox
@Chadderbox 6 ай бұрын
Ayy, not heard from you in a while, are you doing good?
@profsnowleopard5326
@profsnowleopard5326 6 ай бұрын
@@Chadderbox yeah man I'm pretty well, (minus being an adult😮‍💨) how about you?
@Chadderbox
@Chadderbox 6 ай бұрын
@@profsnowleopard5326 Pretty good, working as a software developer. Adult stuff 😮‍💨. Good luck!
@profsnowleopard5326
@profsnowleopard5326 6 ай бұрын
@@Chadderbox yo that's pretty cool - you wanna chat sometime? about game dev or otherwise :)
@Chadderbox
@Chadderbox 6 ай бұрын
Sure, my discord is chadderboxdev
@jager356
@jager356 6 ай бұрын
Is a unity easyer then a own engine yes Is it better no
@legendrags
@legendrags 6 ай бұрын
you just made a python preprocessor, but if it makes it better it is good+
@simoncordy8825
@simoncordy8825 6 ай бұрын
Some say chadderbox has retired from youtube, others say he's forgotten his password, others still that he's got too much uni work (as much as a full time mech eng student even), but i personally believe that he's currently working with game developments best and brightest (I've heard whispers of the likes of stondonk) to create a game so mechanically dense and visually stunning that Gabe Newell himself will have no choice but to give up his sacred crown. So watch this space because reliable sources say his long awaited return ... (dramatic pause) ... is immanent (vine boom).
@guitarman256
@guitarman256 7 ай бұрын
I genuinely laughed out loud when you mentioned pipelining. It had approximately 0 effect on the speed of that loop. That was 100% due to making a O(1) algorithm into a polynomial.
@RumOwnesT
@RumOwnesT 7 ай бұрын
Can we open this without the need of wallpaper engine
@chrisxdeboy
@chrisxdeboy 7 ай бұрын
For a programming language, maybe Squirrel or forth or tinyscheme. Something tiny.
@baboosrandomvids5390
@baboosrandomvids5390 7 ай бұрын
love how he didn’t show anything the entire video lol
@mostrealtutu
@mostrealtutu 7 ай бұрын
the speed myth is still a myth. opengl is not slower than the other two. and it saddens me that all sorts of people who started making engines believe that : (
@spike-the-legend_stl7685
@spike-the-legend_stl7685 8 ай бұрын
what if i want to apply textures to the fractured pieces?
@Chadderbox
@Chadderbox 8 ай бұрын
UV Mapping
@ultimatesoup
@ultimatesoup 8 ай бұрын
The reason why I write game engines is because that's were most of the hard challenges are....compared to the game engine, games are dead simple