Skip to content

Tiny 3D game engine for making small low-poly games.

License

Notifications You must be signed in to change notification settings

Flone-dnb/tiny_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny engine

Tiny 3D game engine for making small low-poly games.

Supported platforms: Windows (x64), Linux (x64 and ARM64).

Roadmap

  • Forward renderer using OpenGL ES 2.0
  • Config management (settings, input, progress)
  • Type reflection
  • GLTF/GLB import
  • GUI
  • Audio
  • Simple editor
  • Simple physics engine
  • Skeletal animations
  • Minimal scripting
  • Shadow mapping
  • Particle effects

Documentation

You can read the manual from docs/Manual.md. There are also a lot of comments in the code.

Prerequisites

  • Compiler that supports C99
  • CMake

Optional but highly recommended:

  • LLVM for clang-format

About

Tiny 3D game engine for making small low-poly games.

Topics

Resources

License

Stars

Watchers

Forks