TinyEngine is a small, self-contained OpenGL-based 3D engine written in C, designed for learning and prototyping graphics applications. It packs a lot of functionality into a compact codebase, making it ideal for exploring 3D rendering, game development, and shader programming without the overhead of larger engines. Despite its size, TinyEngine supports modern OpenGL features, texture mapping, lighting, and audio, providing a practical foundation for building lightweight 3D experiences.
Features
- Self-contained single-header 3D engine in C
- OpenGL-based rendering with shader support
- Support for texture mapping and lighting effects
- Audio playback via integrated sound engine
- Model loading for OBJ and custom formats
- Input handling for keyboard and mouse
- Minimal dependencies for easy compilation
- Easy-to-read code ideal for learning graphics programming
- Runs on Windows and Linux with cross-platform potential
Categories
GraphicsFollow TinyEngine
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of TinyEngine!