this post was submitted on 22 Sep 2023
8 points (100.0% liked)

Game Development

4099 readers
4 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 2 years ago
MODERATORS
 

Hey all, like many of you I've been shopping for a new game engine.

However for my project I don't need any fancy editors. It just leverages unity's cross platform capabilities.

I've worked with various smaller engines and one issue I've ran into is how hard it is to support many platforms. There's always some android device that has a specific opengl driver that claims to implement a certain function but actually doesn't. Crash.

Are there any solutions out there that solve this specific problem? Something low level like SDL but for more platforms. For example the Quest requires android support.

Has any of you directly worked with Vulkan? Maybe I'm still living in the aughts.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 years ago

Right now, the only suggestions you're going to get are Godot, Defold, Stride3D, and OD3D.