Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D Engine code appears to be broken #86

Open
Eason-Jin opened this issue Jul 20, 2024 · 1 comment
Open

3D Engine code appears to be broken #86

Eason-Jin opened this issue Jul 20, 2024 · 1 comment

Comments

@Eason-Jin
Copy link

I followed part 1 of creating a 3D engine, but when I ran the code all I see is random pixels flickering (as shown in the video). Then I tried to copy the code from this repo but I got the same issue when I ran the code. Did I do something wrong or is the code actually broken somehow???

OneLoneCoder.com.-.Console.Game.Engine.-.3D.Demo.-.FPS_.464.60.2024-07-20.20-56-51.mp4
@abel-witz
Copy link

Hello,
I solved this issue by searching terminal in Windows search bar, then opening Terminal properties and choosing Windows Console Host as the default terminal application. Also I needed to replace demo.ConstructConsole(256, 240, 4, 4) with demo.ConstructConsole(256, 240, 2, 2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants