Go to file
Piotr 9bcab9f90c Optional icon, UV fix 2020-10-15 20:03:16 +02:00
doppler Optional icon, UV fix 2020-10-15 20:03:16 +02:00
resources Vertex round position 2020-09-29 16:55:49 +02:00
src Display FPS 2020-10-11 11:57: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 Less dependencies in example crate 2020-09-29 23:52:04 +02:00
Cargo.toml Optional icon, UV fix 2020-10-15 20:03:16 +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