Game engine

dLollipopb 1dc1c06c82 Update Readme 2 lat temu
fonts 8ed0a4d537 Add posteffects and fonts 2 lat temu
include 8ed0a4d537 Add posteffects and fonts 2 lat temu
lib 8ed0a4d537 Add posteffects and fonts 2 lat temu
.gitignore 39000316c2 Initial Commit 2 lat temu
Gun.png 39000316c2 Initial Commit 2 lat temu
LICENSE.md dea5247aef Create LICENSE.md 2 lat temu
README.md 1dc1c06c82 Update Readme 2 lat temu
box.obj 8ed0a4d537 Add posteffects and fonts 2 lat temu
box.png 8ed0a4d537 Add posteffects and fonts 2 lat temu
box_spec.png 39000316c2 Initial Commit 2 lat temu
build 39000316c2 Initial Commit 2 lat temu
gl3w.c 39000316c2 Initial Commit 2 lat temu
graphics.lua 8ed0a4d537 Add posteffects and fonts 2 lat temu
gui.lua 8ed0a4d537 Add posteffects and fonts 2 lat temu
keys.lua 39000316c2 Initial Commit 2 lat temu
main.c 8ed0a4d537 Add posteffects and fonts 2 lat temu
main.lua 8ed0a4d537 Add posteffects and fonts 2 lat temu
main2.lua 8ed0a4d537 Add posteffects and fonts 2 lat temu
matrix.lua 39000316c2 Initial Commit 2 lat temu
memwatch.c 39000316c2 Initial Commit 2 lat temu
monster.bmp ce90eac644 Added framebuffers 2 lat temu
monster.obj ce90eac644 Added framebuffers 2 lat temu
obj.lua 39000316c2 Initial Commit 2 lat temu
posteffect.lua 8ed0a4d537 Add posteffects and fonts 2 lat temu
quat.lua 39000316c2 Initial Commit 2 lat temu
terrain.obj 39000316c2 Initial Commit 2 lat temu
vector.lua 39000316c2 Initial Commit 2 lat temu

README.md

Это игровой движок использующий OpenGL для вывода графики и Lua для удобства разработки.

Текущий функционал:

Вывод 3д графики с использованием VBO, VAO и GLSL.
Динамическая компиляция с использованием TinyC.

Планируется в будущем:

Избавление от монолитности кода
Интерфейс для редактирования кода и мониторинга ошибок
Инструменты редактирования сцены
Оптимизированная отрисовка ландшафта
Физика твердых тел
Динамическая генерация LOD'ов моделей