Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.81 KB

TODO.md

File metadata and controls

40 lines (31 loc) · 1.81 KB

Things to do (or not) in gf

This file is a list of ideas for gf. Some of them will eventually be in gf. Others are just random thoughts. If you are interested in one of these items, read CONTRIBUTING.md.

core

graphics

  • (event) add AnyScancode, AnyKeycode and AnyGamepadButton
  • (font) use Signed Distance Field for big size fonts
  • (curve/shape) add anti-aliasing to Curve and Shape
  • (curve) add different join styles and cap styles
  • (scene) integrate post-processing in Scene/SceneManager
    • remove RenderPipeline
    • rename Effect in PostProcEffect
  • (drawable) Remove Drawable, make it a named requirement (or a concept in the future)

net

  • (socket) add peekRawBytes() with MSG_PEEK
  • (async) add SocketAsyncManager

meta