QB64 Phoenix Edition
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)

Pages: 1 2 3 4


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))  Wink
Set clouds to be on by default.
It now looks like a game...

.zip   QB_Blocks_2_v0.1.4.zip (Size: 28.01 KB / Downloads: 46)


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)


.zip   QB_Blocks_2_v0.1.5.zip (Size: 47.29 KB / Downloads: 23)


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.

.zip   QB_Blocks_2_v0.1.6.zip (Size: 47.68 KB / Downloads: 38)


RE: Minecraft Clone with OpenGL - aadityap0901 - 07-27-2024

New Update:
Added Chunk Loading and Saving

.zip   QB_Blocks_2_v0.1.7.zip (Size: 48.15 KB / Downloads: 23)

Final Update for QB Blocks 2:
Fixed most bugs, Removed some unnecessary key controls, added key T to pass time.

.zip   QB_Blocks_2_v0.1.8.zip (Size: 48.17 KB / Downloads: 34)
Some Screenshots:


[Image: 07272024191011.png]


[Image: 07272024191152.png]


[Image: 07272024191324.png]


[Image: 07272024191525.png]


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  Big Grin

.zip   QB_Blocks_3.1.zip (Size: 73 KB / Downloads: 43)


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.