Skip to content

vlmkoa/ING

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

754 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artboard-1

ING is a game engine for Windows. It's free, open-source and under the MIT license.

Features

  • Low Level
    • Job System
    • ECS
    • Actor
    • UI
      • Hierarchy
      • Dynamic Vector, Float,... and Element Style
    • Rendering
      • DirectX11 API
      • Multi-Pass Shader
      • Pass, Pipeline
      • Material
      • Layer System
    • Math (SIMD and non-SIMD)
    • Event
    • Relection
    • Window (MSVC)
    • Utilities Library
    • Support Multi-Application
    • C++ Plugin loading at runtime
    • C# Scripting
  • Tools
    • Project Builder

Setting up

  • Step 1 : Setup, install Mono
    • Install Mono
    • Add new environment variable:
      key: MONO_{ platform (X64 or WIN32) }
      value: { mono installation path }
  • Step 2 : Clone ING repository.

Documentation

WARNING: ONLY SUPPORT VS2020 AND WINDOWS X64 PLATFORM

Links

Community

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 85.9%
  • C 7.3%
  • HLSL 5.6%
  • JavaScript 0.6%
  • CMake 0.4%
  • C# 0.1%
  • Other 0.1%