Releases: spiralhalo/canvas
Colored Lights Demo
See vram-guild#428
Demo builds for:
1.20 - 1.20.1
:canvas-20.0.2659-colored-lights-demo.jar
1.20.2
:canvas-20.2.2678-colored-lights-demo.jar
spiralhalo's Canvas 1.16 LTS version 3 / 1.0.1501
This release is outdated and is superceded by official release version 1.0.1511 (curseforge download, github download)
- Compatibility with FAPI 0.32.9+
Not compatible with FAPI 0.32.8 or lower
Naïve Shadow 2 Build 1
This release is outdated and experimental. Do not expect support for Canvas or any shader pack by using this release.
Naive performance and quality improvements for shadow rendering.
- Added shadow padding: render shadow for a number of chunks outside of view
- Added configurable limit on maximum shadow distance to balance shadow performance
- Disabled face culling on shadow pass--prevents holes in shadow
- Includes LTS 1.0.1499 features
Naive Shadow 1 has gpu memory leak. Don't use.
Naive Shadow builds are even more unstable than LTS builds. If you want stability, look for releases with "LTS" in the title.
spiralhalo's Canvas 1.16 LTS version 2 / 1.0.1499
This release is outdated and is superceded by official release version 1.0.1511 (curseforge download, github download)
Add player shadow rendering in first person
Compatibility with first person model mod is unknown.
I accidentally deleted this release.
spiralhalo's Canvas 1.16 LTS version 1 / 1.0.1496
This release is outdated and is superceded by official release version 1.0.1511 (curseforge download, github download)
LTS stands for "Long Term Support"
In this version 1, the following stuff has been added:
- Custom material program (forward pass) samplers
- Texture loading in both forward and deferred render passes
- More frequent occlusion culling update (see previous release)
As a policy, LTS changes are always made into PRs to the main branch(es) so Grondag can have an option of merging them into Canvas codebase. If he reject those changes then the fate of those changes within the LTS fork is undecided.
Since this is an unofficial release, I won't be using semver >:)
Canvas Bugfix Fork 1: More Frequent Frustum Updates
This release is outdated and is superceded by official release version 1.0.1511 (curseforge download, github download)
This bugfix makes the frustum update more often as you move and make your cpu go brrrrr
Note: I compiled this using Oracle's sdk because I'm a noob