gamingonlinux, to opensource
@gamingonlinux@mastodon.social avatar
godotengine, to godot
@godotengine@mastodon.gamedev.place avatar

Public Service Announcement 🔫

mode13h, to gamedev

I'm fed up with the need of a working Raspberry for the sole purpose of building the game-engine...

... it's time to try and cross-compile Tofu Engine to ARM.

#gamedev #indiedev #gameengine

godotengine, to godot
@godotengine@mastodon.gamedev.place avatar

Would be interested to know! Both for the engine itself and our socials 💙

#godot #godotengine #foss #opensource #gamedev #gameengine #indiegame

solarus, to gamedevelopment

Christopho published a tutorial about GLSL shaders in Solarus.
Available both in English and French. 📕📘
We can't wait to see what you're going to come up for your games! Have fun! 😀

https://youtube.com/watch?v=QcNfK8aap-E

#gamedevelopment #gameengine #shader #tutorial #solarus

glairedaggers, to gamedev
@glairedaggers@peoplemaking.games avatar

Got GPU skinning & skeletal animation up and running in Praxis :)

#gamedev #gameengine #tooldev #enginedev #praxisengine

janriemer, (edited ) to design

If you have similar interests as I have, which is #WebDesign / #WebDevelopment / #Design / #Graphics and #Rust #RustLang and you want to contribute to meaningful #OpenSource projects, may I suggest the following projects to you 🙂

#Graphite | 2D vector and raster graphics editor

https://graphite.rs/blog/looking-back-on-2023-and-what-s-next/

#Bevy | simple data-driven #GameEngine

https://bevyengine.org/

#Servo | independent web rendering engine

https://servo.org/

Sigh, sometimes I wish I could do
self.clone().🥺

janriemer, to rust

Software engineers should really look more into #ECS and #DataOrientedDesign architecture when designing software. This is especially useful in software systems written in #Rust.

It is mostly used in #GameEngine's, most notably in #Bevy #BevyEngine, but is very useful outside of #GameDev, too.

It all comes down to this:

  • separate data from behaviour
  • favor composition over inheritance

It's the antidote to #OOP.

#RustLang

1/2

defold, to GraphicsProgramming

This is a reminder that Defold is free to use even for console development. We provide access to build tools, platform specific extensions and support forum access once Sony and/or Nintendo has confirmed your status.

>> Completely free of charge <<

#gameengine #gamedev

kkarhan, to NextLevel

Godot 4.2 Game Engine arrives in style! (godotengine.org)

Earlier this year we stepped into the future of Godot with the release of Godot 4.0, and 4 months later we followed it up with Godot 4.1 which was full of new features and improvements. Today we are proud to announce the release of Godot 4.2, our latest and greatest offering to game developers looking for a free and open engine...

PixelPerfectEngine, to gamedev
@PixelPerfectEngine@peoplemaking.games avatar
fell, to gamedev
@fell@ma.fellr.net avatar

Engine programmers literally only want one thing and it's fucking disgusting:

> The game has PASSED the Hardware/Software Compatibility and Performance Check with a great majority of systems obtaining excellent performance results.

(Actual results of my work, I am SO proud!!! 🥳)

janriemer, to bevy

Configuring #Bevy #BevyEngine to run headless, actually fits in a toot :awesome: 🥰

use bevy::{prelude::*, render::settings::WgpuSettings};

fn main() {
App::new()
.insert_resource(WgpuSettings {
backends: None,
..default()
})
.add_plugins(DefaultPlugins)
.run();
}

Source is in their examples:
https://github.com/bevyengine/bevy/blob/c89af06c6558b80e1ff61e945124625944356cd2/examples/app/headless_defaults.rs

#Rust #RustLang #GameDev #GameEngine

Bevy 0.12 (bevyengine.org)

For those who don't know, Bevy is a refreshingly simple data-driven game engine built in Rust. You can check out our Quick Start Guide to try it today. It's free and open source forever! You can grab the full source code on GitHub. Check out Bevy Assets for a collection of community-developed plugins, games, and learning...

oxpal, to godot

