Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

NoXeDev/NoxEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

License

NoxEngine is a basic, open source, render engine make with openGl.

NoxEngine is my really first c++ project, and is now discontinued, I will keep my learn on c++ and opengl. It was a beautiful project.

How it work ?

NoxEngine follow a basic render pipeline. Load, shade, render. NoxEngine is using the VAOs/VBOs render method for rendering objects. He also using a custom 3D model format : NoxModel.

NoxModels

NoxModel is a basic binary file, contains floats and int values. The engine using the NMloader class for load NoxModels into memory.

NXP

NXP is a devtool making a layer between the user and the compiler MSBuild. He dowload libs, and recompile it when needed. He will also deploy a preconfigured config for some IDE. Only vs-code is supported for the moment.

How to build ?

NXP is doing all the libs install and the project configuration for you, all you need is execute ./nxp.bat build and NXP will download, configure and build the project for you. If you need to reload the project just execute ./nxp.bat reload for reload project config

About

Simple opengl render engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published