response parse error: 'invalid character '<' looking for beginning of value' body: <html> <head><title>500 Internal Server Error</title></head> <body> <center><h1>500 Internal Server Error</h1></center> <hr><center>openresty</center> </body> </html> .
1
1
submitted 2 years ago by [email protected] to c/[email protected]
2
1
submitted 2 years ago by [email protected] to c/[email protected]

I appreciate the gay, nonbinary and trans inclusion in gaming, but never forget: just because it was added to the game, doesn't mean the people who worked on it were in for it. I've been working in video games for about 3 years in Quality. A friend from past job shared their office had to fire an employee, because he stopped a trans person in bathroom doors, demanded to see their genitals before letting them in and would complain about pride flags in the office on employer's desks.

Also, Cyberpunk 2077 lacking a fleshed out bisexual romance option comes off as bit biphobic to me. The weirdest thing is, the gay male option character literally has a daughter. I'm not saying gay men never pretended to be straight and had children, but afaik Kerry had a daughter with a woman and homophobia isn't a thing in 2077.

I also personally find adding pronouns a less-than half measure. You're still only allowed to choose between either a very masculine male body or a very feminine female body. Not to mention, unless I've missed something, you cannot even opt-out of the voice selection (again, either a feminine female or a masculine male voice). I played games with body sliders as a child and could make my character to my liking. I don't understand why character body customization feels less and less like a thing. The armors absolutely do not look and behave better to warrant this as an excuse.

I wish they'd add the option to choose between a feminine and masculine body, but then make body hair and breasts a separate option, and then also allow to have no voice selection so your character makes no noises (Dragon Age Origin allowed that, if I recall correctly, and I remember other RPGs where I was able to opt out of noises, I think even Larian's games). I feel like these would be rather low effort, while having a high amount of inclusion towards nonbinary, intersex and possibly other people. I personally don't care about my pronouns at all, but really wish I was able to represent myself body-wise.

3
1
submitted 2 years ago by [email protected] to c/[email protected]

Unity frustrates devs with extra fees.

4
1
submitted 2 years ago by [email protected] to c/[email protected]

"SAG-AFTRA is standing up to tyranny on behalf of its members,” stated president Fran Drescher.

5
1
Bevy's Third Birthday (bevyengine.org)
submitted 2 years ago by [email protected] to c/[email protected]
6
1
submitted 2 years ago by [email protected] to c/[email protected]

Just out of curiosity: is anyone here using Love2D and Lua for game development? I have some experience with Unity but sometime ago started learning Love2D. Lua seems to very simple language to code in and since Love2D doesn't have any graphical UI it sort of forces you to make everything work through code. As a beginner hobbyists, I really love this.

I'd love to hear your thoughts about Love2D and what it's capable of. Currently I am interested in doing asmall Snake-like puzzle game and a demo for classic Ultima type crpg. Not really full games, but I am sort of interested in seeing how well certain concepts and ideas work in practice. Lua seems to be very good for doing just that.

7
1
A Type System for Scripting ECS (ceesstuff.github.io)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

cross-posted from: https://programming.dev/post/1086370

This time on my arbitrary blog: Entity component systems.

Also, highlight.js should degrade more gracefully without JS activated than last time. Note that I can't process syntax highlighting in my build step, because I don't have a build step.

EDIT: improved phrasing

8
1
submitted 2 years ago by [email protected] to c/[email protected]
9
1
submitted 2 years ago by [email protected] to c/[email protected]

Can you guess what the theme of the level I'm working on it?

Wishlist us today and make a dev team happy!
https://store.steampowered.com/app/2069260?utm_source=fediverse
@[email protected] @[email protected] #indiegame #games #gaming #WishlistWednesday

10
1
submitted 2 years ago by [email protected] to c/[email protected]

Hi Devs,

I engineered this platform to support building multiplayer games for competitive gamers. Game development uses JavaScript for both client and server, and focuses on Trivia and Board game genres, but all played in real-time.

The platform manages all the functionalities outside of your gameplay and user interface, which includes: networking, matchmaking, rankings, timing, replays, deployment, and many other features.

