Enjon icon indicating copy to clipboard operation
Enjon copied to clipboard

Game engine created using OpenGL and C++

Results 34 Enjon issues
Sort by recently updated
recently updated
newest added

![tab_glitch](https://user-images.githubusercontent.com/7358367/64052796-7ead9d80-cb45-11e9-8562-e7ad06685305.png)

For some reason when you create a new component and enjon tries to open the code for you, a new VS instance is created instead of opening in the project...

- Difficult to see where the camera is actually facing, so a few debug lines to show where the frustum is facing would be helpful.

`1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winnt.h(2482,40): error C2338: Windows headers require the default packing option. Changing this can lead to memory corruption. This diagnostic can be disabled by building with WINDOWS_IGNORE_PACKING_MISMATCH defined.`

The engine has various enums that are publicly defined and reflected, however if another project attempts to use one of these as a property for a defined class, the meta...