Álvaro Rodríguez

Results 23 issues of Álvaro Rodríguez

```cs using System.Drawing; using Console = Colorful.Console; internal class Program { /// /// Defines the entry point of the application. /// /// The arguments. private static void Main(string[] args) {...

Well, I'll share this with you, maybe somebody can find this useful. I'm a Unity3D dev and I don't have the possibility to have Unreal Engine on all of my...

It looks like the cursor is displaced in the wrong position... https://i.gyazo.com/215d871f4a6cf5d3a8cda632ee92aa37.mp4

bug

Well, I'm trying to figure out some things. If you can guide me the quickliest way you can it will we great. I have some questions: - I'm trying to...

I have refactor this project as much as possible. Proofs: https://i.gyazo.com/27442d13aa6f80c62f953ff422864e62.png https://i.gyazo.com/109043dfb46508eb779a61862273e928.png Best regards.

Proof: https://i.gyazo.com/e019a4b328c1c98bc07b0761c1c6f7e6.png

Proof: https://i.gyazo.com/e0906e101353f88542ce8645b707e5bc.png

Hi, I'm profiling Terra121 and there is a method that is very CPU expensive and it's lowering my TPS: https://spark.lucko.me/#8NODRBrqtx The problem is here: https://github.com/orangeadam3/terra121/blob/master/src/main/java/io/github/terra121/dataset/RandomAccessRunlength.java#L33-L52 I don't exactly what this...

I moved the line `biomes.getBiome(new BlockPos(cubeX*16 + x, 0, cubeZ*16 + z))` up in the scope, because the implementation is not using Y-axis.