Questions regarding this project
Closed this issue · 2 comments
Raj2032 commented
Hi I have some questions regarding this project:
- Does this game engine support 2D sprites?
- Does it use WGPU as its backend renderer or OpenGL or vulkan/vulkano?
- Does it do asynchronous and multithreading?
- Is there a GUI game editor (such as Godot etc) or perhaps a Blender extension?
- How would performance compared to something such as
bevy
? - Does it support my own created 3D models as well as animations/rigging?
- Is there a Discord server (or something similar) for this game engine?
- How well maintained is this game engine and how many people are currently contributing for it?
- Is there support for egui backend renderer?
alvinhochun commented
Kiss3d is not a game engine, but rather a simple graphics library for drawing geometric shapes easily. It lacks the optimizations that game engines need. If you are looking to build a game, you probably want to look at rg3d or bevy instead.
Raj2032 commented
Ok thanks mate