Shape Engine · @shapeengine
10 followers · 5 posts · Server graphics.social

[Dev News]
Why turn your ship when you can rotate space itself? :)

I am currently working on the camera system of and testing all the new features. Most of it is already working and as soon as I have the Follow-Camera tested and finished I will release the dev update with more info.

#shapeengine #raylib #gamedev #indiegamedev #gameengine #programming #gamedevelopment #csharp

Last updated 1 year ago

daria-andrea · @daridrea
238 followers · 451 posts · Server graphics.social

brand new definition of a : "I know what a game engine is, obviously. It's a small hamster wheel cunningly hidden away behind the .exe file in the game folders. The hamster is called Horsepower and providing it is appeased with a nourishing diet of RAM and teraflops, it will turn the wheel at a rate of between 60 and 120 rotations per second, which is where ray-tracing comes from."

#gameengine

Last updated 1 year ago

Raccoon at TechHub :mastodon: · @Raccoon
115 followers · 916 posts · Server techhub.social

Randomly thinking about something I worked on 10 years ago, going to give it for advice for anyone who's manually a based from scratch...

The most efficient way to draw sprites to a layer is to run-length index them with a colorkey, meaning you have one byte for how many you're drawing, and one byte referencing the color in that sprite's palette. ( does this) You do this with an array of 255 32-bit ints, one per color, and by drawing the sprite in a triple for-loop: i for each line, j for each run, and k each pixel run.

The run value of zero represents the end of a line, and is handled by skipping to the next number in the i loop. The color key of 255 is transparent, and is implemented by simply skipping forward by the run length in the j loop. Otherwise, the k loop memcopies whatever value in your color map array corresponds to the index of the color key directly to the buffer.

(cntd)

#programming #gameengine #sprite #graphics #Pixels #GIF #graphicsprogramming #pixelart

Last updated 1 year ago

daria-andrea · @daridrea
226 followers · 453 posts · Server graphics.social

"Evolution of Diesel Engine Games 2001-2017" (proof that a racing *action* engine is suitable for an RPG) youtube.com/watch?v=n8_ZCPzG5e

while Unreal Engine has become a household name in recent years, it's important to acknowledge the pioneers that laid the foundation for this "tech" 💫. One such engine is the Diesel Engine, which made significant contributions to the gaming industry before Unreal Engine took center stage, imo

#gameengine

Last updated 1 year ago

Made a little scene to do some stress testing of my 2d renderer, performance isn't super good yet but it's slowly getting there. ⛄

#screenshotsaturday #gamedev #gameengine #odinlang

Last updated 1 year ago

Jan :rust: :ferris: · @janriemer
581 followers · 4298 posts · Server floss.social

@bevy will blow up within the next 2 years. 🚀

#prediction #bevy #gameengine #Rust #rustlang

Last updated 1 year ago

I am the Carl · @I_am_the_Carl
11 followers · 31 posts · Server mastodon.gamedev.place

Working on my voxel engine again. A lot of backend work to support a game state machine and some basic UI. The UI has full controller, keyboard, and mouse support.

I still need to add a lot more widges for the game I have in mind, like text input, check boxes, scroll bars, and some way to select a quantity of items to move from one inventory to another.

#voxel #gamedev #gameengine #ui #ux

Last updated 1 year ago

Shape Engine · @shapeengine
2 followers · 1 posts · Server graphics.social

[Dev Update #4] For the last two weeks I was working on fixing the remaining bugs and improving the performance of my new collision system. It is finally in a state where it is almost done and it is working great. It can do much more than my previous system, has better performance, and reports more useful collision information! There is still some refactoring and cleanup to do but I am happy it is finally working :)

#shapeengine #raylib #gamedev #indiedev #gameengine #programming #csharp

Last updated 1 year ago

Kevin Karhan :verified: · @kkarhan
1292 followers · 87697 posts · Server mstdn.social

Apparently makes for a decent ...

I wounder if it works with as well and not just or older versions...
youtube.com/watch?v=VJgk-dCmP3

#photoshopcs6 #photoshopprocc #photoshopelelemts #gameengine #photoshop

Last updated 1 year ago

Tomasz · @tomo
114 followers · 857 posts · Server floss.social

Random idea from the shower: Interactive Fiction game playable through ActivityPub.

#interactiveFiction #gameengine #idea #ActivityPub

Last updated 1 year ago

Defold · @defold
188 followers · 87 posts · Server mastodon.gamedev.place

We're going to Gamescom! Let us know (we're on MeetToMatch) if you'd like to meet up to talk about game development, publishing and game engines.

#gamescom2023 #gamedevelopment #gameengine

Last updated 1 year ago

· @eilume
70 followers · 131 posts · Server mastodon.gamedev.place

Started working on my personal again, decided to head towards getting some gameplay up and running slowly, so here's a very basic kinematic FPS controller (using Flecs ECS and Jolt Physics).

#gameengine

Last updated 1 year ago

GamingOnLinux · @gamingonlinux
30 followers · 22 posts · Server botsin.space

To keep up the current speed of development of the Godot Engine, the Godot Foundation will need our continued support. They recently created the Godot Development Fund to help with that. It has a super nice and shiny website that really makes you want to show up in the supporter's list!

fund.godotengine.org/

#godotengine #godotdevelopmentfund #opensource #gameengine #godotfoundation #godot #Godot4 #GodotEngine4

Last updated 1 year ago

Mat · @allpurposemat
16 followers · 79 posts · Server mastodon.gamedev.place

Had a lot of fun this weekend working with @2FoamBoards on a game for the , made with a toy I wrote. The theme was "Roles Reversed" and we thought to make a farming simulator, but you play as the pests pillaging the farm!
As you grow your numbers, you risk causing the farm to go bankrupt by stealing too much! But steal too little, and the farm could afford a scarecrow, or worse: your murder of crows might starve.
Play it online: 2foamboards.itch.io/murder

#opensource #GMTK #gamejam #gameengine

Last updated 1 year ago

Ivan, the Language Mangler 🦀 · @hywan
1413 followers · 1569 posts · Server fosstodon.org

Bevy 0.11, bevyengine.org/news/bevy-0-11/.

Once again, a huuuge new release full of crazy features. Well done!

#bevy #rustlang #rendering #gameengine

Last updated 1 year ago

Update v0.9.0 is available for my water transition shader addon, now running in Godot 4.0.x :godot: 💦

github.com/bifractal/godot-wat

#water #watershader #godot #godotengine #Godot4 #gamedev #gameengine

Last updated 1 year ago

Awesome Unicorn 3 · @AU3Engine
10 followers · 121 posts · Server fosstodon.org

devlog Day 1: I'm going to post what, if anything, I did on my project every day. I didn't do much today. I fixed A bug where a notification failed to clear when it was supposed to. Turns out I forgot to call the clear method. Easy fix. I also upgraded to 4.1 rc2 with no new errors 😁
I very much appreciate the hard work that goes in to making Godot such a great

#fartengine #godotengine #gameengine

Last updated 1 year ago

Marco Lizza ♻️ · @mode13h
184 followers · 655 posts · Server mastodon.gamedev.place

@JoeCoo7 Letting aside being on and off coding games and demos since the '90s on the C64, then Amiga, then PC...

... I'm working on my since early 2019.

tofuengine.org/

At the moment it's stable enough, but I'm working on a partial API rewrite for the next release... so, the job is never finished! :D

#gameengine

Last updated 1 year ago

Ethan Ruhl · @erinteractive
2 followers · 14 posts · Server mastodon.gamedev.place

Today in from scratch adventures: I struggle to get a pixel perfect camera to work 😅

#gamedev #indiedev #gameengine

Last updated 1 year ago