Skip to content

ScottSWu/scwu-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scwu-renderer

Layout:

  • include - Headers
  • src - Source files
    • Interface - cli and gui
    • Renderer - Actual renderer code
  • lib - External libraries, shared and static
  • build - Build files
    • bin - Executables and libraries
    • obj - Object file byproducts
  • res - Additional resources
  • obj - Some sample obj files and materials

Currently using:

  • Windows API
  • MinGW-g++
  • Eclipse, which still seems to use sh and make. Effects of find, mkdir and rm may vary.
    • I tried to resolve this by detecting the mingw "find" program
  • A modified glfw3native header and library to expose its Windows callback function (see "include/GLFW/glfw3native.h" line 158)

About

Personal renderer project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages