Skip to content

okard/csoh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csoh - graphic engine

Dependencies

Directory Layout

  • include/ contains the header files
  • src/ contains the source files
  • ext/ contains some extension, e.g. using freeimage for texture loading
  • tests/ contains some test and example files
  • data/ contains data files models, textures for test and example applications

TODOs

  • Implement Primitives Sphere, Cube
    • Primitive : Mesh
  • Implement Texture Loading with Image Interface
  • Complete Vertex Buffer Handling
  • Complete Shader Handling
  • Add Sprite
  • Add GLFW/SDL2 Basic Framework
  • Think about render context for texture? (see sfml2 interface)

Milestone 1:

Create simple basic structure to render some primitive and test textures and shaders

About

A lightweight 3d rendering engine written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published