![]() |
Minecraft Clone with OpenGL - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Works in Progress (https://qb64phoenix.com/forum/forumdisplay.php?fid=9) +---- Thread: Minecraft Clone with OpenGL (/showthread.php?tid=2875) |
RE: Minecraft Clone with OpenGL - aadityap0901 - 07-24-2024 New Update: Improved Chunk Loading and Unloading -> Reduced Lag to nearly zero Now it can be run on RenderDistance = 16 with no lag (not on bad pc(s)) ![]() Set clouds to be on by default. It now looks like a game... ![]() RE: Minecraft Clone with OpenGL - aadityap0901 - 07-25-2024 New Update: Debug Info is hidden by default and can be toggled with F3 Added a ton of new blocks mainly for colours -> wool Set SpawnTrees = True for spawning trees (still in beta) ![]() RE: Minecraft Clone with OpenGL - aadityap0901 - 07-26-2024 New Update: Sky Color changes with time Fixed trees mostly, but they split on chunk borders. ![]() RE: Minecraft Clone with OpenGL - aadityap0901 - 07-27-2024 New Update: Added Chunk Loading and Saving ![]() Final Update for QB Blocks 2: Fixed most bugs, Removed some unnecessary key controls, added key T to pass time. ![]() Some Screenshots: ![]() ![]() ![]() ![]() RE: Minecraft Clone with OpenGL - bplus - 07-27-2024 +1 Nice to see screenshots of your progress! I think you are using _GL stuff which is an advanced level beyond my present concerns so I am not downloading every new progress app. But I am sure anyone wishing to get up to speed with _GL might benefit from this path you are blazing. Keep up what I think I can safely assume to be good work and please keep posting screenshots because in a picture one can see 1000's of words that speak at once. Who can possibly put down QB64pe Basic programming seeing this stuff!!! AP if you do anymore work with your editor code, I would be most pleased to follow more closely. But this thread is most fine! Thanks for sharing your progress step by step. PS and lo! you have the attention of the master, MasterGy! cool, very cool! RE: Minecraft Clone with OpenGL - a740g - 07-27-2024 Impressive work @aadityap0901 RE: Minecraft Clone with OpenGL - aadityap0901 - 07-27-2024 Thank you for all the appreciation, I don't know how to reply. I will start qb blocks 3 from Monday, may post in the next week... RE: Minecraft Clone with OpenGL - aadityap0901 - 08-02-2024 Presenting Minecraft Clone - QB Blocks 3 (v3.1) Just added GUI ![]() ![]() RE: Minecraft Clone with OpenGL - bplus - 08-02-2024 GUI? interesting, I guess Fellippe did Tic-Tac-Toe with InForm so might be an advantage. RE: Minecraft Clone with OpenGL - SpriggsySpriggs - 08-02-2024 Is it normal for it to freeze up on startup? Mine gets as far as the intro screen "QB BLOCKS" and then stops responding and has to be killed. |