So its been a while since my last devlog and I have done not that much (I was busy and burned out), so Im going to talk. I have created a custom code editor that just handles the basics so far. Like: Writing stuff, multi line stuff, custom color pallets for fun and saving. This new IDE will help program in the custom programing language (when I get to that point). I need to figure out how to make the 3d rendering faster because right now it runs on an average 17-30fps (with no cap) when its near some walls. I am happy if it stayed at 30, but sometimes it drops to 7. Im thinking on executing this by some way of multithreading/multiprocessing or find a more optimized way to do the raycasting (which just checks to see if you are looking at a wall). One of the things that I am really stuck on though is putting the 2d sprites/objects/npcs into a 3d world. I have an idea on how to do it but putting it into code is tough. But even though I have a lot to do, Its still under 1.44mb
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.