Giter VIP home page Giter VIP logo

cse_public's Introduction

cse_public

CSEngine

This is the low-level layer of my personal game engine, written C++ and GLSL. This is not provided to the public for use (there are several missing dependencies needed to compile), but merely as a showcase of my programming style in C++.

Highlights

  • JSON-like text serialization and instant reflection for common data types and objects (see ClassDef.h if you think nested preprocessors are beautiful)
  • Cross platform renderer (OpenGL on Windows, OpenGL ES/Metal on iOS)
  • Physics via Box2D
  • Reflection via LuaBind
  • Draw call batching and texture atlases
  • Animated vector sprites via Spine
  • Post-processing support for motion blur, chromatic abberation
  • Custom UI system with agnostic input
  • Entity Component System
  • Custom Shaders via GLSL/Metal
  • Custom, efficient particle system with heap batching
  • Profiler Scopes for real-time performance monitoring
  • GC-esque memory/object management via std::shared_ptr
  • 3D math via GLM
  • Audio effects and music via SDL and SDL_Mixer
  • lots of other magical things I've picked up over the years

TODO

NOTE: There's some weird formatting that snuck in somehow, probably from me opening this on another macbook pro without my tabs properly set. Will have to sync this with the current engine version with all that grossness cleaned up.

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.