Making a Game Engine using Java - DevLog 01 - Starting Off!

preview_player
Показать описание
Making a Game Engine using Java - DevLog 01 - Basic Window and Inputs!
Hewo! In this video Im gonna be starting a series in making a game engine using Java with my friend Xenuryne!

Music: N8Dev & Icoso - Joined

tags to ignore: #GameEngine #Java #JavaGameEngine #Devlog
Рекомендации по теме
Комментарии
Автор

This is actually a really underrated channel.

faris.m
Автор

its so good to see someone else making games in java! #<3java

birbylikesfox
Автор

Nice video! The editing was really good, and coding a game engine is pretty fun :)

GamesWithGabe
Автор

Is The Game Engine You’re Making in Java Programming Language is Going to Be a 3D Game Engine? Or 2D Game Engine?

cyanuranus
Автор

Yo going in for the devduck scenery shots too! Awesome video and crazy how much work it takes to make an engine XD

fennecfugames
Автор

Amazing video :D Good luck with the rest of this project!

joba
Автор

I can barely make a game IN an engine, little known make a whole engine! Even though that's how all older games were made anyways, it's over my head! Awesome work mate! Great editing!! You just created Windows 2021 XD

paypercutts
Автор

this is cool and for a person with only 441 subscribs this is some good editing will follow along with this

tomjustchillin
Автор

Like 2 months ago I was still a low level programmer and thought making a game engine would literally take years to even get working.

Now look at me watching this video, totally not treating it like stack overflow.

TetyLike
Автор

This was the best thing I have ever seen! What editor do you use?

ElepIn
Автор

i like the video because your so good and it reminds my on dani with the (or you cant do that)

ferdinandw.
Автор

Bro, me and my friends are also having a dream to make our own game engine, so can we join you??

eternathongamerz
Автор

How do You Even Make a 3D Game Engine in Unity?

cyanuranus
Автор

Yay, another game engine enthusiast. I tried to do one in c++. And I procrastinated all the time. But then I scaled back my ambition to pygame. And now I actually work on it. I have never felt the desire to look at game engines. So I have no clue if my little project is a game or a custom made game engine for just one game. But who cares. I just do as much as possible myself. Because then I don't have to read into libraries. If I do the library myself then I don't have to read into it, right?

benrexproductions
Автор

Hey there, what I’m about to say is not to demotivate you in any way, I’m just viewing this from a technical standpoint. First off, if this is just going to be a library (like PyCharm) then disregard this comment.
But if you’re actually trying to make a full-fledged game engine using Java, it’s impossible. Unfortunately Java is not a low-level language like C or C++, so it doesn’t have the capability of rendering objects like a low-level language would be able to do. Lets say you got an object to render, well, the FPS would be terrible since it takes up so much processing power of your computer. So to put it simply, you cannot make an engine in Java because of how it’s not a low-level language like C or C++.

techwithab