Go to file
Piotr Siuszko 35befda242 Map basics 2021-09-12 00:17:50 +02:00
doppler Map basics 2021-09-12 00:17:50 +02:00
resources Map basics 2021-09-12 00:17:50 +02:00
src Map basics 2021-09-12 00:17:50 +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 Map basics 2021-09-12 00:17:50 +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