engineerOfLies
Phd in Biomedical Engineering, Director of MIXR labs, Lecturer at NJIT that specializes in Game Programming, Software Engineering and Systems Integration
Pinned Repositories
attacker
an old project written with SDL. Useful as an example project, both positive and negative coding samples.
complexity
game complexity evaluation tool
EngineOfLies
a 2D game engine with 3D graphics. Written in C, compiled to a library
Game-Mod-Q4
gameframework2d
Core Example Program for 2D Game Programming Class
gf3d
A collection of utlitity functions designed to facilitate creating 3D games with Vulkan and SDL. The Main Branch is basic. Taken as a whole, GF3D will work as a simple game engine. Branches contain sample code for implementing different features of a 3D Game. The "master" branch contains the latest and greatest, but it is meant to be a submodule
project-dark
This was the last project I worked on before starting the engine of lies. This was to a 2D dungeon crawler inspired in part by ADOM and Demons Souls. It became apparent that the code base was showing its age and kind of sloppy. So I abandoned it for the EOL project.
quake2-full
Samples for modifying the quak2 source
rabbitmqphp_example
simple_json
a free simple json library for C
engineerOfLies's Repositories
engineerOfLies/gameframework2d
Core Example Program for 2D Game Programming Class
engineerOfLies/gf3d
A collection of utlitity functions designed to facilitate creating 3D games with Vulkan and SDL. The Main Branch is basic. Taken as a whole, GF3D will work as a simple game engine. Branches contain sample code for implementing different features of a 3D Game. The "master" branch contains the latest and greatest, but it is meant to be a submodule
engineerOfLies/rabbitmqphp_example
engineerOfLies/EngineOfLies
a 2D game engine with 3D graphics. Written in C, compiled to a library
engineerOfLies/quake2-full
Samples for modifying the quak2 source
engineerOfLies/Game-Mod-Q4
engineerOfLies/project-dark
This was the last project I worked on before starting the engine of lies. This was to a 2D dungeon crawler inspired in part by ADOM and Demons Souls. It became apparent that the code base was showing its age and kind of sloppy. So I abandoned it for the EOL project.
engineerOfLies/attacker
an old project written with SDL. Useful as an example project, both positive and negative coding samples.
engineerOfLies/complexity
game complexity evaluation tool
engineerOfLies/EditorOfLies
A level / asset editor for use with the EngineOfLies game engine
engineerOfLies/eol_keyring
A fork of the yaml wrapper from the engine of lies
engineerOfLies/gametest
extremely basic sdl project for class example
engineerOfLies/gametest3d
A seed project for 3D Game Development students
engineerOfLies/garden
Garden of the Dead was an in class example for 2D game programming. Its extremely basic. You are trying to grow some skeletons and zombies by filling them with bad mojo. Too much and they explode.
engineerOfLies/MoGUL
MoGUL - Mosaic Game Utility Library. A suite of libraries designed to facilitate game programming. Taken as a whole it will be a comprehensive game engine library.
engineerOfLies/nanotech-evolution
a desktop virtual pet. Made a proof of concept for phones. Never got the combat system working the way I wanted...
engineerOfLies/simple_json
a free simple json library for C
engineerOfLies/340Examples
engineerOfLies/bmesite
engineerOfLies/f17algo
engineerOfLies/figure_animation_studio
A 2D animation for armature based figures. Figures can link animated sprites to "bones" of an armature. Armatures can be animated through different key frame poses. Animation can be tweened for smoother animations. Export to sprite sheets or use as JSON files
engineerOfLies/garrison
A 2D top down dungeon crawler with a sci-fi theme
engineerOfLies/gfc
Game Framework Common - common library for Game Framework 2D and Game Framework 3D
engineerOfLies/hspchome
engineerOfLies/mosaicMonsterSite
engineerOfLies/RehabRunner
An endless runner game for use with neuro-motor rehabilitation research
engineerOfLies/simple_gltf
A minimal implementation of glTF support for C
engineerOfLies/simple_logger
A simple, lightweight log-to-file options for c projects.
engineerOfLies/VWP
a slightly more better sample project than attcker
engineerOfLies/yquake2-gamemod
A fork of the Yamagi Quake II client. For use with IT-266 Game Mod Programming