Skip to content

RevisedJDUDE2/OnixEngine

Repository files navigation

Onix Engine

Onix Library classes

namespace Onix {
    class Shader;
    class Window;
    class Buffer; //BROKEN
    class VertexArray; //BROKEN
    class Texture; //BROKEN
}

For now the library uses:

  • stb_image.h
  • Imgui
  • OpenGL -> For the renderer
  • GLFW -> For window creation and input
  • glad -> OpenGL extension
  • glew -> if not on linux
  • DirectX -> Soon...

Features

  • Onix Library
  • Onix Game Engine (Editor)
  • Cross-platform

About

A OpenGL/DirectX Game engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages