Тёмный

Making a 3D GAME WITHOUT a GAME ENGINE 

Chadderbox
Подписаться 7 тыс.
Просмотров 45 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 105   
@PxlDev
@PxlDev 3 года назад
Nice, next 4D Minecraft.
@jossiefxd
@jossiefxd 3 года назад
please no just no
@Chadderbox
@Chadderbox 3 года назад
This is where the fun begins.
@TheNovusMC
@TheNovusMC 2 года назад
Yeah! I’ve always wondered what Minecraft smells like
@Garfield_Minecraft
@Garfield_Minecraft Год назад
@@Chadderbox someone has did that before
@diegofrancisco425
@diegofrancisco425 Год назад
I love (no irony or sarcasm here, talking seriously) I love when you say things like "I cheesed physics entirely", you provided an elegantly simple solution to a problem. This is how older games used to do things, and you know what? THESE older games are the games I still play today, these are the games that stand the test of time 👍
@TylerGreen
@TylerGreen 3 года назад
This is nice and I can imagine how long it text. Can you make particles without a game engine? I'd love to see the game get spiced up!
@Chadderbox
@Chadderbox 3 года назад
I'm not sure to be honest, I might give that a go soon.
@HackerMan1010
@HackerMan1010 3 года назад
Is it possible to make a full 3d game , with the raylib library say something like mincraft? (Note I know nothing about coding)
@Chadderbox
@Chadderbox 3 года назад
Maybe? Probably. Minecraft was made with a similar 3D framework, and Raylib is pretty good.
@jonathanmatta7902
@jonathanmatta7902 3 года назад
He makes everything seem soooo easy
@EvilAngel900sStudios-uu5oh
@EvilAngel900sStudios-uu5oh 2 месяца назад
for a second i thought this was the origin of that truck game
@kplays_6000
@kplays_6000 2 года назад
That wasn't my first brackey's tutorial surprisingly. Mine was the OG "Make a Game" series where it was a 3D platformer where you roll a sphere through a level that can use the physics system to move and jump. Was a great introductory series after Roll-a-Ball
@Chadderbox
@Chadderbox 2 года назад
No matter the Brackeys video, they were all good. They shall be missed.
@chosensteve1241
@chosensteve1241 3 года назад
i never knew about this game now I am a bit addicted to it lol. it blows my that you made a game without a engine since I am just beginning on roblox
@Chadderbox
@Chadderbox 3 года назад
My next video might interest you then... check back on Sunday night.
@EMEKC
@EMEKC 3 года назад
Kinda wish you went more into depth on how you wrote the code and explaining further how it works, possibly making this function as a small raylib tutorial in a way (without that being the main focus of course). Still interesting video though 👍
@Chadderbox
@Chadderbox 3 года назад
I'm not really sure how to do that. This is a lot simpler than you think, from what I can see.
@priZm0000
@priZm0000 2 года назад
@@Chadderbox im a beginner to raylib and im puzzled on how you made the camera follow the cube
@Chadderbox
@Chadderbox 2 года назад
Look at their example code, but I think I just updated it's position to be behind the player.
@fennecfugames
@fennecfugames 3 года назад
Nice one :D Yeah it does take a lot to make a cube but it is very impressive without an engine 😁
@g10viwho70
@g10viwho70 Год назад
Aight' What if i want to make an open world whit low poly assets?
@raylibtech
@raylibtech 3 года назад
Great video! Congratulations! 👍😄
@ephfmc
@ephfmc 3 года назад
Now do it without any frameworks or packages
@Chadderbox
@Chadderbox 3 года назад
I don't even know where to start with that one.
@ephfmc
@ephfmc 3 года назад
@@Chadderbox lol
@arngren47
@arngren47 3 года назад
@@Chadderbox Time to write a GPU driver! :)
@geckwwo
@geckwwo 2 года назад
@@Chadderbox do opengl only
@Chadderbox
@Chadderbox 2 года назад
Maybe soon, it's been on my list for a while
@goodjob769
@goodjob769 2 года назад
My Own Cartoon Show Is Coming Out In 2022
@albertosabbatini7637
@albertosabbatini7637 2 года назад
what IDE theme do yyou use??? it's really really cool (good video anyways :))
@Chadderbox
@Chadderbox 2 года назад
It's called Monokai Vibrant Amped, you might recognise the creator of it ;)
@albertosabbatini7637
@albertosabbatini7637 2 года назад
@@Chadderbox you've created a really cool theme!
@Chadderbox
@Chadderbox 2 года назад
Thanks :)
@scoopydevy
@scoopydevy 3 года назад
cool man! Never tried 3d with a framework good job!
@GamesBySaul
@GamesBySaul 3 года назад
You make some impressive things! Really nice work mate :)
@Chadderbox
@Chadderbox 3 года назад
Thanks a lot! I saw your C++ video, maybe I should make a game in C++ next?
@GamesBySaul
@GamesBySaul 3 года назад
@@Chadderbox Oh nice! I hope you enjoyed, and you should try 👀 maybe look into sfml with C++? It's a library that should help, I've been meaning to do it myself!
@Chadderbox
@Chadderbox 3 года назад
@@GamesBySaul Thanks, I'll give it a look.
@joshuamorin2123
@joshuamorin2123 Год назад
I kind of feel using the Camera3D object is cheating. for me at least the real chalenge of making anything in 3 dimentions is making your 2D screen show a 3D enviroment in a clear and meaningful way and making collisions work. The stuff you did for collisions is definitely good enough in my opinion but for the other half of the challenge it kind of feels like you just used someone elses code.
2 года назад
Create a game engine in binary, next.
@FlummoxTheMagnificent
@FlummoxTheMagnificent Год назад
Would be cooler if you made the rendering yourself
@Chadderbox
@Chadderbox Год назад
Challenge accepted
@FlummoxTheMagnificent
@FlummoxTheMagnificent Год назад
@@Chadderbox would love to see it! Especially if you show how you did it, I’m super curious about this myself
@slendi9623
@slendi9623 3 года назад
now make a 4d one
@archusrtm6325
@archusrtm6325 2 года назад
Ok, now rewrite it in assembly!
@Chadderbox
@Chadderbox 2 года назад
I've tried haha, maybe I'll give it another go soon.
@QUIZTIME184
@QUIZTIME184 6 месяцев назад
Can you make a 3d game without game engine but make for mobile
@jackcellery
@jackcellery 2 года назад
what software do you use?? like Atom Or VS code
@Chadderbox
@Chadderbox 2 года назад
I use VSCode mainly, but for this video I used Visual Studio.
@maximumthegreat2057
@maximumthegreat2057 2 года назад
U use c++ or java
@j1_dev
@j1_dev 3 года назад
It looks pretty great
@Anavoli
@Anavoli 2 года назад
what program do u use to make this game
@Chadderbox
@Chadderbox 2 года назад
Raylib + Visual Studio
@HaeriStudios
@HaeriStudios 2 года назад
Now make a game engine without a game
@Chadderbox
@Chadderbox 2 года назад
I think N8Dev is doing that exact thing at the moment
@ShaneCurtis1705
@ShaneCurtis1705 2 года назад
what libary?
@Chadderbox
@Chadderbox 2 года назад
Raylib
@brajki6364
@brajki6364 2 года назад
which programming language was that?
@erickgamer1352
@erickgamer1352 Год назад
C#
@bigfanbro3860
@bigfanbro3860 3 года назад
Which Language Do You Used For Making This 3D Game ?
@Chadderbox
@Chadderbox 3 года назад
C#
@marioe6580
@marioe6580 3 года назад
I don’t even know how a got here but I’m happy
@XionaZiba
@XionaZiba 3 года назад
You should have more subscribers like 100.000k or 1M
@Chadderbox
@Chadderbox 3 года назад
I don't know about that haha, but 1k would be nice.
@XionaZiba
@XionaZiba 3 года назад
@@Chadderbox yes more sub like dani lol
@gameon7315
@gameon7315 3 года назад
Nice
@coding-sp
@coding-sp 3 года назад
How to code your own unity game engine
@luc4s_4lmeid4
@luc4s_4lmeid4 3 года назад
Made in Lua?
@Chadderbox
@Chadderbox 3 года назад
Nope, never again
@MujjMujj
@MujjMujj 3 года назад
He is god
@joba2888
@joba2888 3 года назад
Yet another brilliant video
@itsME-dc4vm
@itsME-dc4vm 3 года назад
nice ;D
@Kinsamay
@Kinsamay 3 года назад
what language do you use ?
@Chadderbox
@Chadderbox 3 года назад
In this video I use C#
@muhammedyasinhanyasar539
@muhammedyasinhanyasar539 3 года назад
@@Chadderbox It seems like u used a framework or something like that. Which one?
@Chadderbox
@Chadderbox 3 года назад
Raylib
@rogancliphub
@rogancliphub 3 года назад
loved this chadderbox
@polyproxy
@polyproxy 3 года назад
could you release the source code?
@Chadderbox
@Chadderbox 3 года назад
Sorry, can't do that yet. My little custom thing I'm building around Raylib-cs kinda sucks at the moment and needs a lot of work. When it is done I should be able to release everything though.
@polyproxy
@polyproxy 3 года назад
@@Chadderbox with code is enough, i can handle the bulding problems
@Chadderbox
@Chadderbox 3 года назад
There is no building problems, the code for the framework isn't ready to be publicly released yet.
@sparkt7494
@sparkt7494 3 года назад
hello chadderbombabombabumbazumbobox dev Wishlist Propulsion on Steam
@brick-hillthewindows1075
@brick-hillthewindows1075 3 года назад
The beginning of the video reminds me of another youtuber.......
@Chadderbox
@Chadderbox 3 года назад
Does Obi-Wan Kenobi do youtube? Edit: Actually who does it remind you of?
@brick-hillthewindows1075
@brick-hillthewindows1075 3 года назад
Dani
@Chadderbox
@Chadderbox 3 года назад
@@brick-hillthewindows1075 I don't know about that, but Dani is very cool.
@aatmajpathak3478
@aatmajpathak3478 3 года назад
please make tutorial for game devlopment without game engine in c++ from a to z also make a tutorial to make your own game engine
@aatmajpathak3478
@aatmajpathak3478 3 года назад
for really too much begginers
@Chadderbox
@Chadderbox 3 года назад
I don't know enough to do a tutorial, sorry.
@1xq7
@1xq7 3 года назад
epic!
@salvadego7834
@salvadego7834 3 года назад
:O
@Chadderbox
@Chadderbox 3 года назад
O:
@kepeca1
@kepeca1 3 года назад
good video
@Chess_.64
@Chess_.64 2 года назад
make gta 5 without game engine xD ik its impossible
@B8Code
@B8Code 3 года назад
First
@obafealabi6570
@obafealabi6570 2 года назад
100th
@coolmanthecool603
@coolmanthecool603 2 года назад
kinda clickbait bruh used raylib raylib does all the hard stuff
Далее
So I Made My Own Game Engine...
10:19
Просмотров 97 тыс.
Learning C++ and making a GAME WITHOUT A GAME ENGINE
9:40
▼ ЕДУ В ТИХОСРАНСК 💪
37:00
Просмотров 307 тыс.
I Made A Difficult Game About Climbing
15:04
Просмотров 2,1 млн
How I Made a 3D Platformer in 2D Game Engine
21:23
Просмотров 524 тыс.
I Spent 100 HOURS Making a Game With NO GAME ENGINE
13:42
So I Made My Own Programming Language...
11:36
Просмотров 85 тыс.
I Made the Same Game in 8 Engines
12:34
Просмотров 4,2 млн
I Made a Graphics Engine (again)
8:27
Просмотров 175 тыс.
C++ Developer Learns Python
9:26
Просмотров 2,7 млн
choosing a game engine is easy, actually
15:08
Просмотров 538 тыс.