Posts

Showing posts from November, 2022

Heroku No Longer Free , Dumping My Tech Demo Images Here

  I think my computer must have blue-screened while I was working on this. Because I remember painstakengly gathering all the images and comments... Yet nothing is here accept some notes... Oh well.... We will work on that on a later date.      Let's just make our engine impressive enough that it outshines everything that was in our tech demos. R.I.P. Tech Demos Site : https://d3m0.herokuapp.com/      Working on a fractal auto tiling engine. I record 100% of development live on twitch: www.twitch.com/kanjicoder You can email me: HeavyMetalCookies@Gmail.com Advertising is __OK__ on my channel, HOWEVER... Whatever you are working on must have improved since the last time you posted.

Level Isolated Mirroring Brush

Image
 Level Isolated Mirroring Brush www.tinyurl.com/BOMB-CODE A mirroring tile brush where the origin is always the current level you are clicking in. This gives me ideas for a brush where the origin is the EDGES of the levels rather than the CENTERS of the levels. It could be used to make decorative pillar-like designs on the boundaries between levels. However, it is time to move on from this fucking around. We need to create previewable save-format for Josh so that he can manage his level designs. I would also like this. Because I am having trouble remembering what save files contain what when I am doing technical demo videos. I could also make an imgur gallery full of save files that are also images, which would be nice. I am very tired and my focus is shot. Just decided I should make this post now because it is either now or never. And even if it were now or later, now is going to be more efficient than later. My mind may be unfocused and tired and slightly foggy, but it is better than

Mirroring Brush Begins

Image
 Mirroring Brush Begins www.tinyurl.com/BOMB-CODE This is my mirroring brush. Is isn't finished yet. As a reminder to myself features I want to add: 1. Mirror only within the current level the initial click was inside of. 2. F_MIRMAID_TIK() function that when "#_MIRROR_ALTERNATION_#" is on, will cycle/loop through a preset list of mirroring modes as you draw. -KanjiCoder  

texSubImage2D BugFix

Image
 texSubImage2D BugFix www.tinyurl.com/BOMB-CODE https://github.com/KanjiCoder/AIM Email Me : KanjiCoder@Gmail.com Discord : KANJICODER#0255 THE_BUG: After 16 videos worth of writing the "HARDTEX" system, I have visual confirmation that the bug in my code is comming from the call to WebGlContext.texSubImage2D (GL.texSubImage2D). This is progress, as the dirty sector management code that helps efficiently update out-of-date-chunks of my texture memory is very complex, and I was afraid the bug was in that code. But I had already looked over that code previously in search of the bug and after double checking it, the logic seemed sound. This gives me sanity of mind, because now I can focus in on "texSubImage2D" and figure out why it is broken. THE_FIX: Found the bug in my sub texture push code. Before calling GL.texSubImage2D , you need to call GL.pixelStorei( GL.UNPACK_ROW_LENGTH , 2048 ). Well, 2048 for me because my main texture that stores all GPU game memory is in a