11
lxmcf
4y

OK so after working with SDL for a bit, we have a circle rendering!

Next step is to start working on keyboard input and then onto importing sprites, first time building a game engine from the ground up and working with Vala in this capacity...

EDIT: Gif in comments because it doesn't want to work .-.

Comments
  • 2
  • 0
    @Haxk20 I'm only using SDL for this engine as I can't be added building a middle man Vapi for openGL.

    In the future have plans to build an engine using C that uses OpenGL and Vulkan
  • 0
    @Haxk20 It's for portability more than anything, the engine im working on is designed for Linux exclusively.

    The next one I work on is designed for seamless cross platform development (Plan on even having mods be cross compatible with all other games built within the engine)
  • 0
    Man this sounds interesting af. Vala is pretty lightweight and a very nice language performance-wise for game development...
  • 2
    @aggelalex it's a very strange language to be using for game development tbh but I love C# and it's a language that gets compiled into native C so not going to argue, plus it's easy to build entry points for standard C code
  • 0
    What editor are you using?
Add Comment