Skip to content

hayattgd/BlinkEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blink engine (WIP)

Distributed under MIT License

(it will be) My own game engine made with C++ and OpenGL

Todo

  • Draw a triangle
  • Add camera (FPS camera)
  • Load .obj to Mesh
  • Split main() and Editor class
  • Add editor UI
  • Implement basic classes (Entity, Component, Transform...)
  • Make it able to edit world and its properties
  • Do some physics
  • Lua scripting

...add more later

Build

git clone https://github.com/hayattgd/BlinkEngine.git --recursive
cd BlinkEngine

mkdir build
cd build
cmake ..
cmake --build .

Run cmake .. to copy res/ to build/res/

Dependencies

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors