11
SalsaGal
353d

Been working on a rust game framework that im really proud of, but the part I’m most proud of is the renderer, 3D graphics from scratch is really fun

Comments
  • 4
    Does it support some file format for 3d models?
  • 3
    @retoor it supported obj and gltf but I’ve been doing a rewrite and now it only mostly supports gltf, I’m planning to resupport those soon tho
  • 4
    Well done! I hope to get some more spare time for such projects...
  • 1
    @SalsaGal ah gltf is awesome. Blender can export to that
  • 2
    @SalsaGal seeing as we're here what do you think of godot?

    And do you have a repository for your project?
  • 1
    @retoor yep that’s the reason I use it, supported by blender and better than obj
  • 1
    @Wisecrack Godot is cool, but I haven’t gotten to try much about it. Here’s the repo https://github.com/SalsaGal/rhachis
  • 1
    @SalsaGal Hey thanks.

    Was asking more along the lines of what you thought of it technically?

    Also whats your opinion on component-oriented engines?
  • 2
    @Wisecrack again I don’t know much about it to be able to say too much, it’s just something I’ve been meaning to try since god knows when

    Component oriented engines are pretty helpful in certain game types. I’ll probably use something like it when I eventually make one of my bigger game ideas. But that’s not something I intend to put into rhachis, but now that I’m actually thinking more about it it could be good 🤔 idk I’ll have to think about whether I wanna put it in the engine, put it as a game template for the engine, or just leave it for the dev to decide on
  • 1
    This is super cool. Wish I had that level of knowledge for Rust. I am currently building a game engine on C using different tutorials and books that I have. Hope to have something as awesome as this soon.

    Great job!

    btw hi, I also play bass (I checked out your other projects and saw that you play bass lol)
  • 0
    @AleCx04 Oo game engine dev who plays bass too, sounds exactly like the kinda person I’d love to be friends with lol
Add Comment