+ 2

I'm fascinated.

Can you really make 3d fps games in this app?

23rd Jul 2024, 1:44 PM
Random Guy
Random Guy - avatar
6 Answers
+ 3
You can make 3D FPS games on basically any engine that supports 3D, including your browser’s webkit, so ye.
23rd Jul 2024, 4:12 PM
Wilbur Jaywright
Wilbur Jaywright - avatar
+ 3
The forum and the code playground are great sources of information, make sure you use the search function - you can find out a lot!
23rd Jul 2024, 4:29 PM
Ausgrindtube
Ausgrindtube - avatar
+ 2
You probably should post that as a separate question, but yes. I strongly recommend using a higher level game engine for that, such as UpBGE, but even with just the PyGame and PyOpenGL libraries for graphics at all and then 3D, it is theoretically possible. On Sololearn, however, IDK, but Python is free to download on most desktop-based OSes.
25th Jul 2024, 2:38 PM
Wilbur Jaywright
Wilbur Jaywright - avatar
+ 1
Sololearn compilers lack the capability to run full-fledged 3D games due to their limited features. However, the HTML "Editor" provides support for WebGL, which enables the rendering of basic 3D objects on the screen. Here is a 3d game example that uses webGL. created with Three Js and Cannon JS. https://www.sololearn.com/en/compiler-playground/WI60fLj2ARjh/?ref=app
23rd Jul 2024, 7:39 PM
Chris Coder
Chris Coder - avatar
0
Do you have any more questions reguarding 3d fps game development?
24th Jul 2024, 9:07 PM
Chris Coder
Chris Coder - avatar
0
Can you make 3d games using python?
25th Jul 2024, 1:46 PM
Random Guy
Random Guy - avatar