Looper icon indicating copy to clipboard operation
Looper copied to clipboard

2D game engine and editor written in modern C++ and Vulkan

Results 16 Looper issues
Sort by recently updated
recently updated
newest added

- static shadows - dynamic shadows Both need to be faked as we don't use 3D

study
rendering
engine
vulkan

Right mouse button should create option window, that allows for adding new Objects/Actors/whatever.

enhancement
UI/UX
editor

enhancement
rendering
vulkan

enhancement
rendering
engine
vulkan

What should be added: - rotation value and time (Enemy will rotate after reaching the animation point) - pause duration

enhancement
engine

1. Get Nodes in close proximity to the camera 2. Use Nodes to get the list of Objects on them 3. Render only those Objects We should check whether current...

rendering
engine
vulkan

~We should add instanced rendering for pathfinder nodes at least~ Given #153 got merged, we no longer have `PathfinderNodes` as `EditorObject`

enhancement
rendering
engine
vulkan