Inferno Game Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
965 B

4 years ago
* Engine
Game Engine project.
* Download
** Clone
#+BEGIN_SRC sh
$ git clone https://gitlab.com/riyyi/engine
$ cd engine
$ git submodule init
$ git submodule update
#+END_SRC
Or
#+BEGIN_SRC sh
$ git clone --recursive https://gitlab.com/riyyi/engine
#+END_SRC
** Update
#+BEGIN_SRC sh
$ git pull
$ git submodule update --recursive
#+END_SRC
4 years ago
* Build instructions
#+BEGIN_SRC sh
$ mkdir build
$ cd build
$ cmake .. && make
#+END_SRC
* Libraries
# - [[https://github.com/bulletphysics/bullet3][Bullet]]
# - [[https://github.com/aseprite/freetype2][FreeType2]]
- [[https://github.com/Dav1dde/glad][glad]]
- [[https://github.com/glfw/glfw][GLFW]]
- [[https://github.com/g-truc/glm][GLM]]
# - [[https://github.com/nothings/stb][stb]]
# - [[https://github.com/nlohmann/json][JSON]]
# - [[https://github.com/lua/lua][Lua]]
* References
- [[https://www.youtube.com/playlist?list=PLlrATfBNZ98dC-V-N3m0Go4deliWHPFwT][Game Engine]] by The Cherno