:evergreen_tree: Conifer
A simple framebuffer game engine for PinePhone, Raspberry Pi, and other devices with touch screens.
- make games without X11!
- auto detect virtual terminal framebuffer
- auto detect touch screen input
- works on pinephone, raspbery pi, desktop
- image support
- layers
- text drawing
- sprites
- sound
- web assembly support
[]
= "0.1"
Before You Start
Make sure your user is a part of video and input group
# Logout and login
To bring up a virtual terminal that isn't being used for X11, you can usually get to it by typing:
ctrl + alt + f2 # or f3,f4...
Sometimes this can only be done from a login screen.
Hello World
use *;
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in conifer by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.