PoC Vulkan engine
Find a file
2024-09-05 21:54:48 -06:00
doc init 2023-10-16 22:45:34 -06:00
lib/include rename 2024-09-05 21:54:48 -06:00
res init 2023-10-16 22:45:34 -06:00
src rename 2024-09-05 21:54:48 -06:00
.gitignore init 2023-10-16 22:45:34 -06:00
COPYING init 2023-10-16 22:45:34 -06:00
Makefile init 2023-10-16 22:45:34 -06:00
README.md init 2023-10-16 22:45:34 -06:00

Lawful Good

Synopsis

In a dystopian future,

Screenshots

@@@

Installation

Download latest release, or browse releases page. @@@

Building from source

Dependencies:

  • Debian:
    • Vulkan: vulkan-tools libvulkan-dev vulkan-validationlayers-dev spirv-tools
    • glfw: libglfw3-dev
    • glm: libglm-dev
  • Fedora:
    • Vulkan: vulkan-tools vulkan-loader-devel mesa-vulkan-devel vulkan-validation-layers-devel
    • glfw: glfw-devel
    • glm: glm-devel
  • Arch:
    • Vulkan: vulkan-devel
    • glfw: glfw-wayland or glfw-x11 for X11 users
    • glm: glm

Check for vulkan compatibility (vulkan-tutorial.com): "If installation was successful, you should be all set with the Vulkan portion. Remember to run vkcube, and ensure you see a pop up a window with a spinning cube. If you receive an error message then ensure that your drivers are up-to-date, include the Vulkan runtime and that your graphics card is supported"

Support

@@@

Roadmap

Development

  • Basic engine
  • Load a scene
    • Map
    • Assets
    • Characters
    • Interactives
    • Dialogues

Story

Contributing

@@@

Authors and acknowledgment

@@@

License

GPLv3

Project status

@@@