Go to file
Piotr Siuszko b4a9129685 Update deps 2024-02-06 11:37:16 +01:00
examples Update deps 2024-02-06 11:37:16 +01:00
resources Init work on 2d 2021-09-14 22:16:49 +02:00
src Update deps 2024-02-06 11:37:16 +01: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 Update deps 2024-02-06 11:37:16 +01:00
Cargo.toml Update deps 2024-02-06 11:37:16 +01: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