Skip to content

khicken/SpinningCube

Repository files navigation

Spinning Cube

DISCLAIMER: This project is now archived. To create a good FPS game, consider using Unity or Unreal Engine, unless you want to add more spinning cubes.

Libraries used: glfw3, glad, stb_image(soil2 lib buggy), freetype, irrklang, assimp, glm

TASKS:

  • Window initialization with glfw (DONE)
  • Engine class with resource manager (DONE)
  • Texture loading and sprite rendering (DONE)
  • Basic 3D Camera environment (DONE)
  • Text Rendering (TODO)
  • 2D UI (TODO)
  • Collision detection (TODO)
  • Model loading (TODO)
  • Object with physics and such (TODO)
  • Lighting (TODO)
  • Smart buffering (TODO)
  • Anti aliasing (TODO)
  • Maps (TODO)
  • Multiplayer (TODO)
  • Think of more things todo (TODO)

About

a cube spinning in circles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages