Open source is democratizing video game development
1–10 of 28 posts
Re: Open source is democratizing video game development
#2Re: Open source is democratizing video game development
#3https://sfconservancy.org/blog/2022/jun/30/give-up-github-la...
Re: Open source is democratizing video game development
#4Re: Open source is democratizing video game development
#5What is the thing that's being democratized right now, as opposed to when Unreal or Unity became available (or XNA, or BASIC on the C64), and how is open source involved?
Godot, Phaser, etc. have existed for about a decade.
From the article:
“You don’t necessarily need advanced programming and graphics skills to make a polished and professional game anymore,”
Yes you do, if you want to do anything but the most basic asset flip, understanding stuff like pathfinding or computer graphics is not optional.
Re: Open source is democratizing video game development
#6Lol, what a word salad. What is the thing that's being democratized right now, as opposed to when Unreal or Unity became available (or XNA, or BASIC on the C64), and how is open source involved? Godot, Phaser, etc. have existed for about a decade. From the article: “You don’t necessarily need advanced programming and graphics skills to make a polished and professional game anymore,” Yes you do, if you want to do anyt…
Re: Open source is democratizing video game development
#7It's like writing, anyone can write. But not everyone can make enough money to live off it
So you have maximize the roi on your time and investment. I highly highly recommend sticking to a commercial engine like unity, unreal, or even phyres.
Re: Open source is democratizing video game development
#8I get it if you like the way it looks, but it has a purpose and it's so tacky to see. Yuck.
On topic: Planimeter publishes Planimeter Game Engine 2D, so if you're interested in game development with a full engine in Lua, check out our work with flagship features like client-side prediction out-of-the-box, network variables on entities, and a sophisticated UI compositor built-in.[1]
Re: Open source is democratizing video game development
#9Lol, what a word salad. What is the thing that's being democratized right now, as opposed to when Unreal or Unity became available (or XNA, or BASIC on the C64), and how is open source involved? Godot, Phaser, etc. have existed for about a decade. From the article: “You don’t necessarily need advanced programming and graphics skills to make a polished and professional game anymore,” Yes you do, if you want to do anyt…
One thing that’s beautiful about game development is how you can create a fun game from the simplest principal. How complex is the gameplay in a game like a Celeste? Yes, there’s a lot of stylistic polish, but it uses pixel art and doesn’t require pathfinding, save for a few minor sections. And even a game like Celeste is many tiers above what can be enjoyable.
It might not be easy for someone without coding experience to create. Have a look at https://github.com/NoelFB/Celeste/blob/master/Source/Player/...
Re: Open source is democratizing video game development
#10Earlier quoted context omitted.
One thing that’s beautiful about game development is how you can create a fun game from the simplest principal. How complex is the gameplay in a game like a Celeste? Yes, there’s a lot of stylistic polish, but it uses pixel art and doesn’t require pathfinding, save for a few minor sections. And even a game like Celeste is many tiers above what can be enjoyable.
Celeste has a huge amount of code dedicated to the proper smooth movements. It requires both knowledge of "physics" simulation, as well as coding methods to get a particular desired outcome (ala, the feeling of responsiveness). It might not be easy for someone without coding experience to create. Have a look at https://github.com/NoelFB/Celeste/blob/master/Source/Player/...