This is the best introduction video into #Godot you could imagine, while also ending the controversy on how to pronounce it's name.

Watch before it's outdated!

https://www.youtube.com/watch?v=50Vx0KDGg4I

#Gobot #gamedev #GameEngine #GodotEngine

majorlinux, to unity
@majorlinux@toot.majorshouse.com avatar

Jim Whitehurst (former Red Hat CEO) is coming in.

This could get interesting.

John Riccitiello is out at Unity, effective immediately https://www.theverge.com/2023/10/9/23910441/unity-ceo-president-john-riccitiello-out-retire

#Unity #CEO #Retirement #GameEngine #GameDev #GamingNews

romes, to haskell

Slowly building up my #haskell #gameengine to a point where it works again!

smallcircles, to unity
@smallcircles@social.coop avatar

Cool. #Raverie Game engine and editor.

#Unity-like #GameEngine running in pure #WASM #WebAssembly

"Our end goal is to use this engine to create an online Flash-like hub for games that people can share and remix, akin to Scratch or Tinkercad."

The online #game editor can be found at:

https://raverie-us.github.io/raverie-engine/

And discussion on HN: https://news.ycombinator.com/item?id=37663270

Theeo123, to godot
@Theeo123@mastodon.social avatar

https://www.gamingonlinux.com/2023/09/godot-engine-hits-over-50k-euros-per-month-in-funding/

Due to recent Surges, Godot Engine has broken 50,000 Euros per month of funding. When Godot initially announced their new funding platform they were bringing in less than 24K euros per month.

#Godot #OpenSource #FOSS #Gaming #GameEngine #GameDev #Development

alfredbaudisch, to gamedev

Brazilians and Argentinians are archenemies, even when it comes to engines! *

Spotted in this video about making your own engine: "how come EVEN Argentinians have a popular engine - Godot - and Brazil doesn't have one?" 😅

🇧🇷 x 🇦🇷

https://youtu.be/s9Xe7bC9oV8?si=J0l08x-wGvS6aIj7&t=1314

  • in a humorous and healthy way, because the countries are neighbors, it's like the eternal "fight" between Norwegians x Swedish x Danes #GameDev #GodotEngine #GameEngine
majorlinux, to Terraria
@majorlinux@toot.majorshouse.com avatar

Way to support open source and your fellow devs!

Terraria developer Re-Logic is giving $100,000 to two open-source game engines amid Unity debacle https://www.engadget.com/terraria-developer-re-logic-is-giving-100000-to-two-open-source-game-engines-amid-unity-debacle-054307544.html?src=rss

#Terraria #ReLogic #OpenSource #GameEngine #Unity #GamingNews

PinoBatch, to GraphicsProgramming

Switching to another #GameEngine can be like learning another language. Apart from things like "material" and "camera", most of the terminology doesn't transfer. Someone compiled a phrasebook mapping #Unity3D terms to those of #Godot, #Unreal, #CryEngine, #Open3D, #GameMakerStudio, and #BabylonJS.
https://old.reddit.com/r/Unity3D/comments/16ks41o/a_table_with_some_of_the_most_common_unity_terms/

#Unity #UnityEngine #UnrealEngine #GodotEngine #O3DE

heiseonline, to GraphicsProgramming German

Unity kündigt Änderungen an umstrittenem Geschäftsmodell an

Es war wohl nicht zu halten: Nach massiver Kritik zeigt sich Unity bereit, sein jüngst vorgestelltes Bezahlmodell zu ändern. Wie genau, ist aber noch offen.

https://www.heise.de/news/Unity-kuendigt-Aenderungen-an-umstrittenem-Geschaeftsmodell-an-9308183.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege

#GameEngine #Unity #news

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • InstantRegret
  • mdbf
  • osvaldo12
  • magazineikmin
  • GTA5RPClips
  • rosin
  • thenastyranch
  • Youngstown
  • cubers
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • anitta
  • Durango
  • everett
  • ethstaker
  • cisconetworking
  • Leos
  • provamag3
  • modclub
  • ngwrru68w68
  • tacticalgear
  • tester
  • megavids
  • normalnudes
  • lostlight
  • All magazines