Skip to content

BAntDit/cyclonite

Repository files navigation

CYCLONITE

Cyclonite is a graphics engine I mostly use for my own experiments.

s1.png

Project installation

  1. build and install shader-compiler package first:
    conan install . -s compiler.cppstd=20 -s build_type=Release --build=missing --output-folder=cmake-build-release
    conan create . -s build_type=Release -s compiler.cppstd=20

  2. install cyclonite dependencies:
    conan install . -s compiler.cppstd=20 -s build_type=Debug --build=missing --output-folder=cmake-build-debug -o platform=linux-x11

Last update

Compositor nodes are splitted into logic and gfx nodes. Compositor now tries to execute nodes in parallel if they do not depend on each other explicitly.

changelog

work in progress

Materials and batching.

About

Cyclonite is a graphics engine I mostly use for my own experiments.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors