diff --git a/.github/logo.png b/.github/logo.png new file mode 100644 index 000000000..be212cdaa Binary files /dev/null and b/.github/logo.png differ diff --git a/.idea/icon.png b/.idea/icon.png index 6f8fac80b..d56e5ea77 100644 Binary files a/.idea/icon.png and b/.idea/icon.png differ diff --git a/README.md b/README.md index 4860df732..335367486 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@
-Logo by @voxel_dani on Twitter +Logo by jnix

Flywheel

-
A modern engine for modded Minecraft.
-Jenkins +
Reinventing the wheel so you don't have to.
+Jenkins +License +
Discord Curseforge Downloads +Modrinth
@@ -16,22 +19,12 @@ graphics programming. ### Instancing -Flywheel provides an alternate, unified path for entity and tile entity rendering that takes advantage of GPU -instancing. In doing so, Flywheel gives the developer the flexibility to define their own vertex and instance formats, -and write custom shaders to ingest that data. +Flywheel provides an alternate, unified path for entity and block entity rendering that takes advantage of GPU +instancing. Flywheel gives the developer the flexibility to define their instance formats and write custom shaders +to ingest that data. -### Shaders - -To accomodate the developer and leave more in the hands of the engine, Flywheel provides a custom shader loading and -templating system to hide the details of the CPU/GPU interface. This system is a work in progress. There will be -breaking changes, and I make no guarantees of backwards compatibility. - -### Plans - -- Vanilla performance improvements -- Compute shader particles -- Deferred rendering -- Different renderers for differently aged hardware +To accommodate the developer and leave more in the hands of the engine, Flywheel provides a custom shader loading and +templating system to hide the details of the CPU/GPU interface. ### Getting Started (For Developers) diff --git a/common/src/main/resources/logo.png b/common/src/main/resources/logo.png index 1a02d5f3f..be212cdaa 100644 Binary files a/common/src/main/resources/logo.png and b/common/src/main/resources/logo.png differ