Cadiboo's Projects
  • Tutorials
    All Tutorials 1.15 Forge 1.15.1 1.14 Forge 1.14.4 1.13 Forge 1.13.2 1.12 Forge 1.12.2
  • Projects
    All Projects NoCubes RenderChunk rebuildChunk Hooks WIPTech
  • About Me
  • Resources
    Beautiful Jekyll Learn markdown GitHub Pages Site Source
  • Search
Navigation bar avatar
✕

    Cadiboo's projects


    The home of my projects and other programming endeavours
    • Workspace Problems

      Yay, an entire day wasted

      Posted on January 16, 2019

      So gradle hates me basically, All the libraries I could see in the editor (BetterFoliage) didn’t exist at compile time, and the ones that did exist at compile time (Minecraft/Forge) didn’t exist in the editor. yay Fixed by deleting all my gradle caches (project & global), invalidating IntelliJ caches, reinstalling... [Read More]
      Tags:
      • nocubes
      • renderchunk-rebuildchunk-hooks
    • NoCubes Optimisation

      Improved RAM Usage! All algoritms are now a lot faster!

      Posted on January 13, 2019

      I’ve made everything pooled (Faces, Caches, Vec3s). I’ve modularised the entire mod. Rendering is now completely split from mesh generation. I build my caches as meshSize + 1 on all axis, meshSize = 18 for Surface Nets and meshSize = 17 for all other mesh generators. I now use 1... [Read More]
      Tags:
      • nocubes
    • NoCubes Optimisation

      I can run the algorithms on the GPU! In other news, Java hates me

      Posted on January 3, 2019

      Apparently Java 8 added support for running code on the GPU, it might be limited to code involving primitives and primitive arrays though. In either case the algorithms will need only a few minor tweaks to run this way, unfortunately code readability will suffer a lot.
      Tags:
      • nocubes
    • NoCubes Optimisation

      SurfaceNets is now theoretically 61x faster!

      Posted on January 2, 2019

      After dealing with Java randomly swapping the values of 2 of my variables, I’ve written my own implementation of Surface Nets that scans a 19*19*19 (6895) area, down from the original 18*18*18*8*9 (419,904) lookups. I’ve also done some variable/object pooling for better memory use. All this should make the algorithm... [Read More]
      Tags:
      • nocubes
    • NoCubes Optimisation

      SurfaceNets is now 8x faster!

      Posted on December 28, 2018

      I’ve fixed all the world-hole bugs and optimised the render algorithms in a pre-release on GitHub, it’s not stable yet though. All algorithms are now faster by a factor of 8. Instead of doing 18*18*18*8*9 (419,904) lookups I’m now only doing 18*18*18*9 (52,488) lookups. It’s now faster than vanilla, and... [Read More]
      Tags:
      • nocubes
    • Email me
    • GitHub
    • Twitter
    • StackOverflow
    • YouTube
    • Twitch
    • Discord

    Cadiboo  •  2023  •  Home  •  Edit page

    Powered by Beautiful Jekyll