Giter VIP home page Giter VIP logo

acheron's Introduction

Acheron 3D engine

A 3d game engine written in C99. This is mainly a learning tool, but I hope to eventually get it to the point of being a working game!

Requirements

  • CMake
  • SDL2 (SDL2-devel or libSDL2-dev)
  • GLEW (glew-devel or libglew-dev)

Building

  • Make sure you have all the required libraries installed
  • Create a new folder for the binaries and object files
  • Change directory into build folder, and run cmake ../src to build the required Makefiles.
  • Run make to build and link the executable.

To do

  • Replace all old GL/GLU function calls with custom math functions
  • Update code to modern OpenGL
  • Implement model loading from files
  • Framebuffers/Cube Framebuffers
  • Rewrite objects and lighting to be more flexible
  • Multiple lights and scene lighting
  • Point and directional shadows
  • Better collision detection and physics routines
  • UI routines
  • Bone animations
  • Deferred rendering
  • Overhaul of error handling
  • Configuration files and/or settings
  • Post processing shaders
  • Add in custom image library for JPEG and PNG image support
  • HDR and tone mapping
  • Lua support
  • Add spotlight
  • Draw batching
  • Add support for Vulkan and multiple backends

acheron's People

Contributors

emd22 avatar francois-berder avatar

Stargazers

Andrew MacDonald avatar 煎饼果子 avatar

Watchers

 avatar

acheron's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.