There is an SDK and Simulator that helps speed up development tremendously, but you as a developer will remain focused on authoring gameplay via the JSON game state and displaying the changes to that state on the browser.

Many hours were spent ensuring the website is supported on most devices, with tough resiliency to ensure users can get back into matches when traveling on degraded cell service. This will allow perhaps having a battle royale with 100s of people playing in a single match of a trivia game. It always bothered me how online trivia games only allowed up to like 8 or 16 players.

I'm about halfway on my roadmap, but the core foundation of the platform is settling in. Now, its time to expand into the more community focused features.

That is where you can help, by pushing the limits of my systems. Break things, enhance things, all is welcome.

The platform behind the website will be open-sourced in the near future, but you can access the ACOS simulator and existing games on GitHub.

Play or develop a game on: https://acos.games

Read the documentation at: https://sdk.acos.games

Learning to code? We can help you build your first game. Simply join us on Discord. https://discord.gg/ydHkCcNgHD

Happy Coding!

11
1
submitted 2 years ago by [email protected] to c/[email protected]
12
1
submitted 2 years ago by [email protected] to c/[email protected]
13
1
submitted 2 years ago by [email protected] to c/[email protected]
14
1
submitted 2 years ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/1442017

An important part of working with Vulkan and other modern explicit rendering APIs is the synchronization of GPU/GPU and CPU/GPU workloads. In this article we will learn about what Vulkan needs us to synchronize and how to achieve it. We will talk about two high-level parts of the synchronization domain that we, as application and library developers, are responsible for:

  • GPU↔GPU synchronization to ensure that certain GPU operations do not occur out of order,
  • CPU↔GPU synchronization to ensure that we maintain a certain level of latency and resource usage in our applications.
15
1
Gbstudio (www.gbstudio.dev)
submitted 2 years ago by [email protected] to c/[email protected]

A handy tool for developing vn style games for the Gameboy and Gameboy colour.

Great for people starting a game dev journey.

16
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

This jam has some special rules: Instead of having a set theme and giving you free reign to use whatever tools you want, the roles are reversed: Your game can have any theme, but it must fit the following criteria:

  • Runs in a terminal
  • Only ASCII characters
  • No more than 72 columns and 20 rows
  • No colours or text formatting
  • Source code smaller than 1MiB

You have until July 1st — if you have time to kill, this might be a fun way to use it. :)

17
1
submitted 2 years ago by [email protected] to c/[email protected]

I am new to Godot, but I am looking forward to the new multi-monitor features.

18
1
submitted 2 years ago by [email protected] to c/[email protected]

I am currently working on a game I was told by one friend to use the language I am most comfortable in. However others have criticised me for not using their preferred language or environment.

Should I switch or keep going?

19
1
submitted 2 years ago by [email protected] to c/[email protected]
20
1
submitted 2 years ago by [email protected] to c/[email protected]
21
1
Isometric Pixel art (www.slynyrd.com)
submitted 2 years ago by [email protected] to c/[email protected]
22
1
LibreJam 202212 (jamgaroo.xyz)
submitted 2 years ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/602665

Next LibreJam upcoming!

Jam Version: 202212
Theme: TBA
Theme announced at: 2022-12-01 00:00 UTC
Submissions end at: 2022-12-14 23:59 UTC
Ratings end at: 2022-12-21 23:59 UTC

More info at: https://jamgaroo.xyz/jams/1
IRC: ircs://leagueh.xyz/#librejam
Webchat: https://kiwiirc.com/nextclient /?settings=ea63ab40970bce06b2aa2a25b6185b2d

InfoPage also on gemini: gemini://bytecrab.org/librejam/index.gmi ;)

Theme suggestions welcome!

23
1
submitted 2 years ago by [email protected] to c/[email protected]
24
1
submitted 2 years ago by [email protected] to c/[email protected]

My friend and I joined Brackeys game jam and developed this small space horror game. Check it out or critique my horrible art skills if you are bored, maybe even rate it if you have an itch.io account

25
1
submitted 3 years ago by [email protected] to c/[email protected]
view more: next ›