Giter VIP home page Giter VIP logo

atto's People

Contributors

cprkv avatar ptruser avatar w23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cprkv ptruser

atto's Issues

fully dynamic library loading

make atto depend only on dlopen/dlsym and not the x11/wayland/gl/vk libraries themselves.
why: make it less dependent on libraries existence and versions

app: raspberry pi 4 support

RPi4 has a newer videocore that uses normal kms/mesa/x11 driver instead of older custom dispmanx API. Currently atto is hardcoded to use dispmanx for rpi, so we need to add explicit support for newer rpi>=4 w/ mesa.

  • does regular glx/x11 code just work?
  • can we support rpi<4 w/ dispmanx and rpi>=4 in a single binary?

Missing license :)

Hey,

Found this repo when checking your other OpenSource prj.
I think you are missing a license file here (WTFPL?)

Keep up the good work

  • r-lyeh

Basic grayscale text rendering

Lightweight text rendering module:

  • primitive system font selection (fallback table?)
  • platform-specific text rendering backends:
    • windows: GDI TextOut
    • linux: basic freetype

app: improve application lifetime handling

Currently it's just:

  1. app starts with some gl context
  2. app exits with basically exit()/abort()

Consider something a bit more detailed:

  1. app_init_before_gl() <- have a way to read arguments, do some logic to select gl version, fullscreen mode, preferred desktop, etc etc
  2. app_init_after_gl() <- after window and gl created
  3. app_destroy() <- function to handle app-specific teardown

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.