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) |
Minecraft Clone with OpenGL - aadityap0901 - 07-19-2024 Minecraft Clone Version 2 - Infinite Chunks QB_Blocks_2_v0.1.0.zip (Size: 11.88 KB / Downloads: 166) My old Minecraft Clone Posts: Minecraft Clone QB64 Forums Check the latest post(s) for updates RE: Minecraft Clone with OpenGL - MasterGy - 07-19-2024 Congratulations! love it! Lots of smoothing, fast rendering. It's good to see opengl, I started working with it not long ago, I regret not sooner, because I used a lot of 3d rendering in qb64, with _maptriangle. OpenGL is more complicated, but it's worth dealing with, you can make good lighting effects with it. I will follow the post, I hope you make many more interesting things! RE: Minecraft Clone with OpenGL - TempodiBasic - 07-19-2024 I can say wonderful! But more then mouse input I need to read in source code keyboard inputs: WASD + C+P+G+L+ Spacebar+ Leftshift+LCtrl so I can appreciate fullfully your opera Thanks for sharing the next step will be managing mouse and keyboard in the same time! On my machine (notebook Lenovo ideapad) i am able to rotate the view OR move the observator in the place of rotate the view AND move the observator. RE: Minecraft Clone with OpenGL - NakedApe - 07-20-2024 Wow! Very, very cool! +1 ...I want to go fishing in your world. Are the mouse left and right directions backwards? Sliding the mouse to the right causes the view to turn left. Keep going with this! RE: Minecraft Clone with OpenGL - Pete - 07-20-2024 Big deal, I made one of these years ago, but in SCREEN 0. Oh wait, that was a single block, with a stick guy stuck in it. What did I name that? Oh yeah, MimeCraft. Yeah, it's pretty cool alright, but I'm stuck in the fairway, on the first hole, and can't seem to find the flag. Next time I play, I'm bringing my MarioCart. +2 Pete RE: Minecraft Clone with OpenGL - aadityap0901 - 07-20-2024 New Update: Users can destroy and place blocks except on chunk borders, Chunks remain unsaved. Set Constant DEBUG = True for 3D Noise, which generates some caves. If it shows a white screen, its crashed QB_Blocks_2_v0.1.1.zip (Size: 12.91 KB / Downloads: 86) Please someone help me in creating a new 3D Noise function, which uses less resources and is faster than this, and suggest a new fog colour Thank You for all appreciations Keybinds for who can't understand source code ... WASD - Movement Mouse - Left Click -> Destory Block Right Click -> Place Block (Default = Stone) F - Toggle Fly Mode G - Toggle Fog L - Toggle Load/Unload Chunk RE: Minecraft Clone with OpenGL - grymmjack - 07-21-2024 (07-20-2024, 04:47 PM)aadityap0901 Wrote: New Update: This looks very impressive, but in Linux (Debian Bookworm) I cannot move the view, and I cannot do anything at all with my window managers cursor. So I'm afraid I had to tab out and end the process. It looks awesome though so I will try in Windows too. I can tell you know what you're doing so this is probably Linux related! RE: Minecraft Clone with OpenGL - aadityap0901 - 07-22-2024 New Update v0.1.2: Added Sun & Moon, Improved Block Placing and Destroying, Optimized Chunk Un-Loading & Loading QB_Blocks_2_v0.1.2.zip (Size: 27.25 KB / Downloads: 30) Please someone help me in building new fast 2d & 3d noise functions Edit Placing Blocks has a bug right now, will fix in the next update, you can place blocks only when the player camera is 2 blocks above the block to be placed Screenshots for those who can't try RE: Minecraft Clone with OpenGL - aadityap0901 - 07-23-2024 New Update: Added Fog, fixed bugs from previous updates. QB_Blocks_2_v0.1.3.zip (Size: 27.72 KB / Downloads: 110) RE: Minecraft Clone with OpenGL - MasterGy - 07-23-2024 (07-23-2024, 07:22 AM)aadityap0901 Wrote: New Update: Added Fog, fixed bugs from previous updates.very good ! I tried it. departure from the water. I have visited a larger area, it can be built well. congratulations! |