Skip to content

An implementation of my personal faisca rendering engine in Rust + SDL + Vulkan

Notifications You must be signed in to change notification settings

trindadegm/faisca-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] Faisca Renderer

This is a side project of mine. It was created to learn Vulkan. I went outside of my zone of confort when dealing with synchronization on this project. I was thinking about doing things less in a less synchronous manner. So, because I really wasn't basing in anything specific, I ended up with a very weird application design.

I decided to just go with it because it was fun doing things in a different way.

This isn't the original faisca renderer that I made. I have a gitlab repository with an OpenGL 2D renderer that I also called faisca. The renderer itself in that case was made in C++, that is the reason I'm calling the library here faisca-rs. I'm writting it in Rust this time! The reason is simply because C++ with Android was giving me more trouble than Rust with Android. So I decided to decrease the C++ side a little more and see how that goes.

The initial reason for initializing the application from C++ rather than Rust has to do with SDL initialization in Android, which also expects you to load your application (C++ or Rust) via a shared object (a library).

About

An implementation of my personal faisca rendering engine in Rust + SDL + Vulkan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages