Go to file
Piotr Siuszko 9320ed97b6 Code cleanup, use examples folder 2021-09-12 00:29:20 +02:00
examples Code cleanup, use examples folder 2021-09-12 00:29:20 +02:00
resources Code cleanup, use examples folder 2021-09-12 00:29:20 +02:00
src Code cleanup, use examples folder 2021-09-12 00:29:20 +02:00
.build.yml Remove glfw dependencies from CI build 2020-09-30 23:19:54 +02:00
.gitignore Move engine to separate crate 2020-09-29 23:13:46 +02:00
Cargo.lock Code cleanup, use examples folder 2021-09-12 00:29:20 +02:00
Cargo.toml Code cleanup, use examples folder 2021-09-12 00:29:20 +02:00
LICENCE.md Add licence 2020-09-30 21:34:32 +02:00
README.md README update 2020-09-30 21:30:35 +02:00

README.md

doppler logo

builds.sr.ht status

My OpenGL engine. I want to recreate look and feel from PS1 console using more modern tech. I dont recommend to use it but feel free to check it out if you want to. At least for now I treat it as learning project and API and everything can and will change. My plan is to get working engine and start making games ASAP and based on that make changes and improvements in engine.

Features for now:

  • input support with winit
  • openGL bindings based on glutin
  • imgui support with support for inspect for structs
  • basic lighting support
  • skybox
  • postprocess shader

Example screen:

example screen